Skip to content

Releases: vanilla-extract-css/vanilla-extract

@vanilla-extract/[email protected]

01 Oct 05:23
284098c

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

01 Oct 05:23
284098c

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

01 Oct 05:23
284098c

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

01 Oct 05:23
284098c

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

01 Oct 05:23
284098c

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

01 Oct 05:23
284098c

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

01 Oct 05:23
284098c

Choose a tag to compare

Minor Changes

  • #1475 cd9d8b2 Thanks @corradopetrelli! - Add ::-webkit-calendar-picker-indicator as a valid pseudo-element

  • #1450 7b256d2 Thanks @wuz! - Add createViewTransition API

    createViewTransition 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
    });

@vanilla-extract/[email protected]

01 Oct 05:23
284098c

Choose a tag to compare

Minor Changes

@vanilla-extract/[email protected]

21 Aug 01:27
e0a326b

Choose a tag to compare

@vanilla-extract/[email protected]

21 Aug 01:27
e0a326b

Choose a tag to compare