Skip to content

Releases: vanilla-extract-css/vanilla-extract

@vanilla-extract/webpack-plugin@2.3.14

01 Oct 05:23
284098c
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @vanilla-extract/integration@7.1.10

@vanilla-extract/vite-plugin@4.0.16

01 Oct 05:23
284098c
Compare
Choose a tag to compare

Patch Changes

  • #1482 30c0305 Thanks @askoufis! - Fixes a bug where Vanilla Extract files with extensions other than css.ts were not being invalidated during HMR

  • Updated dependencies []:

    • @vanilla-extract/integration@7.1.10

@vanilla-extract/rollup-plugin@1.3.10

01 Oct 05:23
284098c
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @vanilla-extract/integration@7.1.10

@vanilla-extract/parcel-transformer@1.0.10

01 Oct 05:23
284098c
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @vanilla-extract/integration@7.1.10

@vanilla-extract/next-plugin@2.4.6

01 Oct 05:23
284098c
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @vanilla-extract/webpack-plugin@2.3.14

@vanilla-extract/jest-transform@1.1.10

01 Oct 05:23
284098c
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @vanilla-extract/integration@7.1.10

@vanilla-extract/integration@7.1.10

01 Oct 05:23
284098c
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [cd9d8b2, 7b256d2, 7b256d2]:
    • @vanilla-extract/css@1.16.0
    • @vanilla-extract/babel-plugin-debug-ids@1.1.0

@vanilla-extract/esbuild-plugin@2.3.11

01 Oct 05:23
284098c
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @vanilla-extract/integration@7.1.10

@vanilla-extract/css@1.16.0

01 Oct 05:23
284098c
Compare
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/babel-plugin-debug-ids@1.1.0

01 Oct 05:23
284098c
Compare
Choose a tag to compare

Minor Changes