Skip to content

Commit 0ac48dd

Browse files
Version Packages (#375)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a55d2cf commit 0ac48dd

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/fluffy-kings-watch.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/vite-plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @vanilla-extract/vite-plugin
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [#373](https://github.com/seek-oss/vanilla-extract/pull/373) [`a55d2cf`](https://github.com/seek-oss/vanilla-extract/commit/a55d2cfd7c4ca9175a2c86557888df90907bfd0f) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Add `devStyleRuntime` option to allow switching between dev style runtimes
8+
9+
The built-in Vite dev style runtime (what adds styles to the page when running `vite serve`) doesn't seem to clean up old styles as expected. Passing `devStyleRuntime: 'vanilla-extract'` will instead use vanilla-extract's browser runtime. This pushes all style creation in development to the browser, but may give a better HMR experience.
10+
311
## 2.0.2
412

513
### Patch Changes

packages/vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vanilla-extract/vite-plugin",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"main": "dist/vanilla-extract-vite-plugin.cjs.js",
66
"module": "dist/vanilla-extract-vite-plugin.esm.js",

0 commit comments

Comments
 (0)