Releases: vanilla-extract-css/vanilla-extract
@vanilla-extract/integration@0.1.2
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 [
ed76e45
,4f92126
]:- @vanilla-extract/css@0.5.0
@vanilla-extract/esbuild-plugin@0.2.2
Patch Changes
- #134
b99dd0a
Thanks @mattcompiles! - Move shared logic to integration package
@vanilla-extract/css@0.5.0
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/babel-plugin@0.4.2
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/integration@0.1.2
@vanilla-extract/integration@0.1.1
Patch Changes
- #126
400ece7
Thanks @mattcompiles! - Normalize virtual CSS file paths for Windows
@vanilla-extract/css@0.4.4
Patch Changes
- #121
823478b
Thanks @Brendan-csel! - Fix development identifiers for Windows paths
@vanilla-extract/css-utils@0.1.1
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/babel-plugin@0.4.1
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/sprinkles@0.2.2
Patch Changes
- #100
9edf2df
Thanks @mattcompiles! - Allow readonly arrays for responsive array properties
@vanilla-extract/sprinkles@0.2.1
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