Releases: vanilla-extract-css/vanilla-extract
@vanilla-extract/[email protected]
Patch Changes
- #508
d15e783Thanks @markdalgleish! - Addexportsfield topackage.jsonso nested package paths can be imported in a Node.js ESM context
@vanilla-extract/[email protected]
Patch Changes
- #508
d15e783Thanks @markdalgleish! - Addexportsfield topackage.jsonso nested package paths can be imported in a Node.js ESM context
@vanilla-extract/[email protected]
Patch Changes
- #504
16c960fThanks @mattcompiles! - Ensure identifiers are escaped properly
@vanilla-extract/[email protected]
Patch Changes
-
#492
f2d2d9eThanks @benjervis! - Fix requiring of webpack loaderPreviously, the webpack plugin would reference itself as a loader by requiring
@vanilla-extract/webpack-plugin/loader, but this was technically incorrect, and only worked because of the flat node_modules structure that yarn provides.When using a package manager like pnpm, which does not have a flat structure, this breaks.
This change uses relative references internally to ensure that the loader can always be required.
@vanilla-extract/[email protected]
Patch Changes
- #489
0c1ec7dThanks @mattcompiles! - Fix theme contract types in TypeScript 4.5
@vanilla-extract/[email protected]
Patch Changes
-
#489
0c1ec7dThanks @mattcompiles! - Fix theme contract types in TypeScript 4.5 -
Updated dependencies [
0c1ec7d]:- @vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Patch Changes
- #470
a6383e8Thanks @Katarina-UBCO! - Prefix.vanilla.jsand.vanilla.cssvirtual modules withvirtual:vanilla-extract:.
@vanilla-extract/[email protected]
Patch Changes
-
#459
2719dc0Thanks @mattcompiles! - Remove unused files and dependencies -
#459
2719dc0Thanks @mattcompiles! - Remove "Styles detected outside of '.css.(ts/js)' files" errorThis error could occasionally cause false positives, and was inconsistent with the rest of the integrations.
@vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Patch Changes
- #432
8641738Thanks @mattcompiles! - Fix handling of zero values in shorthands