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 265
265
" funny-bugs-kiss" ,
266
266
" funny-cooks-clean" ,
267
267
" funny-dragons-double" ,
268
+ " funny-houses-kick" ,
268
269
" funny-ties-jump" ,
269
270
" funny-trees-cry" ,
270
271
" funny-wombats-argue" ,
295
296
" good-rice-tap" ,
296
297
" good-rivers-yawn" ,
297
298
" good-roses-argue" ,
299
+ " good-vans-bake" ,
298
300
" good-zebras-turn" ,
299
301
" gorgeous-boxes-design" ,
300
302
" gorgeous-coats-jog" ,
395
397
" kind-spoons-return" ,
396
398
" large-clouds-carry" ,
397
399
" large-emus-cough" ,
400
+ " large-rules-hang" ,
398
401
" large-turkeys-deny" ,
399
402
" large-waves-join" ,
400
403
" late-bees-vanish" ,
452
455
" lucky-schools-hang" ,
453
456
" lucky-teachers-exist" ,
454
457
" lucky-toes-begin" ,
458
+ " many-fishes-warn" ,
455
459
" many-rockets-give" ,
456
460
" many-trees-fix" ,
457
461
" mean-jokes-exist" ,
605
609
" rare-mirrors-act" ,
606
610
" rare-pears-whisper" ,
607
611
" rare-worms-hunt" ,
612
+ " real-camels-pay" ,
608
613
" real-guests-do" ,
609
614
" real-items-suffer" ,
610
615
" real-pandas-brush" ,
616
+ " real-timers-complain" ,
611
617
" red-cycles-pretend" ,
612
618
" red-doors-own" ,
613
619
" red-feet-worry" ,
657
663
" seven-masks-end" ,
658
664
" seven-news-live" ,
659
665
" seven-ravens-check" ,
666
+ " seven-wombats-retire" ,
660
667
" shaggy-cameras-live" ,
661
668
" shaggy-comics-jog" ,
662
669
" sharp-fishes-serve" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.261
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: migrate ` $Props ` without creating non existent props ([ #13484 ] ( https://github.com/sveltejs/svelte/pull/13484 ) )
8
+
9
+ - feat: support migration of ` svelte:component ` ([ #13437 ] ( https://github.com/sveltejs/svelte/pull/13437 ) )
10
+
11
+ - feat: fix accessors and support migration of accessors ([ #13456 ] ( https://github.com/sveltejs/svelte/pull/13456 ) )
12
+
13
+ - fix: move labeled statements that need reordering after props insertion point ([ #13480 ] ( https://github.com/sveltejs/svelte/pull/13480 ) )
14
+
15
+ - feat: support migration of self closing tags ([ #13479 ] ( https://github.com/sveltejs/svelte/pull/13479 ) )
16
+
17
+ - fix: various ` svelte:component ` migration bugs ([ #13473 ] ( https://github.com/sveltejs/svelte/pull/13473 ) )
18
+
19
+ - fix: exclude type-only props from instance exports when migrating ([ #13485 ] ( https://github.com/sveltejs/svelte/pull/13485 ) )
20
+
3
21
## 5.0.0-next.260
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.260 " ,
5
+ "version" : " 5.0.0-next.261 " ,
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.260 ' ;
9
+ export const VERSION = '5.0.0-next.261 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments