Skip to content

Releases: vanilla-extract-css/vanilla-extract

@vanilla-extract/[email protected]

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

Minor Changes

Patch Changes

@vanilla-extract/[email protected]

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/[email protected]

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

Patch Changes

@vanilla-extract/[email protected]

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

Patch Changes

@vanilla-extract/[email protected]

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/[email protected]

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

Patch Changes

@vanilla-extract/[email protected]

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

Patch Changes

@vanilla-extract/[email protected]

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

@vanilla-extract/[email protected]

05 May 23:49
fce9695
Compare
Choose a tag to compare

Patch Changes

  • #96 697a233 Thanks @mattcompiles! - Change vite-plugin to be a named export

    BREAKING CHANGE

    -import vanillaExtractPlugin from '@vanilla-extract/vite-plugin';
    +import { vanillaExtractPlugin } from '@vanilla-extract/vite-plugin';
    
    // vite.config.js
    export default {
      plugins: [vanillaExtractPlugin()]
    }

@vanilla-extract/[email protected]

05 May 04:59
b8fb2e9
Compare
Choose a tag to compare

Patch Changes