File tree Expand file tree Collapse file tree 4 files changed +39
-2
lines changed Expand file tree Collapse file tree 4 files changed +39
-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" ,
31+ " flat-melons-protect" ,
2932 " forty-comics-invent" ,
3033 " fresh-weeks-trade" ,
3134 " friendly-lies-camp" ,
3235 " funny-wombats-argue" ,
3336 " good-pianos-jump" ,
37+ " great-icons-retire" ,
3438 " green-eggs-approve" ,
3539 " green-hounds-play" ,
3640 " honest-icons-change" ,
3741 " hungry-dots-fry" ,
42+ " hungry-tips-unite" ,
3843 " itchy-lions-wash" ,
3944 " khaki-mails-draw" ,
4045 " kind-deers-lay" ,
4146 " kind-eagles-join" ,
47+ " large-clouds-carry" ,
4248 " lazy-spiders-think" ,
4349 " light-pens-watch" ,
4450 " long-crews-return" ,
4854 " moody-frogs-exist" ,
4955 " moody-owls-cry" ,
5056 " new-boats-wait" ,
57+ " ninety-dingos-walk" ,
5158 " odd-needles-joke" ,
5259 " odd-schools-wait" ,
60+ " odd-shoes-cheat" ,
5361 " polite-pumpkins-guess" ,
5462 " poor-eggs-enjoy" ,
5563 " popular-mangos-rest" ,
6674 " slimy-clouds-talk" ,
6775 " small-papayas-laugh" ,
6876 " soft-geese-learn" ,
77+ " sour-forks-stare" ,
6978 " sour-rules-march" ,
7079 " stale-comics-look" ,
7180 " strong-lemons-provide" ,
81+ " swift-ravens-hunt" ,
7282 " tall-shrimps-worry" ,
83+ " tall-tigers-wait" ,
7384 " ten-worms-reflect" ,
7485 " thin-foxes-lick" ,
7586 " thirty-flowers-sit" ,
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: ensure ` $slots ` exists in runes mode ([ #9718 ] ( https://github.com/sveltejs/svelte/pull/9718 ) )
12+
13+ - fix: allow ` bind:this ` with dynamic type on inputs ([ #9713 ] ( https://github.com/sveltejs/svelte/pull/9713 ) )
14+
15+ - fix: port over props that were set prior to initialization ([ #9704 ] ( https://github.com/sveltejs/svelte/pull/9704 ) )
16+
17+ - feat: $inspect rune ([ #9705 ] ( https://github.com/sveltejs/svelte/pull/9705 ) )
18+
19+ - fix: keep fallback value after spread update not setting that prop ([ #9717 ] ( https://github.com/sveltejs/svelte/pull/9717 ) )
20+
21+ - fix: tweak const tag parsing ([ #9715 ] ( https://github.com/sveltejs/svelte/pull/9715 ) )
22+
23+ - chore: remove redundant hydration code ([ #9698 ] ( https://github.com/sveltejs/svelte/pull/9698 ) )
24+
25+ - fix: improve template text node serialization ([ #9722 ] ( https://github.com/sveltejs/svelte/pull/9722 ) )
26+
27+ - fix: improve infinite loop capturing ([ #9721 ] ( https://github.com/sveltejs/svelte/pull/9721 ) )
28+
329## 5.0.0-next.15
430
531### 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