Skip to content

Releases: vanilla-extract-css/vanilla-extract

@vanilla-extract/[email protected]

04 Feb 21:09
ec33c1b

Choose a tag to compare

Major Changes

  • #1309 fdafb6d Thanks @mrm007! - Use absolute paths internally to make sure Vite resolves modules correctly

    This change only affects integrations that use the vite-node compiler, which is currently the esbuild (next) and Vite plugins

@vanilla-extract/[email protected]

04 Feb 21:09
ec33c1b

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

02 Feb 00:09
c6bb6d7

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

02 Feb 00:09
c6bb6d7

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

02 Feb 00:09
c6bb6d7

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

02 Feb 00:09
c6bb6d7

Choose a tag to compare

Minor Changes

@vanilla-extract/[email protected]

29 Jan 21:44
fa71050

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

28 Jan 23:42
61d0d46

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

28 Jan 23:42
61d0d46

Choose a tag to compare

Major Changes

  • #1264 e531c41 Thanks @mrm007! - The Vite plugin now uses a newer, faster, Vite-based compiler by default.

    The new compiler uses vite-node to parse and extract CSS from .css.ts files. This comes with all the benefits of using Vite, faster builds and the ability to use Vite plugins.

    The new compiler has been used in Remix ever since support for Vanilla Extract was introduced.

  • #1264 e531c41 Thanks @mrm007! - The behaviour previously known as emitCssInSsr has been turned on by default. The emitCssInSsr option has been removed.

    This means that the CSS emitted by the plugin is now processed by Vite, so the plugin no longer needs to resolve PostCSS plugins and process the CSS output itself.

  • #1264 e531c41 Thanks @mrm007! - The esbuildOptions option has been removed as we are no longer using esbuild internally

  • #1264 e531c41 Thanks @mrm007! - Drop support for Vite < 4

Patch Changes

@vanilla-extract/[email protected]

28 Jan 23:42
61d0d46

Choose a tag to compare

Patch Changes