File tree Expand file tree Collapse file tree 4 files changed +33
-2
lines changed Expand file tree Collapse file tree 4 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 1717 " cold-birds-own" ,
1818 " cuddly-pianos-drop" ,
1919 " curly-lizards-dream" ,
20+ " dirty-garlics-design" ,
21+ " dirty-tips-add" ,
2022 " early-ads-tie" ,
2123 " eight-steaks-shout" ,
2224 " eighty-bikes-camp" ,
2325 " fair-crabs-check" ,
26+ " few-mugs-fail" ,
2427 " fifty-steaks-float" ,
28+ " forty-comics-invent" ,
2529 " fresh-weeks-trade" ,
2630 " funny-wombats-argue" ,
2731 " good-pianos-jump" ,
3337 " kind-deers-lay" ,
3438 " lazy-spiders-think" ,
3539 " long-crews-return" ,
40+ " lovely-items-turn" ,
3641 " lucky-schools-hang" ,
42+ " moody-frogs-exist" ,
3743 " moody-owls-cry" ,
3844 " new-boats-wait" ,
3945 " odd-needles-joke" ,
46+ " odd-schools-wait" ,
4047 " poor-eggs-enjoy" ,
4148 " popular-mangos-rest" ,
4249 " quiet-camels-mate" ,
4350 " rich-sheep-burn" ,
4451 " rotten-buckets-develop" ,
52+ " serious-zebras-scream" ,
53+ " seven-deers-jam" ,
4554 " sharp-gorillas-impress" ,
4655 " shiny-baboons-play" ,
4756 " shiny-shrimps-march" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.11
4+
5+ ### Patch Changes
6+
7+ - feat: add type of ` $effect.active ` ([ #9624 ] ( https://github.com/sveltejs/svelte/pull/9624 ) )
8+
9+ - fix: correct bind this multiple bindings ([ #9617 ] ( https://github.com/sveltejs/svelte/pull/9617 ) )
10+
11+ - chore: reuse common templates ([ #9601 ] ( https://github.com/sveltejs/svelte/pull/9601 ) )
12+
13+ - fix: handle undefined bubble events ([ #9614 ] ( https://github.com/sveltejs/svelte/pull/9614 ) )
14+
15+ - fix: dont error on stores looking like runes when runes explicitly turned off ([ #9615 ] ( https://github.com/sveltejs/svelte/pull/9615 ) )
16+
17+ - fix: improve member expression mutation logic ([ #9625 ] ( https://github.com/sveltejs/svelte/pull/9625 ) )
18+
19+ - chore: untrack keyed validation logic ([ #9618 ] ( https://github.com/sveltejs/svelte/pull/9618 ) )
20+
21+ - fix: ensure snippets have correct scope ([ #9623 ] ( https://github.com/sveltejs/svelte/pull/9623 ) )
22+
23+ - fix: better attribute casing logic ([ #9626 ] ( https://github.com/sveltejs/svelte/pull/9626 ) )
24+
325## 5.0.0-next.10
426
527### 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.10 " ,
5+ "version" : " 5.0.0-next.11 " ,
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.10 ' ;
9+ export const VERSION = '5.0.0-next.11 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments