Skip to content

Releases: vanilla-extract-css/vanilla-extract

@vanilla-extract/[email protected]

21 Dec 23:25
e69406c

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

21 Dec 23:25
e69406c

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

21 Dec 23:25
e69406c

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

20 Dec 07:40
de6ba53

Choose a tag to compare

Major Changes

@vanilla-extract/[email protected]

16 Dec 03:16
ff6f20f

Choose a tag to compare

Patch Changes

  • #530 0d7f912 Thanks @benjervis! - Fix compatibility issues with [email protected]

    Vite 2.7 introduced some breaking changes around the way SSR was indicated in plugins.
    The plugin has been updated to handle both the old and new formats, so it should support both 2.7 forward, as well as previous versions.

@vanilla-extract/[email protected]

02 Dec 00:33
cc98f1f

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

02 Dec 00:33
cc98f1f

Choose a tag to compare

Minor Changes

  • #517 64791f3 Thanks @benjervis! - Add postcss processing to the plugin

    Vite supports postcss processing as a built in feature, but that's lost in dev mode with vanilla-extract because there are no actual css files for vite to pick up.

    The vite plugin now manually runs postcss over the generated css in serve mode, if any postcss config was found.

Patch Changes

@vanilla-extract/[email protected]

02 Dec 00:33
cc98f1f

Choose a tag to compare

Patch Changes

  • #520 b294764 Thanks @mattcompiles! - Transpile code to meet esmodules target

    This should allow code that runs in the browser to conform to most browser policies. If you need to support browsers prior to the esmodules target (e.g. IE 11) then you'll need to configure custom transpilation in your projects.

@vanilla-extract/[email protected]

02 Dec 00:33
cc98f1f

Choose a tag to compare

Patch Changes

  • #520 b294764 Thanks @mattcompiles! - Transpile code to meet esmodules target

    This should allow code that runs in the browser to conform to most browser policies. If you need to support browsers prior to the esmodules target (e.g. IE 11) then you'll need to configure custom transpilation in your projects.

@vanilla-extract/[email protected]

02 Dec 00:33
cc98f1f

Choose a tag to compare

Patch Changes

  • #520 b294764 Thanks @mattcompiles! - Transpile code to meet esmodules target

    This should allow code that runs in the browser to conform to most browser policies. If you need to support browsers prior to the esmodules target (e.g. IE 11) then you'll need to configure custom transpilation in your projects.