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 13
13
" afraid-moose-matter" ,
14
14
" angry-books-jam" ,
15
15
" angry-plums-punch" ,
16
+ " beige-cobras-smoke" ,
16
17
" beige-flies-wash" ,
17
18
" beige-mirrors-listen" ,
18
19
" beige-rabbits-shave" ,
63
64
" dry-eggs-retire" ,
64
65
" dull-coins-vanish" ,
65
66
" dull-mangos-wave" ,
67
+ " dull-pots-add" ,
66
68
" dull-roses-relate" ,
67
69
" early-ads-tie" ,
68
70
" eight-steaks-shout" ,
166
168
" lucky-schools-hang" ,
167
169
" lucky-toes-begin" ,
168
170
" many-trees-fix" ,
171
+ " mighty-cooks-scream" ,
169
172
" mighty-files-hammer" ,
170
173
" moody-carrots-lay" ,
171
174
" moody-frogs-exist" ,
192
195
" old-mails-sneeze" ,
193
196
" old-oranges-compete" ,
194
197
" olive-kangaroos-brake" ,
198
+ " olive-mice-fix" ,
195
199
" olive-seals-sell" ,
196
200
" olive-shirts-complain" ,
197
201
" olive-socks-kick" ,
233
237
" rotten-rules-invite" ,
234
238
" rude-ghosts-tickle" ,
235
239
" selfish-dragons-knock" ,
240
+ " selfish-spies-help" ,
236
241
" selfish-tools-hide" ,
237
242
" serious-kids-deliver" ,
238
243
" serious-needles-joke" ,
265
270
" small-papayas-laugh" ,
266
271
" small-sheep-type" ,
267
272
" smart-parents-swim" ,
273
+ " smart-turkeys-tell" ,
268
274
" smart-zebras-pay" ,
269
275
" smooth-rings-rush" ,
270
276
" soft-clocks-remember" ,
306
312
" tasty-cheetahs-appear" ,
307
313
" tasty-numbers-perform" ,
308
314
" tasty-steaks-smile" ,
315
+ " ten-eels-move" ,
309
316
" ten-foxes-repeat" ,
310
317
" ten-jokes-divide" ,
311
318
" ten-peaches-sleep" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.81
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: add support for webkitdirectory DOM boolean attribute ([ #10847 ] ( https://github.com/sveltejs/svelte/pull/10847 ) )
8
+
9
+ - fix: don't override instance methods during legacy class creation ([ #10834 ] ( https://github.com/sveltejs/svelte/pull/10834 ) )
10
+
11
+ - fix: adjust scope parent for named slots ([ #10843 ] ( https://github.com/sveltejs/svelte/pull/10843 ) )
12
+
13
+ - fix: improve handling of unowned derived signals ([ #10842 ] ( https://github.com/sveltejs/svelte/pull/10842 ) )
14
+
15
+ - fix: improve element class attribute behaviour ([ #10856 ] ( https://github.com/sveltejs/svelte/pull/10856 ) )
16
+
17
+ - fix: ensure select value is updated upon select option removal ([ #10846 ] ( https://github.com/sveltejs/svelte/pull/10846 ) )
18
+
19
+ - fix: ensure capture events don't call delegated events ([ #10831 ] ( https://github.com/sveltejs/svelte/pull/10831 ) )
20
+
3
21
## 5.0.0-next.80
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.80 " ,
5
+ "version" : " 5.0.0-next.81 " ,
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.80 ' ;
9
+ export const VERSION = '5.0.0-next.81 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments