Skip to content

Commit 4136461

Browse files
committed
merge master -> gh-2870
2 parents 958211f + 74717a5 commit 4136461

File tree

134 files changed

+6080
-572
lines changed

Some content is hidden

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

134 files changed

+6080
-572
lines changed

.changeset/chilly-moose-provide.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@sveltejs/kit': patch
3+
'create-svelte': patch
4+
---
5+
6+
Add methodOverride option for submitting PUT/PATCH/DELETE/etc with <form> elements

.changeset/curvy-zebras-tan.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sveltejs/kit': patch
3+
---
4+
5+
Fix srcset parsing

.changeset/fair-pets-bake.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sveltejs/kit': patch
3+
---
4+
5+
Add returned stuff from pages into \$page store

.changeset/heavy-moons-admire.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sveltejs/kit': patch
3+
---
4+
5+
url hash is now properly reflected in page store

.changeset/mean-mangos-marry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sveltejs/kit': patch
3+
---
4+
5+
Render error page if error happens in handle hook

.changeset/pre.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"chilled-zebras-check",
7979
"chilly-files-greet",
8080
"chilly-flowers-design",
81+
"chilly-moose-provide",
8182
"clean-camels-pump",
8283
"clean-chicken-walk",
8384
"clever-dolls-poke",
@@ -129,6 +130,7 @@
129130
"empty-lamps-matter",
130131
"empty-poets-check",
131132
"empty-worms-appear",
133+
"fair-pets-bake",
132134
"famous-crabs-run",
133135
"famous-donuts-whisper",
134136
"famous-rules-sort",
@@ -210,6 +212,7 @@
210212
"healthy-vans-build",
211213
"heavy-humans-check",
212214
"heavy-lamps-explode",
215+
"heavy-moons-admire",
213216
"heavy-papayas-smile",
214217
"heavy-turkeys-report",
215218
"heavy-ways-agree",
@@ -278,6 +281,7 @@
278281
"many-papayas-invite",
279282
"many-pugs-work",
280283
"mean-bananas-live",
284+
"mean-mangos-marry",
281285
"mean-pets-confess",
282286
"mean-pumpkins-compete",
283287
"metal-avocados-lie",
@@ -379,6 +383,7 @@
379383
"proud-parrots-reflect",
380384
"proud-sloths-exercise",
381385
"proud-sloths-talk",
386+
"purple-cycles-build",
382387
"purple-windows-wink",
383388
"quick-balloons-invite",
384389
"quick-maps-remain",
@@ -401,6 +406,7 @@
401406
"red-cooks-fix",
402407
"red-papayas-prove",
403408
"rich-clocks-chew",
409+
"rich-ligers-smash",
404410
"rich-pumpkins-applaud",
405411
"rich-seahorses-walk",
406412
"rotten-cats-pump",
@@ -443,6 +449,7 @@
443449
"shy-jeans-fly",
444450
"shy-mails-share",
445451
"shy-oranges-sin",
452+
"silly-ants-battle",
446453
"silly-grapes-cover",
447454
"silly-jokes-hug",
448455
"silly-phones-worry",
@@ -492,6 +499,7 @@
492499
"spicy-geese-accept",
493500
"spicy-jeans-rest",
494501
"spicy-kings-perform",
502+
"spicy-moose-relate",
495503
"spotty-cooks-happen",
496504
"spotty-dragons-wait",
497505
"spotty-parents-love",
@@ -516,9 +524,11 @@
516524
"swift-dingos-glow",
517525
"swift-jokes-compete",
518526
"swift-pumpkins-pump",
527+
"swift-vans-grow",
519528
"tall-berries-cheer",
520529
"tall-hotels-punch",
521530
"tall-jeans-hear",
531+
"tall-mails-burn",
522532
"tall-pens-obey",
523533
"tame-dodos-love",
524534
"tame-forks-happen",
@@ -559,8 +569,10 @@
559569
"tidy-turkeys-rule",
560570
"tidy-wasps-shave",
561571
"tiny-candles-repeat",
572+
"tiny-files-smile",
562573
"tiny-gorillas-whisper",
563574
"tiny-horses-rush",
575+
"tiny-humans-yawn",
564576
"tiny-kids-sort",
565577
"tiny-singers-allow",
566578
"tiny-socks-sparkle",

.changeset/purple-cycles-build.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sveltejs/kit': patch
3+
---
4+
5+
Fallthrough is now explicit and layout components now also support fallthrough

.changeset/rich-ligers-smash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sveltejs/kit': patch
3+
---
4+
5+
Strip hash fragments from URLs during prerendering

.changeset/rotten-tips-teach.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sveltejs/kit': patch
3+
---
4+
5+
Change ReadOnlyFormData behavior to mimic the spec's FormData interface

.changeset/silly-ants-battle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sveltejs/kit': patch
3+
---
4+
5+
Allow prefixes and suffixes around rest parameters

0 commit comments

Comments
 (0)