Releases: vanilla-extract-css/vanilla-extract
@vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Minor Changes
- #890
0906063Thanks @otaviomad! - Add RuntimeFn as an export to recipes index
@vanilla-extract/[email protected]
@vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Patch Changes
-
#900
176c026Thanks @wobsoriano! - Bump@emotion/hashto 0.9.0 -
#854
98f8b03Thanks @mrm007! - Bundle TypeScript declaration files (.d.ts) when building packages -
#893
8ed77c2Thanks @mattcompiles! - Fix issue where conditional styles (e.g.@media,@supports, etc) could be ordered incorrectly
@vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Patch Changes
- #845
b6aa8b6Thanks @tom-sherman! - Adds vite v3 to peer dependencies
@vanilla-extract/[email protected]
Patch Changes
-
#852
dfc6405Thanks @mattcompiles! - FixCannot find module *.css.ts.vanilla.cssissuePreviously, CSS was being output on both the client and server builds. This fix ensure CSS is only output on the client build.
@vanilla-extract/[email protected]
Minor Changes
-
#827
9cfb9a1Thanks @mattcompiles! - Remove requirement for@vanilla-extract/babel-pluginPreviously, to get automatic debug IDs you needed to use Babel with the
@vanilla-extract/babel-pluginin your config. As this is no longer the case, the@vanilla-extract/babel-pluginshould be removed completely from your project.
Patch Changes
- Updated dependencies [
9cfb9a1,9cfb9a1,9cfb9a1]:- @vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Minor Changes
-
#827
9cfb9a1Thanks @mattcompiles! - Add automatic debug IDsAutomatic debug IDs allow your styles and other identifiers (e.g. CSS Vars, keyframes, etc) to have names that more closely reflect your source code when in development. This makes it easier to understand how the CSS output links to your source code.
// styles.css.ts // redBox ~= 'styles_redBox_asdfgj' const redBox = style({ background: 'red', });
Patch Changes
- Updated dependencies [
9cfb9a1,9cfb9a1,9cfb9a1]:- @vanilla-extract/[email protected]