Skip to content

Releases: vanilla-extract-css/vanilla-extract

@vanilla-extract/webpack-plugin@2.3.25

16 Dec 10:42
4cb94ab

Choose a tag to compare

Patch Changes

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

@vanilla-extract/vite-plugin@5.1.4

16 Dec 10:42
4cb94ab

Choose a tag to compare

Patch Changes

@vanilla-extract/rollup-plugin@1.5.1

16 Dec 10:42
4cb94ab

Choose a tag to compare

Patch Changes

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

@vanilla-extract/parcel-transformer@1.0.20

16 Dec 10:42
4cb94ab

Choose a tag to compare

Patch Changes

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

@vanilla-extract/next-plugin@2.4.17

16 Dec 10:42
4cb94ab

Choose a tag to compare

Patch Changes

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

@vanilla-extract/jest-transform@1.1.20

16 Dec 10:42
4cb94ab

Choose a tag to compare

Patch Changes

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

@vanilla-extract/integration@8.0.7

16 Dec 10:42
4cb94ab

Choose a tag to compare

Patch Changes

@vanilla-extract/esbuild-plugin@2.3.21

16 Dec 10:42
4cb94ab

Choose a tag to compare

Patch Changes

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

@vanilla-extract/css@1.18.0

16 Dec 10:42
4cb94ab

Choose a tag to compare

Minor Changes

  • #1566 8b49b35 Thanks @lfantone! - style: Add support for @starting-style rules

    EXAMPLE USAGE:

    import { style } from '@vanilla-extact/css';
    export const styleWithStartingStyle = style({
      backgroundColor: 'black',
      '@starting-style': {
        backgroundColor: 'white'
      }
    });

Patch Changes

  • #1646 0b2c09e Thanks @plesiecki! - Swap the order of createVar's overloads to enable inference of VarDelcaration type

  • #1666 c6047fb Thanks @askoufis! - Remove custom container properties type

    The csstype package used by Vanilla Extract now provides types for container properties, so the custom type definitions that were previously necessary have been removed.

@vanilla-extract/compiler@0.3.4

16 Dec 10:42
4cb94ab

Choose a tag to compare

Patch Changes