File tree Expand file tree Collapse file tree 4 files changed +30
-2
lines changed Expand file tree Collapse file tree 4 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 92
92
" cyan-flowers-destroy" ,
93
93
" cyan-spies-grin" ,
94
94
" cyan-squids-drive" ,
95
+ " cyan-toes-share" ,
95
96
" dirty-bats-punch" ,
96
97
" dirty-donuts-yell" ,
97
98
" dirty-eyes-itch" ,
137
138
" famous-kiwis-thank" ,
138
139
" famous-knives-sneeze" ,
139
140
" famous-pants-pay" ,
141
+ " fast-donkeys-pay" ,
140
142
" fast-penguins-matter" ,
141
143
" fast-weeks-clean" ,
142
144
" few-clouds-shop" ,
147
149
" fifty-rice-wait" ,
148
150
" fifty-steaks-float" ,
149
151
" five-tigers-search" ,
152
+ " flat-ghosts-fly" ,
150
153
" flat-melons-protect" ,
151
154
" flat-olives-live" ,
152
155
" fluffy-dolls-share" ,
263
266
" lazy-spiders-think" ,
264
267
" lemon-geese-call" ,
265
268
" lemon-geese-drum" ,
269
+ " lemon-meals-appear" ,
266
270
" lemon-trees-act" ,
267
271
" light-badgers-glow" ,
268
272
" light-days-clean" ,
466
470
" smart-cherries-leave" ,
467
471
" smart-grapes-mate" ,
468
472
" smart-parents-swim" ,
473
+ " smart-spiders-fetch" ,
469
474
" smart-turkeys-tell" ,
470
475
" smart-zebras-pay" ,
471
476
" smooth-kids-protect" ,
482
487
" sour-rules-march" ,
483
488
" sour-weeks-fix" ,
484
489
" spicy-jeans-deliver" ,
490
+ " spicy-peas-vanish" ,
485
491
" spicy-plums-admire" ,
486
492
" spotty-houses-search" ,
487
493
" spotty-pens-agree" ,
534
540
" thick-swans-type" ,
535
541
" thin-colts-yawn" ,
536
542
" thin-foxes-lick" ,
543
+ " thin-spoons-float" ,
537
544
" thin-years-rhyme" ,
538
545
" thirty-flowers-sit" ,
539
546
" thirty-ghosts-fix" ,
559
566
" tough-radios-punch" ,
560
567
" tough-tomatoes-explain" ,
561
568
" twelve-beans-drive" ,
569
+ " twelve-cows-learn" ,
562
570
" twelve-dragons-join" ,
563
571
" twelve-onions-juggle" ,
564
572
" 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: more robust handling of events in spread attributes ([ #11942 ] ( https://github.com/sveltejs/svelte/pull/11942 ) )
8
+
9
+ - feat: simpler `< svelte:element > hydration ([ #11773 ] ( https://github.com/sveltejs/svelte/pull/11773 ) )
10
+
11
+ - fix: make ` legacy.componentApi ` option more visible ([ #11924 ] ( https://github.com/sveltejs/svelte/pull/11924 ) )
12
+
13
+ - chore: optimise effects that only exist to return a teardown ([ #11936 ] ( https://github.com/sveltejs/svelte/pull/11936 ) )
14
+
15
+ - feat: always create wrapper ` <div> ` for ` <svelte:component> ` with CSS custom properties ([ #11792 ] ( https://github.com/sveltejs/svelte/pull/11792 ) )
16
+
17
+ - feat: add svelte/events package and export ` on ` function ([ #11912 ] ( https://github.com/sveltejs/svelte/pull/11912 ) )
18
+
19
+ - fix: create sources on read for Set ([ #11946 ] ( https://github.com/sveltejs/svelte/pull/11946 ) )
20
+
21
+ - fix: always assign text.nodeValue ([ #11944 ] ( https://github.com/sveltejs/svelte/pull/11944 ) )
22
+
3
23
## 5.0.0-next.151
4
24
5
25
### 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