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 40
40
" brave-walls-flow" ,
41
41
" breezy-carrots-flash" ,
42
42
" breezy-rules-beg" ,
43
+ " breezy-waves-camp" ,
43
44
" bright-falcons-float" ,
44
45
" bright-peas-juggle" ,
45
46
" bright-snakes-sing" ,
92
93
" cyan-flowers-destroy" ,
93
94
" cyan-spies-grin" ,
94
95
" cyan-squids-drive" ,
96
+ " cyan-toes-share" ,
95
97
" dirty-bats-punch" ,
96
98
" dirty-donuts-yell" ,
97
99
" dirty-eyes-itch" ,
137
139
" famous-kiwis-thank" ,
138
140
" famous-knives-sneeze" ,
139
141
" famous-pants-pay" ,
142
+ " fast-donkeys-pay" ,
140
143
" fast-penguins-matter" ,
141
144
" fast-weeks-clean" ,
142
145
" few-clouds-shop" ,
147
150
" fifty-rice-wait" ,
148
151
" fifty-steaks-float" ,
149
152
" five-tigers-search" ,
153
+ " flat-ghosts-fly" ,
150
154
" flat-melons-protect" ,
151
155
" flat-olives-live" ,
152
156
" fluffy-dolls-share" ,
168
172
" fresh-weeks-trade" ,
169
173
" friendly-candles-relate" ,
170
174
" friendly-lies-camp" ,
175
+ " funny-dragons-double" ,
171
176
" funny-ties-jump" ,
172
177
" funny-trees-cry" ,
173
178
" funny-wombats-argue" ,
263
268
" lazy-spiders-think" ,
264
269
" lemon-geese-call" ,
265
270
" lemon-geese-drum" ,
271
+ " lemon-meals-appear" ,
266
272
" lemon-trees-act" ,
267
273
" light-badgers-glow" ,
268
274
" light-days-clean" ,
466
472
" smart-cherries-leave" ,
467
473
" smart-grapes-mate" ,
468
474
" smart-parents-swim" ,
475
+ " smart-spiders-fetch" ,
469
476
" smart-turkeys-tell" ,
470
477
" smart-zebras-pay" ,
471
478
" smooth-kids-protect" ,
482
489
" sour-rules-march" ,
483
490
" sour-weeks-fix" ,
484
491
" spicy-jeans-deliver" ,
492
+ " spicy-peas-vanish" ,
485
493
" spicy-plums-admire" ,
494
+ " spotty-crabs-give" ,
486
495
" spotty-houses-search" ,
487
496
" spotty-pens-agree" ,
488
497
" spotty-rocks-destroy" ,
534
543
" thick-swans-type" ,
535
544
" thin-colts-yawn" ,
536
545
" thin-foxes-lick" ,
546
+ " thin-spoons-float" ,
537
547
" thin-years-rhyme" ,
538
548
" thirty-flowers-sit" ,
539
549
" thirty-ghosts-fix" ,
556
566
" tiny-kings-whisper" ,
557
567
" tiny-meals-deliver" ,
558
568
" tiny-moose-kiss" ,
569
+ " tiny-taxis-whisper" ,
559
570
" tough-radios-punch" ,
560
571
" tough-tomatoes-explain" ,
561
572
" twelve-beans-drive" ,
573
+ " twelve-cows-learn" ,
562
574
" twelve-dragons-join" ,
563
575
" twelve-onions-juggle" ,
564
576
" twelve-worms-jog" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
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
+
3
31
## 5.0.0-next.151
4
32
5
33
### 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.151 " ,
5
+ "version" : " 5.0.0-next.152 " ,
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.151 ' ;
9
+ export const VERSION = '5.0.0-next.152 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments