Skip to content

Commit 48ee7bd

Browse files
committed
Merge branch 'main' into template-mutations
2 parents c83578b + a577ce0 commit 48ee7bd

File tree

65 files changed

+872
-119
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+872
-119
lines changed

.changeset/early-rockets-join.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'svelte': patch
3+
---
4+
5+
fix: bail out if slot name changes and $$slots assigned to variable

.changeset/good-kings-try.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'svelte': patch
3+
---
4+
5+
feat: add `migration-task` for impossible to migrate slots

.changeset/nasty-teachers-end.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'svelte': patch
3+
---
4+
5+
feat: tell users of `@migration-task`

.changeset/neat-rabbits-divide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'svelte': patch
3+
---
4+
5+
fix: correct migration of uninitialised state

.changeset/pre.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
"early-ads-tie",
166166
"early-months-whisper",
167167
"early-needles-bake",
168+
"early-rockets-join",
168169
"early-taxis-allow",
169170
"eight-carrots-hunt",
170171
"eight-comics-tell",
@@ -306,6 +307,7 @@
306307
"gold-tools-nail",
307308
"good-buses-reply",
308309
"good-cars-visit",
310+
"good-kings-try",
309311
"good-pianos-jump",
310312
"good-plums-type",
311313
"good-rice-tap",
@@ -511,13 +513,15 @@
511513
"nasty-lions-double",
512514
"nasty-mayflies-smoke",
513515
"nasty-penguins-pump",
516+
"nasty-teachers-end",
514517
"nasty-yaks-peel",
515518
"neat-boats-shake",
516519
"neat-boxes-chew",
517520
"neat-dingos-clap",
518521
"neat-ducks-jam",
519522
"neat-files-rescue",
520523
"neat-jokes-beam",
524+
"neat-rabbits-divide",
521525
"neat-ways-allow",
522526
"nervous-adults-sell",
523527
"nervous-berries-boil",
@@ -731,6 +735,7 @@
731735
"silly-lies-film",
732736
"silly-masks-exist",
733737
"silly-ways-wash",
738+
"silver-beans-hear",
734739
"silver-mice-double",
735740
"silver-points-approve",
736741
"silver-sheep-knock",
@@ -749,6 +754,7 @@
749754
"sleepy-cats-eat",
750755
"sleepy-dogs-sit",
751756
"slimy-clouds-talk",
757+
"slimy-garlics-beg",
752758
"slimy-hairs-impress",
753759
"slimy-laws-explode",
754760
"slimy-news-help",
@@ -780,6 +786,7 @@
780786
"smart-turkeys-tell",
781787
"smart-zebras-pay",
782788
"smart-zoos-vanish",
789+
"smooth-apes-shave",
783790
"smooth-kids-protect",
784791
"smooth-pens-exist",
785792
"smooth-pens-protect",
@@ -803,6 +810,7 @@
803810
"spicy-plums-admire",
804811
"spotty-crabs-give",
805812
"spotty-houses-search",
813+
"spotty-kings-hug",
806814
"spotty-pens-agree",
807815
"spotty-rocks-destroy",
808816
"spotty-shrimps-hug",
@@ -869,6 +877,7 @@
869877
"ten-teachers-travel",
870878
"ten-ties-repair",
871879
"ten-trainers-juggle",
880+
"ten-vans-divide",
872881
"ten-worms-reflect",
873882
"tender-bats-switch",
874883
"tender-lemons-judge",
@@ -947,6 +956,7 @@
947956
"unlucky-steaks-warn",
948957
"unlucky-trees-lick",
949958
"violet-bats-brake",
959+
"violet-buses-cross",
950960
"violet-mails-trade",
951961
"violet-mugs-behave",
952962
"violet-otters-carry",
@@ -995,6 +1005,7 @@
9951005
"witty-hornets-think",
9961006
"witty-phones-retire",
9971007
"witty-readers-provide",
1008+
"witty-shirts-confess",
9981009
"witty-sloths-impress",
9991010
"witty-steaks-dream",
10001011
"witty-tomatoes-care",

.changeset/seven-dancers-brush.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'svelte': patch
3+
---
4+
5+
fix: avoid chromium issue with dispatching blur on element removal

.changeset/silver-beans-hear.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'svelte': patch
3+
---
4+
5+
fix: ensure migrate correctly handles named slots

.changeset/slimy-garlics-beg.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'svelte': patch
3+
---
4+
5+
feat: add `migration-task` comment after errors

.changeset/smooth-apes-shave.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'svelte': patch
3+
---
4+
5+
fix: migrate reactive statements with inner blocks

.changeset/ten-vans-divide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'svelte': patch
3+
---
4+
5+
fix: migrated snippet shadowing prop and let directive removal

.changeset/violet-buses-cross.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'svelte': patch
3+
---
4+
5+
chore: CompileDiagnostic no longer extends Error

.changeset/witty-shirts-confess.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'svelte': patch
3+
---
4+
5+
fix: reset `reset_element` in `render` to prevent runtime error

packages/svelte/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# svelte
22

3+
## 5.0.0-next.270
4+
5+
### Patch Changes
6+
7+
- fix: bail out if slot name changes and $slots assigned to variable ([#13678](https://github.com/sveltejs/svelte/pull/13678))
8+
9+
- feat: add `migration-task` for impossible to migrate slots ([#13658](https://github.com/sveltejs/svelte/pull/13658))
10+
11+
- feat: tell users of `@migration-task` ([#13668](https://github.com/sveltejs/svelte/pull/13668))
12+
13+
- fix: correct migration of uninitialised state ([#13673](https://github.com/sveltejs/svelte/pull/13673))
14+
15+
- fix: ensure migrate correctly handles named slots ([#13676](https://github.com/sveltejs/svelte/pull/13676))
16+
17+
- feat: add `migration-task` comment after errors ([#13659](https://github.com/sveltejs/svelte/pull/13659))
18+
19+
- fix: migrate reactive statements with inner blocks ([#13675](https://github.com/sveltejs/svelte/pull/13675))
20+
21+
- fix: migrating rest props type includes props types ([#13632](https://github.com/sveltejs/svelte/pull/13632))
22+
23+
- fix: migrated snippet shadowing prop and let directive removal ([#13679](https://github.com/sveltejs/svelte/pull/13679))
24+
25+
- chore: CompileDiagnostic no longer extends Error ([#13651](https://github.com/sveltejs/svelte/pull/13651))
26+
27+
- fix: reset `reset_element` in `render` to prevent runtime error ([#13669](https://github.com/sveltejs/svelte/pull/13669))
28+
329
## 5.0.0-next.269
430

531
### Patch Changes

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svelte",
33
"description": "Cybernetically enhanced web apps",
44
"license": "MIT",
5-
"version": "5.0.0-next.269",
5+
"version": "5.0.0-next.270",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

0 commit comments

Comments
 (0)