File tree Expand file tree Collapse file tree 3 files changed +24
-3
lines changed
packages/vite-plugin-svelte Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 11
11
"playground-preprocess-with-vite" : " 0.0.0" ,
12
12
"playground-vite-ssr" : " 0.0.0" ,
13
13
"playground-windicss" : " 0.0.0" ,
14
- "@sveltejs/vite-plugin-svelte" : " 1.0.0-next.4"
14
+ "@sveltejs/vite-plugin-svelte" : " 1.0.0-next.4" ,
15
+ "playground-autoprefixer-browserslist" : " 1.0.0" ,
16
+ "playground-kit-node" : " 0.0.0" ,
17
+ "playground-ts-type-import" : " 0.0.0"
15
18
},
16
19
"changesets" : [
17
- " light-bottles-warn"
20
+ " dry-cameras-press" ,
21
+ " flat-books-kick" ,
22
+ " fresh-penguins-heal" ,
23
+ " lemon-toes-relax" ,
24
+ " light-bottles-warn" ,
25
+ " long-foxes-agree"
18
26
]
19
27
}
Original file line number Diff line number Diff line change 1
1
# @sveltejs/vite-plugin-svelte
2
2
3
+ ## 1.0.0-next.6
4
+
5
+ ### Minor Changes
6
+
7
+ - 1be46f1: improved css hmr
8
+ - a0f5a65: Allow other vite plugins to define preprocessors
9
+
10
+ ### Patch Changes
11
+
12
+ - 8d9ef96: fix: do not preserve types unless useVitePreprocess option is true
13
+ - 6f4a253: disable svelte-hmr overlay by default
14
+ - 18647aa: improve virtual css module path (fixes #14 )
15
+
3
16
## 1.0.0-next.5
4
17
5
18
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sveltejs/vite-plugin-svelte" ,
3
- "version" : " 1.0.0-next.5 " ,
3
+ "version" : " 1.0.0-next.6 " ,
4
4
"license" : " MIT" ,
5
5
"author" : " dominikg" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments