File tree Expand file tree Collapse file tree 4 files changed +36
-2
lines changed Expand file tree Collapse file tree 4 files changed +36
-2
lines changed Original file line number Diff line number Diff line change 38
38
" breezy-rules-beg" ,
39
39
" bright-peas-juggle" ,
40
40
" bright-snakes-sing" ,
41
+ " brown-geckos-fry" ,
41
42
" brown-houses-obey" ,
42
43
" brown-months-fry" ,
43
44
" brown-spoons-boil" ,
60
61
" cool-ants-leave" ,
61
62
" cool-comics-marry" ,
62
63
" cool-peas-lick" ,
64
+ " cool-poems-watch" ,
63
65
" cool-rabbits-tickle" ,
64
66
" cool-roses-trade" ,
65
67
" cuddly-pianos-drop" ,
71
73
" curvy-ties-shout" ,
72
74
" cyan-flowers-destroy" ,
73
75
" cyan-spies-grin" ,
76
+ " cyan-squids-drive" ,
74
77
" dirty-bats-punch" ,
75
78
" dirty-donuts-yell" ,
76
79
" dirty-garlics-design" ,
103
106
" famous-falcons-melt" ,
104
107
" famous-knives-sneeze" ,
105
108
" famous-pants-pay" ,
109
+ " fast-penguins-matter" ,
106
110
" fast-weeks-clean" ,
107
111
" few-clouds-shop" ,
108
112
" few-mugs-fail" ,
152
156
" grumpy-jars-sparkle" ,
153
157
" happy-beds-scream" ,
154
158
" happy-suits-film" ,
159
+ " healthy-ants-film" ,
155
160
" healthy-planes-vanish" ,
156
161
" heavy-comics-move" ,
157
162
" heavy-ducks-leave" ,
161
166
" honest-buses-add" ,
162
167
" honest-dragons-turn" ,
163
168
" honest-icons-change" ,
169
+ " honest-nails-share" ,
164
170
" hot-jobs-tap" ,
165
171
" hungry-boxes-relate" ,
166
172
" hungry-dots-fry" ,
172
178
" itchy-eels-marry" ,
173
179
" itchy-kings-deliver" ,
174
180
" itchy-lions-wash" ,
181
+ " itchy-panthers-shave" ,
175
182
" itchy-terms-guess" ,
176
183
" khaki-cooks-develop" ,
177
184
" khaki-ligers-sing" ,
235
242
" neat-boats-shake" ,
236
243
" neat-dingos-clap" ,
237
244
" neat-files-rescue" ,
245
+ " nervous-berries-boil" ,
238
246
" nervous-spoons-relax" ,
239
247
" nervous-turkeys-end" ,
240
248
" new-boats-wait" ,
262
270
" orange-crews-rescue" ,
263
271
" orange-dingos-poke" ,
264
272
" orange-yaks-protect" ,
273
+ " orange-zoos-heal" ,
265
274
" pink-bikes-agree" ,
266
275
" pink-goats-promise" ,
267
276
" pink-mayflies-tie" ,
434
443
" tidy-starfishes-allow" ,
435
444
" tiny-kings-whisper" ,
436
445
" tiny-meals-deliver" ,
446
+ " tiny-moose-kiss" ,
437
447
" tough-radios-punch" ,
438
448
" twelve-dragons-join" ,
439
449
" twelve-onions-juggle" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.116
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: correctly interpret empty aria- attribute ([ #11325 ] ( https://github.com/sveltejs/svelte/pull/11325 ) )
8
+
9
+ - fix: disallow mixing on: click and onclick syntax ([ #11295 ] ( https://github.com/sveltejs/svelte/pull/11295 ) )
10
+
11
+ - fix: make hr, script and template valid select children ([ #11344 ] ( https://github.com/sveltejs/svelte/pull/11344 ) )
12
+
13
+ - fix: apply modifiers to bubbled events ([ #11369 ] ( https://github.com/sveltejs/svelte/pull/11369 ) )
14
+
15
+ - fix: allow ` bind:this ` on ` <select> ` with dynamic ` multiple ` attribute ([ #11378 ] ( https://github.com/sveltejs/svelte/pull/11378 ) )
16
+
17
+ - feat: allow for literal property definition with state on classes ([ #11326 ] ( https://github.com/sveltejs/svelte/pull/11326 ) )
18
+
19
+ - fix: disallow mounting a snippet ([ #11347 ] ( https://github.com/sveltejs/svelte/pull/11347 ) )
20
+
21
+ - feat: only inject push/init/pop when necessary ([ #11319 ] ( https://github.com/sveltejs/svelte/pull/11319 ) )
22
+
23
+ - feat: provide migration helper ([ #11334 ] ( https://github.com/sveltejs/svelte/pull/11334 ) )
24
+
25
+ - fix: ensure store from props is hoisted correctly ([ #11367 ] ( https://github.com/sveltejs/svelte/pull/11367 ) )
26
+
3
27
## 5.0.0-next.115
4
28
5
29
### 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.115 " ,
5
+ "version" : " 5.0.0-next.116 " ,
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.115 ' ;
9
+ export const VERSION = '5.0.0-next.116 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments