File tree Expand file tree Collapse file tree 4 files changed +36
-2
lines changed Expand file tree Collapse file tree 4 files changed +36
-2
lines changed Original file line number Diff line number Diff line change 306
306
" gold-tools-nail" ,
307
307
" good-buses-reply" ,
308
308
" good-cars-visit" ,
309
+ " good-kings-try" ,
309
310
" good-pianos-jump" ,
310
311
" good-plums-type" ,
311
312
" good-rice-tap" ,
511
512
" nasty-lions-double" ,
512
513
" nasty-mayflies-smoke" ,
513
514
" nasty-penguins-pump" ,
515
+ " nasty-teachers-end" ,
514
516
" nasty-yaks-peel" ,
515
517
" neat-boats-shake" ,
516
518
" neat-boxes-chew" ,
517
519
" neat-dingos-clap" ,
518
520
" neat-ducks-jam" ,
519
521
" neat-files-rescue" ,
520
522
" neat-jokes-beam" ,
523
+ " neat-rabbits-divide" ,
521
524
" neat-ways-allow" ,
522
525
" nervous-adults-sell" ,
523
526
" nervous-berries-boil" ,
731
734
" silly-lies-film" ,
732
735
" silly-masks-exist" ,
733
736
" silly-ways-wash" ,
737
+ " silver-beans-hear" ,
734
738
" silver-mice-double" ,
735
739
" silver-points-approve" ,
736
740
" silver-sheep-knock" ,
749
753
" sleepy-cats-eat" ,
750
754
" sleepy-dogs-sit" ,
751
755
" slimy-clouds-talk" ,
756
+ " slimy-garlics-beg" ,
752
757
" slimy-hairs-impress" ,
753
758
" slimy-laws-explode" ,
754
759
" slimy-news-help" ,
780
785
" smart-turkeys-tell" ,
781
786
" smart-zebras-pay" ,
782
787
" smart-zoos-vanish" ,
788
+ " smooth-apes-shave" ,
783
789
" smooth-kids-protect" ,
784
790
" smooth-pens-exist" ,
785
791
" smooth-pens-protect" ,
803
809
" spicy-plums-admire" ,
804
810
" spotty-crabs-give" ,
805
811
" spotty-houses-search" ,
812
+ " spotty-kings-hug" ,
806
813
" spotty-pens-agree" ,
807
814
" spotty-rocks-destroy" ,
808
815
" spotty-shrimps-hug" ,
869
876
" ten-teachers-travel" ,
870
877
" ten-ties-repair" ,
871
878
" ten-trainers-juggle" ,
879
+ " ten-vans-divide" ,
872
880
" ten-worms-reflect" ,
873
881
" tender-bats-switch" ,
874
882
" tender-lemons-judge" ,
947
955
" unlucky-steaks-warn" ,
948
956
" unlucky-trees-lick" ,
949
957
" violet-bats-brake" ,
958
+ " violet-buses-cross" ,
950
959
" violet-mails-trade" ,
951
960
" violet-mugs-behave" ,
952
961
" violet-otters-carry" ,
995
1004
" witty-hornets-think" ,
996
1005
" witty-phones-retire" ,
997
1006
" witty-readers-provide" ,
1007
+ " witty-shirts-confess" ,
998
1008
" witty-sloths-impress" ,
999
1009
" witty-steaks-dream" ,
1000
1010
" witty-tomatoes-care" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.270
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: add ` migration-task ` for impossible to migrate slots ([ #13658 ] ( https://github.com/sveltejs/svelte/pull/13658 ) )
8
+
9
+ - feat: tell users of ` @migration-task ` ([ #13668 ] ( https://github.com/sveltejs/svelte/pull/13668 ) )
10
+
11
+ - fix: correct migration of uninitialised state ([ #13673 ] ( https://github.com/sveltejs/svelte/pull/13673 ) )
12
+
13
+ - fix: ensure migrate correctly handles named slots ([ #13676 ] ( https://github.com/sveltejs/svelte/pull/13676 ) )
14
+
15
+ - feat: add ` migration-task ` comment after errors ([ #13659 ] ( https://github.com/sveltejs/svelte/pull/13659 ) )
16
+
17
+ - fix: migrate reactive statements with inner blocks ([ #13675 ] ( https://github.com/sveltejs/svelte/pull/13675 ) )
18
+
19
+ - fix: migrating rest props type includes props types ([ #13632 ] ( https://github.com/sveltejs/svelte/pull/13632 ) )
20
+
21
+ - fix: migrated snippet shadowing prop and let directive removal ([ #13679 ] ( https://github.com/sveltejs/svelte/pull/13679 ) )
22
+
23
+ - chore: CompileDiagnostic no longer extends Error ([ #13651 ] ( https://github.com/sveltejs/svelte/pull/13651 ) )
24
+
25
+ - fix: reset ` reset_element ` in ` render ` to prevent runtime error ([ #13669 ] ( https://github.com/sveltejs/svelte/pull/13669 ) )
26
+
3
27
## 5.0.0-next.269
4
28
5
29
### 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.269 " ,
5
+ "version" : " 5.0.0-next.270 " ,
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.269 ' ;
9
+ export const VERSION = '5.0.0-next.270 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments