File tree 4 files changed +27
-2
lines changed
4 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 56
56
" kind-deers-lay" ,
57
57
" kind-eagles-join" ,
58
58
" large-clouds-carry" ,
59
+ " late-crabs-lay" ,
59
60
" lazy-masks-sit" ,
60
61
" lazy-months-knock" ,
61
62
" lazy-spiders-think" ,
81
82
" poor-eggs-enjoy" ,
82
83
" poor-seahorses-flash" ,
83
84
" popular-mangos-rest" ,
85
+ " purple-dragons-peel" ,
84
86
" quiet-camels-mate" ,
85
87
" rare-pears-whisper" ,
86
88
" rich-sheep-burn" ,
87
89
" rich-tables-sing" ,
90
+ " rotten-bags-type" ,
88
91
" rotten-buckets-develop" ,
89
92
" selfish-tools-hide" ,
90
93
" serious-socks-cover" ,
96
99
" shiny-baboons-play" ,
97
100
" shiny-shrimps-march" ,
98
101
" slimy-clouds-talk" ,
102
+ " slow-chefs-dream" ,
99
103
" small-papayas-laugh" ,
100
104
" smart-parents-swim" ,
101
105
" soft-clocks-remember" ,
104
108
" sour-rules-march" ,
105
109
" spicy-plums-admire" ,
106
110
" stale-comics-look" ,
111
+ " strong-gifts-smoke" ,
107
112
" strong-lemons-provide" ,
108
113
" sweet-mangos-beg" ,
109
114
" swift-donkeys-perform" ,
110
115
" swift-ravens-hunt" ,
111
116
" swift-seahorses-deliver" ,
117
+ " tall-books-grin" ,
112
118
" tall-shrimps-worry" ,
113
119
" tall-tigers-wait" ,
114
120
" tasty-numbers-perform" ,
128
134
" wet-games-fly" ,
129
135
" wicked-clouds-exercise" ,
130
136
" wicked-doors-train" ,
137
+ " wise-dancers-hang" ,
131
138
" wise-donkeys-marry" ,
132
139
" witty-camels-warn"
133
140
]
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
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
+
3
21
## 5.0.0-next.22
4
22
5
23
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " svelte" ,
3
3
"description" : " Cybernetically enhanced web apps" ,
4
4
"license" : " MIT" ,
5
- "version" : " 5.0.0-next.22 " ,
5
+ "version" : " 5.0.0-next.23 " ,
6
6
"type" : " module" ,
7
7
"types" : " ./types/index.d.ts" ,
8
8
"engines" : {
Original file line number Diff line number Diff line change 6
6
* https://svelte.dev/docs/svelte-compiler#svelte-version
7
7
* @type {string }
8
8
*/
9
- export const VERSION = '5.0.0-next.22 ' ;
9
+ export const VERSION = '5.0.0-next.23 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments