File tree 4 files changed +21
-2
lines changed
4 files changed +21
-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" ,
116
118
" gentle-spies-happen" ,
117
119
" giant-moons-own" ,
118
120
" giant-planets-shake" ,
121
+ " giant-plants-grin" ,
119
122
" giant-roses-press" ,
120
123
" good-buses-reply" ,
121
124
" good-cars-visit" ,
191
194
" metal-lobsters-burn" ,
192
195
" mighty-cooks-scream" ,
193
196
" mighty-files-hammer" ,
197
+ " mighty-frogs-obey" ,
194
198
" moody-carrots-lay" ,
195
199
" moody-frogs-exist" ,
196
200
" moody-houses-argue" ,
234
238
" poor-seahorses-flash" ,
235
239
" popular-ligers-perform" ,
236
240
" popular-mangos-rest" ,
241
+ " popular-walls-hunt" ,
237
242
" pretty-ties-help" ,
238
243
" purple-dragons-peel" ,
239
244
" quiet-apricots-dream" ,
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: keep sibling selectors when dealing with slots/render tags/` svelte:element ` tags ([ #11096 ] ( https://github.com/sveltejs/svelte/pull/11096 ) )
12
+
13
+ - fix: ensure deep mutation ownership widening ([ #11094 ] ( https://github.com/sveltejs/svelte/pull/11094 ) )
14
+
15
+ - fix: improve compiled output of multiple call expression in single text node ([ #11097 ] ( https://github.com/sveltejs/svelte/pull/11097 ) )
16
+
3
17
## 5.0.0-next.95
4
18
5
19
### 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