Releases: vanilla-extract-css/vanilla-extract
@vanilla-extract/[email protected]
Minor Changes
- #132
4f92126
Thanks @markdalgleish! - IntroduceaddRecipe
function, exposed via@vanilla-extract/css/recipe
entrypoint
Patch Changes
- #128
ed76e45
Thanks @ntkoopman! - Fix --webkit-line-clamp unit
@vanilla-extract/[email protected]
Patch Changes
-
#133
a50de75
Thanks @mattcompiles! - Improve Windows supportNormalize all file paths to POSIX format. This fixes incorrect file paths on Windows and ensures consistent hashes across all operating systems.
-
Updated dependencies [
a50de75
]:- @vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Patch Changes
- #126
400ece7
Thanks @mattcompiles! - Normalize virtual CSS file paths for Windows
@vanilla-extract/[email protected]
Patch Changes
- #121
823478b
Thanks @Brendan-csel! - Fix development identifiers for Windows paths
@vanilla-extract/[email protected]
Patch Changes
-
#119
8e67bdd
Thanks @michaeltaranto! - Add support for calc nestingPreviously passing a calc to any of the operator methods was not supported without first being stringified. This is now handled internally.
E.g.
- calc('10px').add(calc('20px').subtract('4px').toString()) + calc('10px').add(calc('20px').subtract('4px'))
@vanilla-extract/[email protected]
Patch Changes
-
#123
72f7226
Thanks @mattcompiles! - Ignore commonjs files that already have filescope information -
#123
72f7226
Thanks @mattcompiles! - Use correct import style (ESM or CJS) when adding filescope information
@vanilla-extract/[email protected]
Patch Changes
- #100
9edf2df
Thanks @mattcompiles! - Allow readonly arrays for responsive array properties
@vanilla-extract/[email protected]
Patch Changes
-
#98
45a6eef
Thanks @mattcompiles! - Fix some minor type issues- Better support passing config to
createAtomicStyles
that was not defined inline - Remove array methods being exposed on properties using number arrays
- Better support passing config to
@vanilla-extract/[email protected]
Patch Changes
-
#96
697a233
Thanks @mattcompiles! - Change vite-plugin to be a named exportBREAKING CHANGE
-import vanillaExtractPlugin from '@vanilla-extract/vite-plugin'; +import { vanillaExtractPlugin } from '@vanilla-extract/vite-plugin'; // vite.config.js export default { plugins: [vanillaExtractPlugin()] }
@vanilla-extract/[email protected]
Patch Changes
- #84
0bc4e0a
Thanks @mattcompiles! - Validate tokens match corresponding theme contracts