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 94
94
" giant-roses-press" ,
95
95
" good-cars-visit" ,
96
96
" good-pianos-jump" ,
97
+ " good-rivers-yawn" ,
97
98
" gorgeous-singers-rest" ,
98
99
" great-fans-unite" ,
99
100
" great-icons-retire" ,
120
121
" khaki-moose-arrive" ,
121
122
" kind-baboons-approve" ,
122
123
" kind-deers-lay" ,
124
+ " kind-dots-sort" ,
123
125
" kind-eagles-join" ,
124
126
" kind-rings-flash" ,
125
127
" large-clouds-carry" ,
188
190
" rare-worms-hunt" ,
189
191
" real-guests-do" ,
190
192
" real-items-suffer" ,
193
+ " real-pandas-brush" ,
191
194
" red-doors-own" ,
192
195
" red-feet-worry" ,
193
196
" rich-cobras-exist" ,
275
278
" thirty-wombats-relax" ,
276
279
" three-camels-sell" ,
277
280
" three-icons-trade" ,
281
+ " three-papayas-buy" ,
278
282
" three-suits-grin" ,
279
283
" tidy-buses-whisper" ,
280
284
" tidy-starfishes-allow" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.63
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: handle member expressions in directives ([ #10576 ] ( https://github.com/sveltejs/svelte/pull/10576 ) )
8
+
9
+ - fix: remove memory leak ([ #10570 ] ( https://github.com/sveltejs/svelte/pull/10570 ) )
10
+
11
+ - fix: call beforeUpdate/afterUpdate callbacks when props are mutated ([ #10570 ] ( https://github.com/sveltejs/svelte/pull/10570 ) )
12
+
13
+ - fix: improve props spreading logic ([ #10574 ] ( https://github.com/sveltejs/svelte/pull/10574 ) )
14
+
3
15
## 5.0.0-next.62
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.62 " ,
5
+ "version" : " 5.0.0-next.63 " ,
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.62 ' ;
9
+ export const VERSION = '5.0.0-next.63 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments