Releases: vanilla-extract-css/vanilla-extract
@vanilla-extract/[email protected]
Patch Changes
-
#1030
49ff399Thanks @markdalgleish! - Bump esbuild to v0.17.6 -
Updated dependencies [
45d3b86,49ff399,49ff399,49ff399]:- @vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Minor Changes
-
#1030
49ff399Thanks @markdalgleish! - AddcreateCompilerfunction for creating a compiler instance that can be re-used between builds. This is a low-level function intended for use by bundler plugins and, as such, is currently undocumented. Note that in order to use the new compiler you must also update@vanilla-extract/cssto v1.10.0. -
#1030
49ff399Thanks @markdalgleish! - Add support foronBeginFileScopeadapter lifecycle hook
Patch Changes
-
#1024
45d3b86Thanks @huw! - Don’t throw when failing to add debug objects to an empty file -
#1030
49ff399Thanks @markdalgleish! - Bump esbuild to v0.17.6 -
Updated dependencies [
49ff399,49ff399]:- @vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Patch Changes
-
#1030
49ff399Thanks @markdalgleish! - Bump esbuild to v0.17.6 -
Updated dependencies [
45d3b86,49ff399,49ff399,49ff399]:- @vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Minor Changes
- #1030
49ff399Thanks @markdalgleish! - Provide current file scope as an additional argument to the adapter methodsregisterClassNameandregisterComposition. This is to allow fine-grained caching of registered class names and class compositions per file.
Patch Changes
- #1030
49ff399Thanks @markdalgleish! - Throw whensetAdapteris called with a falsy value
@vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Patch Changes
-
#996
bd6ed30Thanks @mattcompiles! - Improve Vanilla module serialization by allowing shared variables between exports -
Updated dependencies [
8a1751c]:- @vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Patch Changes
-
#1015
8a1751cThanks @michaeltaranto! - Fixargs.at is not a functionerrorRefactor argument traversal to ensure compatibility with node 14.
@vanilla-extract/[email protected]
Minor Changes
-
#989
669a61fThanks @michaeltaranto! - AddemitCssInSsroptionProvides the ability to opt in to emitting CSS during SSR.
// vite.config.js import { vanillaExtractPlugin } from '@vanilla-extract/vite-plugin'; export default { plugins: [ vanillaExtractPlugin({ emitCssInSsr: true, }), ], };
@vanilla-extract/[email protected]
Minor Changes
- #982
a9fd1c3Thanks @roginfarrer! - If a regular CSS file is sent through to the transform, return a module that exports the filename.