Skip to content

Releases: vanilla-extract-css/vanilla-extract

@vanilla-extract/integration@0.1.2

14 May 03:16
15908e5
Compare
Choose a tag to compare

Patch Changes

  • #133 a50de75 Thanks @mattcompiles! - Improve Windows support

    Normalize all file paths to POSIX format. This fixes incorrect file paths on Windows and ensures consistent hashes across all operating systems.

  • Updated dependencies [ed76e45, 4f92126]:

    • @vanilla-extract/css@0.5.0

@vanilla-extract/esbuild-plugin@0.2.2

14 May 03:43
ab852d2
Compare
Choose a tag to compare

Patch Changes

@vanilla-extract/css@0.5.0

14 May 03:16
15908e5
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@vanilla-extract/babel-plugin@0.4.2

14 May 03:16
15908e5
Compare
Choose a tag to compare

Patch Changes

  • #133 a50de75 Thanks @mattcompiles! - Improve Windows support

    Normalize all file paths to POSIX format. This fixes incorrect file paths on Windows and ensures consistent hashes across all operating systems.

  • Updated dependencies [a50de75]:

    • @vanilla-extract/integration@0.1.2

@vanilla-extract/integration@0.1.1

12 May 23:58
d362d2b
Compare
Choose a tag to compare

Patch Changes

@vanilla-extract/css@0.4.4

12 May 01:58
ad24282
Compare
Choose a tag to compare

Patch Changes

@vanilla-extract/css-utils@0.1.1

12 May 01:58
ad24282
Compare
Choose a tag to compare

Patch Changes

  • #119 8e67bdd Thanks @michaeltaranto! - Add support for calc nesting

    Previously passing a calc to any of the operator methods was not supported without first being stringified. This is now handled internally.

    E.g.

    -  calc('10px').add(calc('20px').subtract('4px').toString())
    +  calc('10px').add(calc('20px').subtract('4px'))

@vanilla-extract/babel-plugin@0.4.1

12 May 01:58
ad24282
Compare
Choose a tag to compare

Patch Changes

@vanilla-extract/sprinkles@0.2.2

06 May 04:04
27cc125
Compare
Choose a tag to compare

Patch Changes

@vanilla-extract/sprinkles@0.2.1

06 May 01:27
fbc1392
Compare
Choose a tag to compare

Patch Changes

  • #98 45a6eef Thanks @mattcompiles! - Fix some minor type issues

    • Better support passing config to createAtomicStyles that was not defined inline
    • Remove array methods being exposed on properties using number arrays