File tree 4 files changed +18
-2
lines changed
4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 26
26
" early-ads-tie" ,
27
27
" eight-steaks-shout" ,
28
28
" eighty-bikes-camp" ,
29
+ " empty-crabs-think" ,
29
30
" fair-crabs-check" ,
30
31
" famous-knives-sneeze" ,
31
32
" few-mugs-fail" ,
78
79
" quiet-camels-mate" ,
79
80
" rare-pears-whisper" ,
80
81
" rich-sheep-burn" ,
82
+ " rich-tables-sing" ,
81
83
" rotten-buckets-develop" ,
82
84
" selfish-tools-hide" ,
83
85
" serious-socks-cover" ,
84
86
" serious-zebras-scream" ,
85
87
" seven-deers-jam" ,
86
88
" seven-ravens-check" ,
87
89
" sharp-gorillas-impress" ,
90
+ " sharp-tomatoes-learn" ,
88
91
" shiny-baboons-play" ,
89
92
" shiny-shrimps-march" ,
90
93
" slimy-clouds-talk" ,
104
107
" tall-shrimps-worry" ,
105
108
" tall-tigers-wait" ,
106
109
" tasty-numbers-perform" ,
110
+ " ten-foxes-repeat" ,
107
111
" ten-worms-reflect" ,
108
112
" thin-foxes-lick" ,
109
113
" thirty-flowers-sit" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.21
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: refactor props handling ([ #9826 ] ( https://github.com/sveltejs/svelte/pull/9826 ) )
8
+
9
+ - fix: improve signal consumer removal logic ([ #9837 ] ( https://github.com/sveltejs/svelte/pull/9837 ) )
10
+
11
+ - fix: ensure computed props are wrapped in derived ([ #9835 ] ( https://github.com/sveltejs/svelte/pull/9835 ) )
12
+
13
+ - fix: better handle unowned derived signals ([ #9832 ] ( https://github.com/sveltejs/svelte/pull/9832 ) )
14
+
3
15
## 5.0.0-next.20
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.20 " ,
5
+ "version" : " 5.0.0-next.21 " ,
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.20 ' ;
9
+ export const VERSION = '5.0.0-next.21 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments