File tree 4 files changed +27
-2
lines changed
4 files changed +27
-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" ,
33
+ " fifty-rice-wait" ,
32
34
" fifty-steaks-float" ,
33
35
" five-tigers-search" ,
34
36
" flat-melons-protect" ,
74
76
" polite-pumpkins-guess" ,
75
77
" polite-ravens-study" ,
76
78
" poor-eggs-enjoy" ,
79
+ " poor-seahorses-flash" ,
77
80
" popular-mangos-rest" ,
78
81
" quiet-camels-mate" ,
79
82
" rare-pears-whisper" ,
80
83
" rich-sheep-burn" ,
84
+ " rich-tables-sing" ,
81
85
" rotten-buckets-develop" ,
82
86
" selfish-tools-hide" ,
83
87
" serious-socks-cover" ,
84
88
" serious-zebras-scream" ,
85
89
" seven-deers-jam" ,
86
90
" seven-ravens-check" ,
87
91
" sharp-gorillas-impress" ,
92
+ " sharp-tomatoes-learn" ,
88
93
" shiny-baboons-play" ,
89
94
" shiny-shrimps-march" ,
90
95
" slimy-clouds-talk" ,
104
109
" tall-shrimps-worry" ,
105
110
" tall-tigers-wait" ,
106
111
" tasty-numbers-perform" ,
112
+ " ten-foxes-repeat" ,
107
113
" ten-worms-reflect" ,
108
114
" thin-foxes-lick" ,
109
115
" thirty-flowers-sit" ,
110
116
" thirty-ghosts-fix" ,
111
117
" thirty-impalas-repair" ,
112
118
" thirty-wombats-relax" ,
113
119
" tiny-kings-whisper" ,
120
+ " twelve-dragons-join" ,
114
121
" twelve-onions-juggle" ,
115
122
" two-dragons-yell" ,
116
123
" two-falcons-buy" ,
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 each key animations ([ #9842 ] ( https://github.com/sveltejs/svelte/pull/9842 ) )
10
+
11
+ - chore: avoid creating thunk for call expressions when appropriate ([ #9841 ] ( https://github.com/sveltejs/svelte/pull/9841 ) )
12
+
13
+ - fix: improve signal consumer removal logic ([ #9837 ] ( https://github.com/sveltejs/svelte/pull/9837 ) )
14
+
15
+ - fix: ensure computed props are wrapped in derived ([ #9835 ] ( https://github.com/sveltejs/svelte/pull/9835 ) )
16
+
17
+ - fix: better handle unowned derived signals ([ #9832 ] ( https://github.com/sveltejs/svelte/pull/9832 ) )
18
+
19
+ - fix: improve each block with animate ([ #9839 ] ( https://github.com/sveltejs/svelte/pull/9839 ) )
20
+
3
21
## 5.0.0-next.20
4
22
5
23
### 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