Releases: vanilla-extract-css/vanilla-extract
Releases · vanilla-extract-css/vanilla-extract
@vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Patch Changes
- Updated dependencies []:
- @vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Patch Changes
-
#1482
30c0305
Thanks @askoufis! - Fixes a bug where Vanilla Extract files with extensions other thancss.ts
were not being invalidated during HMR -
Updated dependencies []:
- @vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Patch Changes
- Updated dependencies []:
- @vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Patch Changes
- Updated dependencies []:
- @vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Patch Changes
- Updated dependencies []:
- @vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Patch Changes
- Updated dependencies []:
- @vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Patch Changes
- Updated dependencies [
cd9d8b2
,7b256d2
,7b256d2
]:- @vanilla-extract/[email protected]
- @vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Patch Changes
- Updated dependencies []:
- @vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Minor Changes
-
#1475
cd9d8b2
Thanks @corradopetrelli! - Add::-webkit-calendar-picker-indicator
as a valid pseudo-element -
#1450
7b256d2
Thanks @wuz! - AddcreateViewTransition
APIcreateViewTransition
creates a single scoped view transition name for use with CSS View Transitions. This avoids potential naming collisions with other view transitions.import { style, createViewTransition } from '@vanilla-extract/css'; export const titleViewTransition = createViewTransition(); export const pageTitle = style({ viewTransitionName: titleViewTransition });