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 17
17
" beige-rabbits-shave" ,
18
18
" big-cars-serve" ,
19
19
" big-eyes-carry" ,
20
+ " big-geese-act" ,
20
21
" blue-timers-film" ,
21
22
" brave-shrimps-kiss" ,
22
23
" brave-walls-destroy" ,
38
39
" curvy-cups-cough" ,
39
40
" curvy-ties-shout" ,
40
41
" cyan-flowers-destroy" ,
42
+ " cyan-spies-grin" ,
41
43
" dirty-bats-punch" ,
42
44
" dirty-garlics-design" ,
43
45
" dirty-tips-add" ,
147
149
" olive-seals-sell" ,
148
150
" olive-shirts-complain" ,
149
151
" olive-socks-kick" ,
152
+ " orange-crews-rescue" ,
150
153
" orange-dingos-poke" ,
151
154
" pink-mayflies-tie" ,
152
155
" polite-dolphins-care" ,
205
208
" sour-forks-stare" ,
206
209
" sour-rules-march" ,
207
210
" sour-weeks-fix" ,
211
+ " spicy-jeans-deliver" ,
208
212
" spicy-plums-admire" ,
209
213
" spotty-pens-agree" ,
210
214
" spotty-spiders-compare" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.53
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: only throw bind error when not passing a value ([ #10090 ] ( https://github.com/sveltejs/svelte/pull/10090 ) )
8
+
9
+ - fix: improve global transition handling of effect cleardown ([ #10469 ] ( https://github.com/sveltejs/svelte/pull/10469 ) )
10
+
11
+ - fix: improve handling of object property deletions ([ #10456 ] ( https://github.com/sveltejs/svelte/pull/10456 ) )
12
+
13
+ - fix: ensure inspect fires on prop changes ([ #10468 ] ( https://github.com/sveltejs/svelte/pull/10468 ) )
14
+
3
15
## 5.0.0-next.52
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.52 " ,
5
+ "version" : " 5.0.0-next.53 " ,
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.52 ' ;
9
+ export const VERSION = '5.0.0-next.53 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments