File tree Expand file tree Collapse file tree 4 files changed +33
-2
lines changed Expand file tree Collapse file tree 4 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 197197 " fair-bags-smoke" ,
198198 " fair-beers-help" ,
199199 " fair-crabs-check" ,
200+ " fair-items-bathe" ,
200201 " fair-pianos-talk" ,
201202 " fair-spies-repeat" ,
202203 " famous-chairs-notice" ,
260261 " fresh-zoos-burn" ,
261262 " friendly-candles-relate" ,
262263 " friendly-clouds-rhyme" ,
264+ " friendly-dryers-jog" ,
263265 " friendly-lies-camp" ,
264266 " friendly-rice-confess" ,
267+ " friendly-taxis-hammer" ,
265268 " funny-bugs-kiss" ,
266269 " funny-cooks-clean" ,
267270 " funny-dragons-double" ,
287290 " giant-planets-shake" ,
288291 " giant-plants-grin" ,
289292 " giant-roses-press" ,
293+ " gold-pens-sell" ,
290294 " gold-students-jump" ,
291295 " gold-tools-nail" ,
292296 " good-buses-reply" ,
304308 " gorgeous-monkeys-carry" ,
305309 " gorgeous-pans-sort" ,
306310 " gorgeous-singers-rest" ,
311+ " great-dots-wonder" ,
307312 " great-fans-unite" ,
308313 " great-icons-retire" ,
309314 " great-plums-pretend" ,
514519 " nice-jobs-breathe" ,
515520 " nine-ants-invite" ,
516521 " nine-cooks-join" ,
522+ " nine-kids-whisper" ,
517523 " ninety-days-visit" ,
518524 " ninety-dingos-walk" ,
519525 " ninety-dots-train" ,
736742 " small-planets-destroy" ,
737743 " small-sheep-type" ,
738744 " small-spiders-fail" ,
745+ " small-suns-lie" ,
739746 " smart-cars-know" ,
740747 " smart-cherries-leave" ,
741748 " smart-fans-crash" ,
826833 " ten-foxes-repeat" ,
827834 " ten-geese-share" ,
828835 " ten-jokes-divide" ,
836+ " ten-laws-grow" ,
829837 " ten-peaches-sleep" ,
830838 " ten-singers-cough" ,
831839 " ten-singers-repair" ,
895903 " two-brooms-fail" ,
896904 " two-candles-move" ,
897905 " two-cats-approve" ,
906+ " two-chefs-lie" ,
898907 " two-dogs-accept" ,
899908 " two-dragons-yell" ,
900909 " two-falcons-buy" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.263
4+
5+ ### Patch Changes
6+
7+ - fix: add media listeners immediately when using ` bind:paused ` ([ #13502 ] ( https://github.com/sveltejs/svelte/pull/13502 ) )
8+
9+ - fix: further improve reconciliation of inert each block rows ([ #13527 ] ( https://github.com/sveltejs/svelte/pull/13527 ) )
10+
11+ - feat: add types for the search element ([ #13489 ] ( https://github.com/sveltejs/svelte/pull/13489 ) )
12+
13+ - feat: support migrating ` svelte:self ` ([ #13504 ] ( https://github.com/sveltejs/svelte/pull/13504 ) )
14+
15+ - feat: support migration of single assignment labeled statements ([ #13461 ] ( https://github.com/sveltejs/svelte/pull/13461 ) )
16+
17+ - fix: correctly migrate ` $slots ` with bracket member expressions & slots with static props ([ #13468 ] ( https://github.com/sveltejs/svelte/pull/13468 ) )
18+
19+ - feat: migrate slot usages ([ #13500 ] ( https://github.com/sveltejs/svelte/pull/13500 ) )
20+
21+ - fix: recreate ` SvelteDate ` methods deriveds if they are destroyed ([ #13515 ] ( https://github.com/sveltejs/svelte/pull/13515 ) )
22+
23+ - fix: allow imports from ` svelte/legacy ` in SSR ([ #13523 ] ( https://github.com/sveltejs/svelte/pull/13523 ) )
24+
325## 5.0.0-next.262
426
527### 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.262 " ,
5+ "version" : " 5.0.0-next.263 " ,
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.262 ' ;
9+ export const VERSION = '5.0.0-next.263 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments