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 9
9
"svelte.dev" : " 1.0.0"
10
10
},
11
11
"changesets" : [
12
+ " afraid-dogs-matter" ,
12
13
" afraid-moose-matter" ,
13
14
" angry-books-jam" ,
14
15
" angry-plums-punch" ,
135
136
" odd-needles-joke" ,
136
137
" odd-schools-wait" ,
137
138
" odd-shoes-cheat" ,
139
+ " odd-taxis-retire" ,
138
140
" old-flies-jog" ,
139
141
" old-houses-drum" ,
140
142
" old-mails-sneeze" ,
181
183
" shiny-baboons-play" ,
182
184
" shiny-shrimps-march" ,
183
185
" short-buses-camp" ,
186
+ " silver-points-approve" ,
184
187
" sixty-items-crash" ,
185
188
" slimy-clouds-talk" ,
186
189
" slimy-laws-explode" ,
246
249
" two-falcons-buy" ,
247
250
" unlucky-boxes-obey" ,
248
251
" unlucky-trees-lick" ,
252
+ " violet-pigs-jam" ,
249
253
" wet-games-fly" ,
250
254
" wicked-clouds-exercise" ,
251
255
" wicked-doors-train" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.51
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: align ` beforeUpdate ` /` afterUpdate ` behavior better with that in Svelte 4 ([ #10408 ] ( https://github.com/sveltejs/svelte/pull/10408 ) )
8
+
9
+ - fix: disallow exporting props, derived and reassigned state from within components ([ #10430 ] ( https://github.com/sveltejs/svelte/pull/10430 ) )
10
+
11
+ - fix: improve indexed each array reconcilation ([ #10422 ] ( https://github.com/sveltejs/svelte/pull/10422 ) )
12
+
13
+ - fix: add compiler error for each block mutations in runes mode ([ #10428 ] ( https://github.com/sveltejs/svelte/pull/10428 ) )
14
+
3
15
## 5.0.0-next.50
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.50 " ,
5
+ "version" : " 5.0.0-next.51 " ,
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.50 ' ;
9
+ export const VERSION = '5.0.0-next.51 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments