Skip to content

Releases: wayfair/rainbow-sprinkles

rainbow-sprinkles@0.17.1

04 Jan 23:30
228ed75
Compare
Choose a tag to compare

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

10 Jul 17:18
9f8d422
Compare
Choose a tag to compare

Minor Changes

  • 3731e6a: Support assigning properties to layers via @layer option on defineProperties

    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

03 May 16:42
e1ed0f1
Compare
Choose a tag to compare

Patch Changes

  • d2f2e29: Update flexShrink type to support string values

rainbow-sprinkles@0.16.1

11 Apr 16:18
5929a3a
Compare
Choose a tag to compare

Patch Changes

  • 4a82f2a: Changed the type off outlineOffset from <length> to <line-width>{1,4}. This allows valid string sizes to be used such as px and rem units.

rainbow-sprinkles@0.16.0

25 Feb 23:03
676faff
Compare
Choose a tag to compare

Minor Changes

  • 0173ace: Added support for @container queries

Patch Changes

  • 4e88f36: Fixed inline styles created for staticProperties

rainbow-sprinkles@0.15.3

25 Feb 20:28
24ae218
Compare
Choose a tag to compare

Patch Changes

  • a4ef068: Allow scale keys with hyphen or dot by modifying VALUE_REGEX

rainbow-sprinkles@0.15.2

09 Feb 20:43
a70ae84
Compare
Choose a tag to compare

Patch Changes

  • fabac72: Replace String.matchAll with RegExp.exec to broaden browser and Node version support

rainbow-sprinkles@0.15.1

15 Dec 16:32
bde3dc4
Compare
Choose a tag to compare

Patch Changes

  • bf7d842: Replaced Array.at() to improve browser support

rainbow-sprinkles@0.14.4

06 Dec 17:24
d4de9ef
Compare
Choose a tag to compare

Patch Changes

  • 0af248c: Update types to allow null in sprinkle values
  • 19bd82c: Fixed classes not being created when property value is 0

rainbow-sprinkles@0.14.3

27 Oct 14:34
705422f
Compare
Choose a tag to compare

Patch Changes

  • ce5d3ab: Updated CSS type for Line Width to support strings