File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Expand file tree Collapse file tree 4 files changed +24
-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" ,
262263 " friendly-clouds-rhyme" ,
263264 " friendly-lies-camp" ,
264265 " friendly-rice-confess" ,
266+ " friendly-taxis-hammer" ,
265267 " funny-bugs-kiss" ,
266268 " funny-cooks-clean" ,
267269 " funny-dragons-double" ,
287289 " giant-planets-shake" ,
288290 " giant-plants-grin" ,
289291 " giant-roses-press" ,
292+ " gold-pens-sell" ,
290293 " gold-students-jump" ,
291294 " gold-tools-nail" ,
292295 " good-buses-reply" ,
304307 " gorgeous-monkeys-carry" ,
305308 " gorgeous-pans-sort" ,
306309 " gorgeous-singers-rest" ,
310+ " great-dots-wonder" ,
307311 " great-fans-unite" ,
308312 " great-icons-retire" ,
309313 " great-plums-pretend" ,
514518 " nice-jobs-breathe" ,
515519 " nine-ants-invite" ,
516520 " nine-cooks-join" ,
521+ " nine-kids-whisper" ,
517522 " ninety-days-visit" ,
518523 " ninety-dingos-walk" ,
519524 " ninety-dots-train" ,
736741 " small-planets-destroy" ,
737742 " small-sheep-type" ,
738743 " small-spiders-fail" ,
744+ " small-suns-lie" ,
739745 " smart-cars-know" ,
740746 " smart-cherries-leave" ,
741747 " smart-fans-crash" ,
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+ - feat: add types for the search element ([ #13489 ] ( https://github.com/sveltejs/svelte/pull/13489 ) )
10+
11+ - feat: support migrating ` svelte:self ` ([ #13504 ] ( https://github.com/sveltejs/svelte/pull/13504 ) )
12+
13+ - feat: support migration of single assignment labeled statements ([ #13461 ] ( https://github.com/sveltejs/svelte/pull/13461 ) )
14+
15+ - fix: correctly migrate ` $slots ` with bracket member expressions & slots with static props ([ #13468 ] ( https://github.com/sveltejs/svelte/pull/13468 ) )
16+
17+ - feat: migrate slot usages ([ #13500 ] ( https://github.com/sveltejs/svelte/pull/13500 ) )
18+
319## 5.0.0-next.262
420
521### 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