File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed
Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1212 " afraid-moose-matter" ,
1313 " brave-walls-destroy" ,
1414 " brown-spoons-boil" ,
15+ " chatty-taxis-juggle" ,
1516 " chilled-pumas-invite" ,
1617 " chilly-dolphins-lick" ,
1718 " clean-eels-beg" ,
2425 " eight-steaks-shout" ,
2526 " eighty-bikes-camp" ,
2627 " fair-crabs-check" ,
28+ " famous-knives-sneeze" ,
2729 " few-mugs-fail" ,
2830 " fifty-steaks-float" ,
2931 " forty-comics-invent" ,
3032 " fresh-weeks-trade" ,
3133 " friendly-lies-camp" ,
3234 " funny-wombats-argue" ,
3335 " good-pianos-jump" ,
36+ " great-icons-retire" ,
3437 " green-eggs-approve" ,
3538 " green-hounds-play" ,
3639 " honest-icons-change" ,
3942 " khaki-mails-draw" ,
4043 " kind-deers-lay" ,
4144 " kind-eagles-join" ,
45+ " large-clouds-carry" ,
4246 " lazy-spiders-think" ,
4347 " light-pens-watch" ,
4448 " long-crews-return" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.16
4+
5+ ### Patch Changes
6+
7+ - fix: delegate events on elements with bind-this ([ #9696 ] ( https://github.com/sveltejs/svelte/pull/9696 ) )
8+
9+ - fix: ensure implicit children snippet renders correctly ([ #9706 ] ( https://github.com/sveltejs/svelte/pull/9706 ) )
10+
11+ - fix: allow ` bind:this ` with dynamic type on inputs ([ #9713 ] ( https://github.com/sveltejs/svelte/pull/9713 ) )
12+
13+ - feat: $inspect rune ([ #9705 ] ( https://github.com/sveltejs/svelte/pull/9705 ) )
14+
315## 5.0.0-next.15
416
517### Patch Changes
Original file line number Diff line number Diff line change 22 "name" : " svelte" ,
33 "description" : " Cybernetically enhanced web apps" ,
44 "license" : " MIT" ,
5- "version" : " 5.0.0-next.15 " ,
5+ "version" : " 5.0.0-next.16 " ,
66 "type" : " module" ,
77 "types" : " ./types/index.d.ts" ,
88 "engines" : {
Original file line number Diff line number Diff line change 66 * https://svelte.dev/docs/svelte-compiler#svelte-version
77 * @type {string }
88 */
9- export const VERSION = '5.0.0-next.15 ' ;
9+ export const VERSION = '5.0.0-next.16 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments