Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit edf6827

Browse filesBrowse files
Version Packages (next)
1 parent 388f210 commit edf6827
Copy full SHA for edf6827

File tree

Expand file treeCollapse file tree

4 files changed

+36
-2
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+36
-2
lines changed

‎.changeset/pre.json

Copy file name to clipboardExpand all lines: .changeset/pre.json
+10Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"brave-walls-flow",
4141
"breezy-carrots-flash",
4242
"breezy-rules-beg",
43+
"breezy-waves-camp",
4344
"bright-falcons-float",
4445
"bright-peas-juggle",
4546
"bright-snakes-sing",
@@ -92,6 +93,7 @@
9293
"cyan-flowers-destroy",
9394
"cyan-spies-grin",
9495
"cyan-squids-drive",
96+
"cyan-toes-share",
9597
"dirty-bats-punch",
9698
"dirty-donuts-yell",
9799
"dirty-eyes-itch",
@@ -137,6 +139,7 @@
137139
"famous-kiwis-thank",
138140
"famous-knives-sneeze",
139141
"famous-pants-pay",
142+
"fast-donkeys-pay",
140143
"fast-penguins-matter",
141144
"fast-weeks-clean",
142145
"few-clouds-shop",
@@ -147,6 +150,7 @@
147150
"fifty-rice-wait",
148151
"fifty-steaks-float",
149152
"five-tigers-search",
153+
"flat-ghosts-fly",
150154
"flat-melons-protect",
151155
"flat-olives-live",
152156
"fluffy-dolls-share",
@@ -168,6 +172,7 @@
168172
"fresh-weeks-trade",
169173
"friendly-candles-relate",
170174
"friendly-lies-camp",
175+
"funny-dragons-double",
171176
"funny-ties-jump",
172177
"funny-trees-cry",
173178
"funny-wombats-argue",
@@ -263,6 +268,7 @@
263268
"lazy-spiders-think",
264269
"lemon-geese-call",
265270
"lemon-geese-drum",
271+
"lemon-meals-appear",
266272
"lemon-trees-act",
267273
"light-badgers-glow",
268274
"light-days-clean",
@@ -466,6 +472,7 @@
466472
"smart-cherries-leave",
467473
"smart-grapes-mate",
468474
"smart-parents-swim",
475+
"smart-spiders-fetch",
469476
"smart-turkeys-tell",
470477
"smart-zebras-pay",
471478
"smooth-kids-protect",
@@ -482,6 +489,7 @@
482489
"sour-rules-march",
483490
"sour-weeks-fix",
484491
"spicy-jeans-deliver",
492+
"spicy-peas-vanish",
485493
"spicy-plums-admire",
486494
"spotty-houses-search",
487495
"spotty-pens-agree",
@@ -534,6 +542,7 @@
534542
"thick-swans-type",
535543
"thin-colts-yawn",
536544
"thin-foxes-lick",
545+
"thin-spoons-float",
537546
"thin-years-rhyme",
538547
"thirty-flowers-sit",
539548
"thirty-ghosts-fix",
@@ -559,6 +568,7 @@
559568
"tough-radios-punch",
560569
"tough-tomatoes-explain",
561570
"twelve-beans-drive",
571+
"twelve-cows-learn",
562572
"twelve-dragons-join",
563573
"twelve-onions-juggle",
564574
"twelve-worms-jog",

‎packages/svelte/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/svelte/CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# svelte
22

3+
## 5.0.0-next.152
4+
5+
### Patch Changes
6+
7+
- fix: validate form inside a form ([#11947](https://github.com/sveltejs/svelte/pull/11947))
8+
9+
- fix: more robust handling of events in spread attributes ([#11942](https://github.com/sveltejs/svelte/pull/11942))
10+
11+
- feat: simpler `<svelte:element> hydration ([#11773](https://github.com/sveltejs/svelte/pull/11773))
12+
13+
- fix: make `legacy.componentApi` option more visible ([#11924](https://github.com/sveltejs/svelte/pull/11924))
14+
15+
- feat: simpler hydration of CSS custom property wrappers ([#11948](https://github.com/sveltejs/svelte/pull/11948))
16+
17+
- chore: optimise effects that only exist to return a teardown ([#11936](https://github.com/sveltejs/svelte/pull/11936))
18+
19+
- feat: always create wrapper `<div>` for `<svelte:component>` with CSS custom properties ([#11792](https://github.com/sveltejs/svelte/pull/11792))
20+
21+
- feat: add svelte/events package and export `on` function ([#11912](https://github.com/sveltejs/svelte/pull/11912))
22+
23+
- fix: create sources on read for Set ([#11946](https://github.com/sveltejs/svelte/pull/11946))
24+
25+
- fix: always assign text.nodeValue ([#11944](https://github.com/sveltejs/svelte/pull/11944))
26+
327
## 5.0.0-next.151
428

529
### Patch Changes

‎packages/svelte/package.json

Copy file name to clipboardExpand all lines: packages/svelte/package.json
+1-1Lines 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.151",
5+
"version": "5.0.0-next.152",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

‎packages/svelte/src/version.js

Copy file name to clipboardExpand all lines: packages/svelte/src/version.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
* https://svelte.dev/docs/svelte-compiler#svelte-version
77
* @type {string}
88
*/
9-
export const VERSION = '5.0.0-next.151';
9+
export const VERSION = '5.0.0-next.152';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.