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 1313 " afraid-moose-matter" ,
1414 " angry-books-jam" ,
1515 " angry-plums-punch" ,
16+ " beige-cobras-smoke" ,
1617 " beige-flies-wash" ,
1718 " beige-mirrors-listen" ,
1819 " beige-rabbits-shave" ,
6364 " dry-eggs-retire" ,
6465 " dull-coins-vanish" ,
6566 " dull-mangos-wave" ,
67+ " dull-pots-add" ,
6668 " dull-roses-relate" ,
6769 " early-ads-tie" ,
6870 " eight-steaks-shout" ,
166168 " lucky-schools-hang" ,
167169 " lucky-toes-begin" ,
168170 " many-trees-fix" ,
171+ " mighty-cooks-scream" ,
169172 " mighty-files-hammer" ,
170173 " moody-carrots-lay" ,
171174 " moody-frogs-exist" ,
192195 " old-mails-sneeze" ,
193196 " old-oranges-compete" ,
194197 " olive-kangaroos-brake" ,
198+ " olive-mice-fix" ,
195199 " olive-seals-sell" ,
196200 " olive-shirts-complain" ,
197201 " olive-socks-kick" ,
233237 " rotten-rules-invite" ,
234238 " rude-ghosts-tickle" ,
235239 " selfish-dragons-knock" ,
240+ " selfish-spies-help" ,
236241 " selfish-tools-hide" ,
237242 " serious-kids-deliver" ,
238243 " serious-needles-joke" ,
265270 " small-papayas-laugh" ,
266271 " small-sheep-type" ,
267272 " smart-parents-swim" ,
273+ " smart-turkeys-tell" ,
268274 " smart-zebras-pay" ,
269275 " smooth-rings-rush" ,
270276 " soft-clocks-remember" ,
306312 " tasty-cheetahs-appear" ,
307313 " tasty-numbers-perform" ,
308314 " tasty-steaks-smile" ,
315+ " ten-eels-move" ,
309316 " ten-foxes-repeat" ,
310317 " ten-jokes-divide" ,
311318 " ten-peaches-sleep" ,
Original file line number Diff line number Diff line change 11# svelte
22
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+
321## 5.0.0-next.80
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.80 " ,
5+ "version" : " 5.0.0-next.81 " ,
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.80 ' ;
9+ export const VERSION = '5.0.0-next.81 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments