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 66
66
" itchy-beans-melt" ,
67
67
" itchy-kings-deliver" ,
68
68
" itchy-lions-wash" ,
69
+ " itchy-terms-guess" ,
69
70
" khaki-mails-draw" ,
70
71
" khaki-moose-arrive" ,
71
72
" kind-deers-lay" ,
98
99
" old-houses-drum" ,
99
100
" old-mails-sneeze" ,
100
101
" old-oranges-compete" ,
102
+ " olive-kangaroos-brake" ,
101
103
" orange-dingos-poke" ,
102
104
" polite-dolphins-care" ,
103
105
" polite-pumpkins-guess" ,
125
127
" shiny-baboons-play" ,
126
128
" shiny-shrimps-march" ,
127
129
" slimy-clouds-talk" ,
130
+ " slimy-walls-draw" ,
128
131
" slow-chefs-dream" ,
129
132
" small-papayas-laugh" ,
130
133
" smart-parents-swim" ,
134
137
" sour-forks-stare" ,
135
138
" sour-rules-march" ,
136
139
" spicy-plums-admire" ,
140
+ " stale-books-perform" ,
137
141
" stale-comics-look" ,
138
142
" strong-gifts-smoke" ,
139
143
" strong-lemons-provide" ,
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: apply key animations on proxied arrays ([ #10113 ] ( https://github.com/sveltejs/svelte/pull/10113 ) )
8
+
9
+ - fix: improve internal signal dependency checking logic ([ #10111 ] ( https://github.com/sveltejs/svelte/pull/10111 ) )
10
+
11
+ - fix: correctly call exported state ([ #10114 ] ( https://github.com/sveltejs/svelte/pull/10114 ) )
12
+
13
+ - fix: take into account setters when spreading and binding ([ #10091 ] ( https://github.com/sveltejs/svelte/pull/10091 ) )
14
+
3
15
## 5.0.0-next.29
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.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