Releases: wayfair/rainbow-sprinkles
Releases · wayfair/rainbow-sprinkles
rainbow-sprinkles@1.0.0
Major Changes
- #178
d6be7fa
Thanks @roginfarrer! - No new changes since last release. Marking as stable!
rainbow-sprinkles@0.17.3
rainbow-sprinkles@0.17.2
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.
rainbow-sprinkles@0.17.1
Patch Changes
- #156
98dc1ed
Thanks @roginfarrer! - Fixed complex type errors related to the permutations of configuration. See use #101 for example.
rainbow-sprinkles@0.17.0
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. });
rainbow-sprinkles@0.16.2
Patch Changes
- d2f2e29: Update flexShrink type to support string values
rainbow-sprinkles@0.16.1
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.
rainbow-sprinkles@0.16.0
rainbow-sprinkles@0.15.3
Patch Changes
- a4ef068: Allow scale keys with hyphen or dot by modifying VALUE_REGEX
rainbow-sprinkles@0.15.2
Patch Changes
- fabac72: Replace String.matchAll with RegExp.exec to broaden browser and Node version support