File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-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" ,
147
148
" fifty-rice-wait" ,
148
149
" fifty-steaks-float" ,
149
150
" five-tigers-search" ,
151
+ " flat-ghosts-fly" ,
150
152
" flat-melons-protect" ,
151
153
" flat-olives-live" ,
152
154
" fluffy-dolls-share" ,
466
468
" smart-cherries-leave" ,
467
469
" smart-grapes-mate" ,
468
470
" smart-parents-swim" ,
471
+ " smart-spiders-fetch" ,
469
472
" smart-turkeys-tell" ,
470
473
" smart-zebras-pay" ,
471
474
" smooth-kids-protect" ,
482
485
" sour-rules-march" ,
483
486
" sour-weeks-fix" ,
484
487
" spicy-jeans-deliver" ,
488
+ " spicy-peas-vanish" ,
485
489
" spicy-plums-admire" ,
486
490
" spotty-houses-search" ,
487
491
" spotty-pens-agree" ,
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
+ - fix: make ` legacy.componentApi ` option more visible ([ #11924 ] ( https://github.com/sveltejs/svelte/pull/11924 ) )
10
+
11
+ - feat: always create wrapper ` <div> ` for ` <svelte:component> ` with CSS custom properties ([ #11792 ] ( https://github.com/sveltejs/svelte/pull/11792 ) )
12
+
13
+ - feat: add svelte/events package and export ` on ` function ([ #11912 ] ( https://github.com/sveltejs/svelte/pull/11912 ) )
14
+
3
15
## 5.0.0-next.151
4
16
5
17
### 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