Releases: vanilla-extract-css/vanilla-extract
Releases · vanilla-extract-css/vanilla-extract
@vanilla-extract/[email protected]
Minor Changes
- #1160
e391baeThanks @SombreroElGringo! - Users can now provide a custom identifier hashing function
@vanilla-extract/[email protected]
Patch Changes
- #1155
1cb537bThanks @GeeWizWow! - Fix URL statements not respecting Next's setup for resolving assets
@vanilla-extract/[email protected]
Patch Changes
- #1148
b279bb5Thanks @mattcompiles! - Fix error when intializing plugin
@vanilla-extract/[email protected]
Minor Changes
-
#1104
fd5fac5Thanks @aspirisen! - Expose recipe's class names to allow their selection -
#1104
fd5fac5Thanks @aspirisen! - Always create a base class name for a recipe
@vanilla-extract/[email protected]
@vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Minor Changes
-
#1114
001be83Thanks @taylorfsteele! - Supports passing multiple font face rules tofontFaceExample usage
import { fontFace, style } from '@vanilla-extract/css'; const gentium = fontFace([ { src: 'local("Gentium")', fontWeight: 'normal', }, { src: 'local("Gentium Bold")', fontWeight: 'bold', }, ]); export const font = style({ fontFamily: gentium, });
@vanilla-extract/[email protected]
Patch Changes
- #1106
8b1c965Thanks @mattcompiles! - Fix "Invalid selector" errors on pseudo-elements with params
@vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Patch Changes
- #1093
8bed6f5Thanks @kosmotema! - Fix HMR in Windows by normalizing paths fromwatchFiles