File tree Expand file tree Collapse file tree 4 files changed +42
-2
lines changed Expand file tree Collapse file tree 4 files changed +42
-2
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
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" ,
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" ,
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" ,
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" ,
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" ,
482489 " sour-rules-march" ,
483490 " sour-weeks-fix" ,
484491 " spicy-jeans-deliver" ,
492+ " spicy-peas-vanish" ,
485493 " spicy-plums-admire" ,
494+ " spotty-crabs-give" ,
486495 " spotty-houses-search" ,
487496 " spotty-pens-agree" ,
488497 " spotty-rocks-destroy" ,
534543 " thick-swans-type" ,
535544 " thin-colts-yawn" ,
536545 " thin-foxes-lick" ,
546+ " thin-spoons-float" ,
537547 " thin-years-rhyme" ,
538548 " thirty-flowers-sit" ,
539549 " thirty-ghosts-fix" ,
556566 " tiny-kings-whisper" ,
557567 " tiny-meals-deliver" ,
558568 " tiny-moose-kiss" ,
569+ " tiny-taxis-whisper" ,
559570 " tough-radios-punch" ,
560571 " tough-tomatoes-explain" ,
561572 " twelve-beans-drive" ,
573+ " twelve-cows-learn" ,
562574 " twelve-dragons-join" ,
563575 " twelve-onions-juggle" ,
564576 " twelve-worms-jog" ,
Original file line number Diff line number Diff line change 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+ - feat: more efficient output for attributes in SSR ([ #11949 ] ( https://github.com/sveltejs/svelte/pull/11949 ) )
24+
25+ - fix: update reactive set when deleting initial values ([ #11967 ] ( https://github.com/sveltejs/svelte/pull/11967 ) )
26+
27+ - feat: simpler string normalization ([ #11954 ] ( https://github.com/sveltejs/svelte/pull/11954 ) )
28+
29+ - fix: always assign text.nodeValue ([ #11944 ] ( https://github.com/sveltejs/svelte/pull/11944 ) )
30+
331## 5.0.0-next.151
432
533### Patch Changes
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments