File tree 3 files changed +21
-1
lines changed
packages/vite-plugin-svelte
3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 48
48
"changesets" : [
49
49
" big-items-shave" ,
50
50
" brown-mails-fry" ,
51
+ " funny-waves-poke" ,
52
+ " grumpy-emus-destroy" ,
51
53
" grumpy-planets-crash" ,
54
+ " lovely-tables-scream" ,
55
+ " nasty-queens-beam" ,
52
56
" poor-wasps-worry" ,
53
57
" ten-tips-sip"
54
58
]
Original file line number Diff line number Diff line change 1
1
# @sveltejs/vite-plugin-svelte
2
2
3
+ ## 3.0.0-next.1
4
+
5
+ ### Major Changes
6
+
7
+ - Preprocess style tags by default with vitePreprocess ([ #756 ] ( https://github.com/sveltejs/vite-plugin-svelte/pull/756 ) )
8
+
9
+ ### Minor Changes
10
+
11
+ - feat(preprocess): add warnings in case preprocess dependencies contain anomalies ([ #767 ] ( https://github.com/sveltejs/vite-plugin-svelte/pull/767 ) )
12
+
13
+ ### Patch Changes
14
+
15
+ - Improve compile error messages ([ #757 ] ( https://github.com/sveltejs/vite-plugin-svelte/pull/757 ) )
16
+
17
+ - feat(compile): promote experimental.dynamicCompileOptions to stable ([ #765 ] ( https://github.com/sveltejs/vite-plugin-svelte/pull/765 ) )
18
+
3
19
## 3.0.0-next.0
4
20
5
21
### Major Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sveltejs/vite-plugin-svelte" ,
3
- "version" : " 3.0.0-next.0 " ,
3
+ "version" : " 3.0.0-next.1 " ,
4
4
"license" : " MIT" ,
5
5
"author" : " dominikg" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments