Releases: vanilla-extract-css/vanilla-extract
@vanilla-extract/[email protected]
Minor Changes
- #157
ba65efcThanks @markdalgleish! - AddRequiredConditionalValuetype
Patch Changes
-
#158
98907f9Thanks @markdalgleish! - EnsurenormalizeConditionalValueandmapConditionalValuereturnRequiredConditionalValuetypes when aRequiredConditionalValuetype is provided -
Updated dependencies [
f5ab957,ae532f5]:- @vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Patch Changes
-
#154
f5ab957Thanks @mattcompiles! - Improved conditional CSS renderingPreviously all conditional CSS (@media and @supports) in a
.css.tsfile would merge together. This meant each unique query (e.g.@media screen and (min-width: 700px)) would only be rendered once. This output is ideal for file size but can lead to the conditions being rendered in the wrong order. The new strategy will still merge conditions together but only if it is considered safe to do so. -
#152
ae532f5Thanks @Saartje87! - Added support for the following simple pseudo selectors::-webkit-resizer::-webkit-scrollbar-button::-webkit-scrollbar-corner::-webkit-scrollbar-thumb::-webkit-scrollbar-track-piece::-webkit-scrollbar-track::-webkit-scrollbar
@vanilla-extract/[email protected]
Patch Changes
- #150
e59002aThanks @markdalgleish! - Refactor responsive array type to use Tuple generic
@vanilla-extract/[email protected]
Patch Changes
- #146
bf51ab5Thanks @markdalgleish! - Fix escaped characters in selectors
@vanilla-extract/[email protected]
Patch Changes
- #134
b99dd0aThanks @mattcompiles! - Move shared logic to integration package
@vanilla-extract/[email protected]
Patch Changes
- #139
152a1c7Thanks @mattcompiles! - Ignore undefined values in conditional objects
@vanilla-extract/[email protected]
Minor Changes
- #132
4f92126Thanks @markdalgleish! - AddcreateMapValueFnandcreateNormalizeValueFnutilities andConditionalValuetype.
Patch Changes
- Updated dependencies [
ed76e45,4f92126]:- @vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Patch Changes
- #136
2247cdcThanks @mattcompiles! - Fix serialization of booleans
@vanilla-extract/[email protected]
Patch Changes
-
#133
a50de75Thanks @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/[email protected]
@vanilla-extract/[email protected]
Patch Changes
- #134
b99dd0aThanks @mattcompiles! - Move shared logic to integration package