File tree 4 files changed +27
-2
lines changed
4 files changed +27
-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" ,
74
75
" dull-pots-add" ,
75
76
" dull-roses-relate" ,
76
77
" early-ads-tie" ,
78
+ " eight-hornets-punch" ,
77
79
" eight-steaks-shout" ,
78
80
" eighty-bikes-camp" ,
79
81
" eighty-days-cheat" ,
104
106
" forty-peaches-unite" ,
105
107
" forty-suns-smile" ,
106
108
" four-flies-hammer" ,
109
+ " four-mice-hammer" ,
107
110
" fresh-impalas-bow" ,
108
111
" fresh-weeks-trade" ,
109
112
" friendly-candles-relate" ,
116
119
" gentle-spies-happen" ,
117
120
" giant-moons-own" ,
118
121
" giant-planets-shake" ,
122
+ " giant-plants-grin" ,
119
123
" giant-roses-press" ,
120
124
" good-buses-reply" ,
121
125
" good-cars-visit" ,
191
195
" metal-lobsters-burn" ,
192
196
" mighty-cooks-scream" ,
193
197
" mighty-files-hammer" ,
198
+ " mighty-frogs-obey" ,
194
199
" moody-carrots-lay" ,
195
200
" moody-frogs-exist" ,
196
201
" moody-houses-argue" ,
234
239
" poor-seahorses-flash" ,
235
240
" popular-ligers-perform" ,
236
241
" popular-mangos-rest" ,
242
+ " popular-walls-hunt" ,
237
243
" pretty-ties-help" ,
244
+ " proud-queens-sniff" ,
238
245
" purple-dragons-peel" ,
239
246
" quiet-apricots-dream" ,
240
247
" 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: make static ` element ` property available for the SvelteComponent type ([ #11079 ] ( https://github.com/sveltejs/svelte/pull/11079 ) )
10
+
11
+ - fix: improve internal proxied state signal heuristic ([ #11102 ] ( https://github.com/sveltejs/svelte/pull/11102 ) )
12
+
13
+ - fix: keep sibling selectors when dealing with slots/render tags/` svelte:element ` tags ([ #11096 ] ( https://github.com/sveltejs/svelte/pull/11096 ) )
14
+
15
+ - fix: ensure deep mutation ownership widening ([ #11094 ] ( https://github.com/sveltejs/svelte/pull/11094 ) )
16
+
17
+ - fix: improve compiled output of multiple call expression in single text node ([ #11097 ] ( https://github.com/sveltejs/svelte/pull/11097 ) )
18
+
19
+ - fix: improve hydration of svelte head blocks ([ #11099 ] ( https://github.com/sveltejs/svelte/pull/11099 ) )
20
+
3
21
## 5.0.0-next.95
4
22
5
23
### 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