Releases: vanilla-extract-css/vanilla-extract
Releases · vanilla-extract-css/vanilla-extract
@vanilla-extract/webpack-plugin@2.3.25
Patch Changes
- Updated dependencies [
a440470]:- @vanilla-extract/integration@8.0.7
@vanilla-extract/vite-plugin@5.1.4
@vanilla-extract/rollup-plugin@1.5.1
Patch Changes
- Updated dependencies [
a440470]:- @vanilla-extract/integration@8.0.7
@vanilla-extract/parcel-transformer@1.0.20
Patch Changes
- Updated dependencies [
a440470]:- @vanilla-extract/integration@8.0.7
@vanilla-extract/next-plugin@2.4.17
Patch Changes
- Updated dependencies []:
- @vanilla-extract/webpack-plugin@2.3.25
@vanilla-extract/jest-transform@1.1.20
Patch Changes
- Updated dependencies [
a440470]:- @vanilla-extract/integration@8.0.7
@vanilla-extract/integration@8.0.7
@vanilla-extract/esbuild-plugin@2.3.21
Patch Changes
- Updated dependencies [
a440470]:- @vanilla-extract/integration@8.0.7
@vanilla-extract/css@1.18.0
Minor Changes
-
#1566
8b49b35Thanks @lfantone! -style: Add support for@starting-stylerulesEXAMPLE USAGE:
import { style } from '@vanilla-extact/css'; export const styleWithStartingStyle = style({ backgroundColor: 'black', '@starting-style': { backgroundColor: 'white' } });
Patch Changes
-
#1646
0b2c09eThanks @plesiecki! - Swap the order ofcreateVar's overloads to enable inference ofVarDelcarationtype -
#1666
c6047fbThanks @askoufis! - Remove custom container properties typeThe
csstypepackage used by Vanilla Extract now provides types for container properties, so the custom type definitions that were previously necessary have been removed.