Skip to content

Releases: vanilla-extract-css/vanilla-extract

@vanilla-extract/[email protected]

16 Nov 06:14
332050b

Choose a tag to compare

Patch Changes

  • #854 98f8b03 Thanks @mrm007! - Expose ResponsiveArray so .d.ts bundling works correctly

  • #854 98f8b03 Thanks @mrm007! - Bundle TypeScript declaration files (.d.ts) when building packages

@vanilla-extract/[email protected]

16 Nov 06:14
332050b

Choose a tag to compare

Minor Changes

@vanilla-extract/[email protected]

16 Nov 06:14
332050b

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

16 Nov 06:14
332050b

Choose a tag to compare

Patch Changes

  • #854 98f8b03 Thanks @mrm007! - Bundle TypeScript declaration files (.d.ts) when building packages

@vanilla-extract/[email protected]

16 Nov 06:14
332050b

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

16 Nov 06:14
332050b

Choose a tag to compare

Patch Changes

  • #854 98f8b03 Thanks @mrm007! - Bundle TypeScript declaration files (.d.ts) when building packages

@vanilla-extract/[email protected]

04 Oct 00:31
d430814

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

29 Sep 02:28
f6bd973

Choose a tag to compare

Patch Changes

  • #852 dfc6405 Thanks @mattcompiles! - Fix Cannot find module *.css.ts.vanilla.css issue

    Previously, CSS was being output on both the client and server builds. This fix ensure CSS is only output on the client build.

@vanilla-extract/[email protected]

21 Sep 01:20
58f3ca2

Choose a tag to compare

Minor Changes

  • #827 9cfb9a1 Thanks @mattcompiles! - Remove requirement for @vanilla-extract/babel-plugin

    Previously, to get automatic debug IDs you needed to use Babel with the @vanilla-extract/babel-plugin in your config. As this is no longer the case, the @vanilla-extract/babel-plugin should be removed completely from your project.

Patch Changes

@vanilla-extract/[email protected]

21 Sep 01:20
58f3ca2

Choose a tag to compare

Minor Changes

  • #827 9cfb9a1 Thanks @mattcompiles! - Add automatic debug IDs

    Automatic debug IDs allow your styles and other identifiers (e.g. CSS Vars, keyframes, etc) to have names that more closely reflect your source code when in development. This makes it easier to understand how the CSS output links to your source code.

    // styles.css.ts
    
    // redBox ~= 'styles_redBox_asdfgj'
    const redBox = style({
      background: 'red',
    });

Patch Changes