Releases: wayfair/rainbow-sprinkles
Releases · wayfair/rainbow-sprinkles
[email protected]
Major Changes
- #178
d6be7fa
Thanks @roginfarrer! - No new changes since last release. Marking as stable!
[email protected]
[email protected]
Patch Changes
- #169
54915d1
Thanks @s-robertson! - Fix an issue where conditionless properties that have both static and dynamic values wouldn't provide autocomplete suggestions for the static values.
[email protected]
Patch Changes
- #156
98dc1ed
Thanks @roginfarrer! - Fixed complex type errors related to the permutations of configuration. See use #101 for example.
[email protected]
Minor Changes
-
3731e6a: Support assigning properties to layers via
@layer
option ondefineProperties
Example usage:
// sprinkles.css.ts import { defineProperties } from 'rainbow-sprinkles'; import { layer } from '@vanilla-extract/css'; export const sprinklesLayer = layer(); const properties = defineProperties({ '@layer': sprinklesLayer, // etc. });
[email protected]
Patch Changes
- d2f2e29: Update flexShrink type to support string values
[email protected]
Patch Changes
- 4a82f2a: Changed the type off
outlineOffset
from<length>
to<line-width>{1,4}
. This allows valid string sizes to be used such aspx
andrem
units.
[email protected]
[email protected]
Patch Changes
- a4ef068: Allow scale keys with hyphen or dot by modifying VALUE_REGEX
[email protected]
Patch Changes
- fabac72: Replace String.matchAll with RegExp.exec to broaden browser and Node version support