Skip to content

Latest commit

 

History

History
328 lines (181 loc) · 14.8 KB

File metadata and controls

328 lines (181 loc) · 14.8 KB

@vanilla-extract/next-plugin

2.5.2

Patch Changes

2.5.1

Patch Changes

2.5.0

Minor Changes

  • #1639 c0e2812 Thanks @RJWadley! - Add experimental Turbopack support for Next.js >= 16.0.0

    See the Next.js docs for more info. Ensure you are on the latest version of @vanilla-extract/css before attempting to use Turbopack.

Patch Changes

2.4.17

Patch Changes

2.4.16

Patch Changes

2.4.15

Patch Changes

2.4.14

Patch Changes

2.4.13

Patch Changes

2.4.12

Patch Changes

2.4.11

Patch Changes

2.4.10

Patch Changes

2.4.9

Patch Changes

2.4.8

Patch Changes

2.4.7

Patch Changes

2.4.6

Patch Changes

2.4.5

Patch Changes

2.4.4

Patch Changes

2.4.3

Patch Changes

2.4.2

Patch Changes

2.4.1

Patch Changes

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]:

2.3.6

Patch Changes

2.3.5

Patch Changes

2.3.4

Patch Changes

2.3.3

Patch Changes

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

2.3.0

Minor Changes

Patch Changes

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

2.0.2

Patch Changes

2.0.1

Patch Changes

2.0.0

Major Changes

1.0.1

Patch Changes