File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Expand file tree Collapse file tree 4 files changed +24
-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" ,
8586 " rare-pears-whisper" ,
8687 " rich-sheep-burn" ,
8788 " rich-tables-sing" ,
89+ " rotten-bags-type" ,
8890 " rotten-buckets-develop" ,
8991 " selfish-tools-hide" ,
9092 " serious-socks-cover" ,
9698 " shiny-baboons-play" ,
9799 " shiny-shrimps-march" ,
98100 " slimy-clouds-talk" ,
101+ " slow-chefs-dream" ,
99102 " small-papayas-laugh" ,
100103 " smart-parents-swim" ,
101104 " soft-clocks-remember" ,
104107 " sour-rules-march" ,
105108 " spicy-plums-admire" ,
106109 " stale-comics-look" ,
110+ " strong-gifts-smoke" ,
107111 " strong-lemons-provide" ,
108112 " sweet-mangos-beg" ,
109113 " swift-donkeys-perform" ,
110114 " swift-ravens-hunt" ,
111115 " swift-seahorses-deliver" ,
116+ " tall-books-grin" ,
112117 " tall-shrimps-worry" ,
113118 " tall-tigers-wait" ,
114119 " tasty-numbers-perform" ,
128133 " wet-games-fly" ,
129134 " wicked-clouds-exercise" ,
130135 " wicked-doors-train" ,
136+ " wise-dancers-hang" ,
131137 " wise-donkeys-marry" ,
132138 " witty-camels-warn"
133139 ]
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: correctly reflect readonly proxy marker ([ #9893 ] ( https://github.com/sveltejs/svelte/pull/9893 ) )
10+
11+ - chore: improve each block fast-path heuristic ([ #9855 ] ( https://github.com/sveltejs/svelte/pull/9855 ) )
12+
13+ - fix: improve html tag svg behaviour ([ #9894 ] ( https://github.com/sveltejs/svelte/pull/9894 ) )
14+
15+ - fix: ensure class constructor values are proxied ([ #9888 ] ( https://github.com/sveltejs/svelte/pull/9888 ) )
16+
17+ - fix: improve each block index handling ([ #9889 ] ( https://github.com/sveltejs/svelte/pull/9889 ) )
18+
319## 5.0.0-next.22
420
521### 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