File tree Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 5656 " kind-deers-lay" ,
5757 " kind-eagles-join" ,
5858 " large-clouds-carry" ,
59+ " late-crabs-lay" ,
5960 " lazy-masks-sit" ,
6061 " lazy-months-knock" ,
6162 " lazy-spiders-think" ,
8182 " poor-eggs-enjoy" ,
8283 " poor-seahorses-flash" ,
8384 " popular-mangos-rest" ,
85+ " purple-dragons-peel" ,
8486 " quiet-camels-mate" ,
8587 " rare-pears-whisper" ,
8688 " rich-sheep-burn" ,
8789 " rich-tables-sing" ,
90+ " rotten-bags-type" ,
8891 " rotten-buckets-develop" ,
8992 " selfish-tools-hide" ,
9093 " serious-socks-cover" ,
9699 " shiny-baboons-play" ,
97100 " shiny-shrimps-march" ,
98101 " slimy-clouds-talk" ,
102+ " slow-chefs-dream" ,
99103 " small-papayas-laugh" ,
100104 " smart-parents-swim" ,
101105 " soft-clocks-remember" ,
104108 " sour-rules-march" ,
105109 " spicy-plums-admire" ,
106110 " stale-comics-look" ,
111+ " strong-gifts-smoke" ,
107112 " strong-lemons-provide" ,
108113 " sweet-mangos-beg" ,
109114 " swift-donkeys-perform" ,
110115 " swift-ravens-hunt" ,
111116 " swift-seahorses-deliver" ,
117+ " tall-books-grin" ,
112118 " tall-shrimps-worry" ,
113119 " tall-tigers-wait" ,
114120 " tasty-numbers-perform" ,
128134 " wet-games-fly" ,
129135 " wicked-clouds-exercise" ,
130136 " wicked-doors-train" ,
137+ " wise-dancers-hang" ,
131138 " wise-donkeys-marry" ,
132139 " witty-camels-warn"
133140 ]
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.23
4+
5+ ### Patch Changes
6+
7+ - feat: add ` gamepadconnected ` and ` gamepaddisconnected ` events ([ #9861 ] ( https://github.com/sveltejs/svelte/pull/9861 ) )
8+
9+ - fix: improve unstate type definition ([ #9895 ] ( https://github.com/sveltejs/svelte/pull/9895 ) )
10+
11+ - fix: correctly reflect readonly proxy marker ([ #9893 ] ( https://github.com/sveltejs/svelte/pull/9893 ) )
12+
13+ - chore: improve each block fast-path heuristic ([ #9855 ] ( https://github.com/sveltejs/svelte/pull/9855 ) )
14+
15+ - fix: improve html tag svg behaviour ([ #9894 ] ( https://github.com/sveltejs/svelte/pull/9894 ) )
16+
17+ - fix: ensure class constructor values are proxied ([ #9888 ] ( https://github.com/sveltejs/svelte/pull/9888 ) )
18+
19+ - fix: improve each block index handling ([ #9889 ] ( https://github.com/sveltejs/svelte/pull/9889 ) )
20+
321## 5.0.0-next.22
422
523### 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.22 " ,
5+ "version" : " 5.0.0-next.23 " ,
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.22 ' ;
9+ export const VERSION = '5.0.0-next.23 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments