Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #1293

Merged
merged 1 commit into from
Jan 28, 2024
Merged

Version Packages #1293

merged 1 commit into from
Jan 28, 2024

Conversation

vanilla-extract-ci
Copy link
Collaborator

@vanilla-extract-ci vanilla-extract-ci commented Jan 28, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@vanilla-extract/vite-plugin@4.0.0

Major Changes

  • #1264 e531c41 Thanks @mrm007! - The Vite plugin now uses a newer, faster, Vite-based compiler by default.

    The new compiler uses vite-node to parse and extract CSS from .css.ts files. This comes with all the benefits of using Vite, faster builds and the ability to use Vite plugins.

    The new compiler has been used in Remix ever since support for Vanilla Extract was introduced.

  • #1264 e531c41 Thanks @mrm007! - The behaviour previously known as emitCssInSsr has been turned on by default. The emitCssInSsr option has been removed.

    This means that the CSS emitted by the plugin is now processed by Vite, so the plugin no longer needs to resolve PostCSS plugins and process the CSS output itself.

  • #1264 e531c41 Thanks @mrm007! - The esbuildOptions option has been removed as we are no longer using esbuild internally

  • #1264 e531c41 Thanks @mrm007! - Drop support for Vite < 4

Patch Changes

@vanilla-extract/integration@6.4.0

Minor Changes

  • #1264 e531c41 Thanks @mrm007! - Export a normalizePath function that converts path separators to forward slashes

    Example usage

    import { normalizePath } from '@vanilla-extract/integration';
    
    normalizePath('foo\\bar'); // 'foo/bar'
    normalizePath('foo/bar'); // 'foo/bar'

Patch Changes

@vanilla-extract/esbuild-plugin@2.3.4

Patch Changes

@vanilla-extract/next-plugin@2.3.5

Patch Changes

@vanilla-extract/parcel-transformer@1.0.3

Patch Changes

@vanilla-extract/rollup-plugin@1.3.3

Patch Changes

@vanilla-extract/webpack-plugin@2.3.4

Patch Changes

@vanilla-extract/esbuild-plugin-next@0.0.4

Patch Changes

@mrm007 mrm007 merged commit 61d0d46 into master Jan 28, 2024
11 checks passed
@mrm007 mrm007 deleted the changeset-release/master branch January 28, 2024 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants