File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed
packages/vite-plugin-svelte Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 32
32
" brave-boxes-drive" ,
33
33
" breezy-crews-peel" ,
34
34
" breezy-donkeys-argue" ,
35
+ " breezy-kids-divide" ,
35
36
" calm-buses-cheat" ,
36
37
" clever-trains-drum" ,
37
38
" cuddly-maps-dance" ,
38
39
" dirty-boxes-sip" ,
39
40
" dry-cameras-press" ,
40
41
" eight-taxis-wash" ,
41
42
" eleven-windows-roll" ,
43
+ " famous-lemons-draw" ,
42
44
" flat-books-kick" ,
43
45
" flat-mayflies-smell" ,
46
+ " forty-parents-jam" ,
44
47
" fresh-penguins-heal" ,
45
48
" gorgeous-monkeys-brake" ,
46
49
" happy-mails-kneel" ,
51
54
" little-plums-grab" ,
52
55
" long-foxes-agree" ,
53
56
" nasty-baboons-joke" ,
57
+ " nasty-poems-fold" ,
54
58
" plenty-pumpkins-buy" ,
55
59
" popular-yaks-fetch" ,
56
60
" proud-dragons-shout" ,
Original file line number Diff line number Diff line change 1
1
# @sveltejs/vite-plugin-svelte
2
2
3
+ ## 1.0.0-next.14
4
+
5
+ ### Patch Changes
6
+
7
+ - replace querystring with URLSearchParams ([ #107 ] ( https://github.com/sveltejs/vite-plugin-svelte/pull/107 ) )
8
+
9
+ * import svelte types instead of duplicating them ([ #105 ] ( https://github.com/sveltejs/vite-plugin-svelte/pull/105 ) )
10
+
11
+ - update svelte-hmr to 0.14.7 to fix issue with svelte 3.40 ([ #112 ] ( https://github.com/sveltejs/vite-plugin-svelte/pull/112 ) )
12
+
13
+ * turn diff-match-patch into an optional peer dependency to reduce footprint ([ #110 ] ( https://github.com/sveltejs/vite-plugin-svelte/pull/110 ) )
14
+
3
15
## 1.0.0-next.13
4
16
5
17
### Minor 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.13 " ,
3
+ "version" : " 1.0.0-next.14 " ,
4
4
"license" : " MIT" ,
5
5
"author" : " dominikg" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments