File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 20
20
" chilled-pumas-invite" ,
21
21
" chilly-dolphins-lick" ,
22
22
" clean-eels-beg" ,
23
+ " clever-chefs-relate" ,
23
24
" clever-rockets-burn" ,
24
25
" cold-birds-own" ,
25
26
" cool-ants-leave" ,
66
67
" itchy-beans-melt" ,
67
68
" itchy-kings-deliver" ,
68
69
" itchy-lions-wash" ,
70
+ " itchy-terms-guess" ,
69
71
" khaki-mails-draw" ,
70
72
" khaki-moose-arrive" ,
71
73
" kind-deers-lay" ,
98
100
" old-houses-drum" ,
99
101
" old-mails-sneeze" ,
100
102
" old-oranges-compete" ,
103
+ " olive-kangaroos-brake" ,
101
104
" orange-dingos-poke" ,
102
105
" polite-dolphins-care" ,
103
106
" polite-pumpkins-guess" ,
125
128
" shiny-baboons-play" ,
126
129
" shiny-shrimps-march" ,
127
130
" slimy-clouds-talk" ,
131
+ " slimy-walls-draw" ,
128
132
" slow-chefs-dream" ,
129
133
" small-papayas-laugh" ,
130
134
" smart-parents-swim" ,
134
138
" sour-forks-stare" ,
135
139
" sour-rules-march" ,
136
140
" spicy-plums-admire" ,
141
+ " stale-books-perform" ,
137
142
" stale-comics-look" ,
138
143
" strong-gifts-smoke" ,
139
144
" strong-lemons-provide" ,
156
161
" thirty-impalas-repair" ,
157
162
" thirty-wombats-relax" ,
158
163
" three-suits-grin" ,
164
+ " tidy-buses-whisper" ,
159
165
" tiny-kings-whisper" ,
160
166
" twelve-dragons-join" ,
161
167
" twelve-onions-juggle" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.30
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: allow transition undefined payload ([ #10117 ] ( https://github.com/sveltejs/svelte/pull/10117 ) )
8
+
9
+ - fix: apply key animations on proxied arrays ([ #10113 ] ( https://github.com/sveltejs/svelte/pull/10113 ) )
10
+
11
+ - fix: improve internal signal dependency checking logic ([ #10111 ] ( https://github.com/sveltejs/svelte/pull/10111 ) )
12
+
13
+ - fix: correctly call exported state ([ #10114 ] ( https://github.com/sveltejs/svelte/pull/10114 ) )
14
+
15
+ - fix: take into account setters when spreading and binding ([ #10091 ] ( https://github.com/sveltejs/svelte/pull/10091 ) )
16
+
17
+ - fix: transform ` {@render ...} ` expression ([ #10116 ] ( https://github.com/sveltejs/svelte/pull/10116 ) )
18
+
3
19
## 5.0.0-next.29
4
20
5
21
### 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.29 " ,
5
+ "version" : " 5.0.0-next.30 " ,
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.29 ' ;
9
+ export const VERSION = '5.0.0-next.30 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments