Skip to content

Latest commit

 

History

History
171 lines (92 loc) · 9.85 KB

CHANGELOG.md

File metadata and controls

171 lines (92 loc) · 9.85 KB

@vanilla-extract/next-plugin

2.4.0

Minor Changes

2.3.7

Patch Changes

  • #1333 6ac9f66 Thanks @askoufis! - Use a more accurate regex for detecting webpack template strings in paths

    We now use a modified version of the regex from the webpack source code to detect template strings in paths. As long as the path isn't already escaped, we should detect it.

  • Updated dependencies [6ac9f66]:

    • @vanilla-extract/webpack-plugin@2.3.7

2.3.6

Patch Changes

2.3.5

Patch Changes

2.3.4

Patch Changes

2.3.3

Patch Changes

  • #1262 610c50b Thanks @mrm007! - Update Babel config to target Node.js 14

  • Updated dependencies [610c50b]:

    • @vanilla-extract/webpack-plugin@2.3.2

2.3.2

Patch Changes

  • #1193 a22dd4d Thanks @syfxlin! - Fixes Next.js 13.5.x CSS output on Windows when using React Server Components

2.3.1

Patch Changes

  • #1180 89224fe Thanks @syfxlin! - Fixes Next.js 13 CSS output on Windows when using React Server Components

  • Updated dependencies [89224fe]:

    • @vanilla-extract/webpack-plugin@2.3.1

2.3.0

Minor Changes

Patch Changes

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

2.2.2

Patch Changes

2.2.1

Patch Changes

2.2.0

Minor Changes

2.1.3

Patch Changes

2.1.2

Patch Changes

2.1.1

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.

2.1.0

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

  • Updated dependencies [9cfb9a1]:
    • @vanilla-extract/webpack-plugin@2.2.0

2.0.2

Patch Changes

2.0.1

Patch Changes

2.0.0

Major Changes

1.0.1

Patch Changes