File tree 4 files changed +30
-2
lines changed
4 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 43
43
" chatty-taxis-juggle" ,
44
44
" chilled-pumas-invite" ,
45
45
" chilly-dolphins-lick" ,
46
+ " chilly-rocks-hug" ,
46
47
" chilly-snakes-scream" ,
47
48
" clean-eels-beg" ,
48
49
" clever-chefs-relate" ,
54
55
" cool-rabbits-tickle" ,
55
56
" cool-roses-trade" ,
56
57
" cuddly-pianos-drop" ,
58
+ " cuddly-points-tickle" ,
57
59
" curly-lizards-dream" ,
58
60
" curvy-buses-laugh" ,
59
61
" curvy-cups-cough" ,
74
76
" dull-pots-add" ,
75
77
" dull-roses-relate" ,
76
78
" early-ads-tie" ,
79
+ " eight-hornets-punch" ,
77
80
" eight-steaks-shout" ,
78
81
" eighty-bikes-camp" ,
79
82
" eighty-days-cheat" ,
104
107
" forty-peaches-unite" ,
105
108
" forty-suns-smile" ,
106
109
" four-flies-hammer" ,
110
+ " four-mice-hammer" ,
107
111
" fresh-impalas-bow" ,
108
112
" fresh-weeks-trade" ,
109
113
" friendly-candles-relate" ,
116
120
" gentle-spies-happen" ,
117
121
" giant-moons-own" ,
118
122
" giant-planets-shake" ,
123
+ " giant-plants-grin" ,
119
124
" giant-roses-press" ,
120
125
" good-buses-reply" ,
121
126
" good-cars-visit" ,
191
196
" metal-lobsters-burn" ,
192
197
" mighty-cooks-scream" ,
193
198
" mighty-files-hammer" ,
199
+ " mighty-frogs-obey" ,
194
200
" moody-carrots-lay" ,
195
201
" moody-frogs-exist" ,
196
202
" moody-houses-argue" ,
234
240
" poor-seahorses-flash" ,
235
241
" popular-ligers-perform" ,
236
242
" popular-mangos-rest" ,
243
+ " popular-walls-hunt" ,
237
244
" pretty-ties-help" ,
245
+ " proud-queens-sniff" ,
238
246
" purple-dragons-peel" ,
239
247
" quiet-apricots-dream" ,
240
248
" quiet-berries-end" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.96
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: introduce ` $host ` rune, deprecate ` createEventDispatcher ` ([ #11059 ] ( https://github.com/sveltejs/svelte/pull/11059 ) )
8
+
9
+ - fix: execute sole static script tag ([ #11095 ] ( https://github.com/sveltejs/svelte/pull/11095 ) )
10
+
11
+ - fix: make static ` element ` property available for the SvelteComponent type ([ #11079 ] ( https://github.com/sveltejs/svelte/pull/11079 ) )
12
+
13
+ - fix: improve internal proxied state signal heuristic ([ #11102 ] ( https://github.com/sveltejs/svelte/pull/11102 ) )
14
+
15
+ - fix: keep sibling selectors when dealing with slots/render tags/` svelte:element ` tags ([ #11096 ] ( https://github.com/sveltejs/svelte/pull/11096 ) )
16
+
17
+ - fix: ensure deep mutation ownership widening ([ #11094 ] ( https://github.com/sveltejs/svelte/pull/11094 ) )
18
+
19
+ - fix: improve compiled output of multiple call expression in single text node ([ #11097 ] ( https://github.com/sveltejs/svelte/pull/11097 ) )
20
+
21
+ - fix: improve hydration of svelte head blocks ([ #11099 ] ( https://github.com/sveltejs/svelte/pull/11099 ) )
22
+
3
23
## 5.0.0-next.95
4
24
5
25
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " svelte" ,
3
3
"description" : " Cybernetically enhanced web apps" ,
4
4
"license" : " MIT" ,
5
- "version" : " 5.0.0-next.95 " ,
5
+ "version" : " 5.0.0-next.96 " ,
6
6
"type" : " module" ,
7
7
"types" : " ./types/index.d.ts" ,
8
8
"engines" : {
Original file line number Diff line number Diff line change 6
6
* https://svelte.dev/docs/svelte-compiler#svelte-version
7
7
* @type {string }
8
8
*/
9
- export const VERSION = '5.0.0-next.95 ' ;
9
+ export const VERSION = '5.0.0-next.96 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments