Releases: vanilla-extract-css/vanilla-extract
@vanilla-extract/[email protected]
Patch Changes
- #543
2c7abb1Thanks @mattcompiles! - Ensure code is compatible with node 12
@vanilla-extract/[email protected]
Patch Changes
-
#543
2c7abb1Thanks @mattcompiles! - Ensure code is compatible with node 12 -
Updated dependencies [
2c7abb1]:- @vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Patch Changes
-
#543
2c7abb1Thanks @mattcompiles! - Ensure code is compatible with node 12 -
Updated dependencies [
2c7abb1]:- @vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Major Changes
- #537
014f551Thanks @mattcompiles! - Bump minimum version of Next to 12.0.5.
@vanilla-extract/[email protected]
Patch Changes
-
#530
0d7f912Thanks @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]
Patch Changes
- Updated dependencies [
64791f3]:- @vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Minor Changes
-
#517
64791f3Thanks @benjervis! - Add postcss processing to the pluginVite 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
- Updated dependencies [
64791f3]:- @vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Patch Changes
-
#520
b294764Thanks @mattcompiles! - Transpile code to meet esmodules targetThis 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]
Patch Changes
-
#520
b294764Thanks @mattcompiles! - Transpile code to meet esmodules targetThis 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]
Patch Changes
-
#520
b294764Thanks @mattcompiles! - Transpile code to meet esmodules targetThis 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.