File tree Expand file tree Collapse file tree 4 files changed +33
-2
lines changed Expand file tree Collapse file tree 4 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 34
34
" dry-eggs-play" ,
35
35
" dry-eggs-retire" ,
36
36
" dull-mangos-wave" ,
37
+ " dull-roses-relate" ,
37
38
" early-ads-tie" ,
38
39
" eight-steaks-shout" ,
39
40
" eighty-bikes-camp" ,
40
41
" empty-crabs-think" ,
41
42
" fair-crabs-check" ,
42
43
" famous-knives-sneeze" ,
44
+ " fast-weeks-clean" ,
43
45
" few-mugs-fail" ,
44
46
" fifty-rice-wait" ,
45
47
" fifty-steaks-float" ,
64
66
" honest-icons-change" ,
65
67
" hungry-dots-fry" ,
66
68
" hungry-tips-unite" ,
69
+ " hungry-trees-travel" ,
67
70
" itchy-beans-melt" ,
68
71
" itchy-kings-deliver" ,
69
72
" itchy-lions-wash" ,
83
86
" light-pens-watch" ,
84
87
" long-buckets-lay" ,
85
88
" long-crews-return" ,
89
+ " loud-cheetahs-flow" ,
86
90
" lovely-carpets-lick" ,
87
91
" lovely-items-turn" ,
88
92
" lovely-rules-eat" ,
89
93
" lucky-schools-hang" ,
90
94
" moody-frogs-exist" ,
91
95
" moody-owls-cry" ,
92
96
" nasty-lions-double" ,
97
+ " nasty-yaks-peel" ,
93
98
" neat-dingos-clap" ,
94
99
" new-boats-wait" ,
95
100
" ninety-dingos-walk" ,
111
116
" pretty-ties-help" ,
112
117
" purple-dragons-peel" ,
113
118
" quiet-camels-mate" ,
119
+ " quiet-crabs-nail" ,
114
120
" rare-pears-whisper" ,
115
121
" real-guests-do" ,
122
+ " red-doors-own" ,
116
123
" rich-sheep-burn" ,
117
124
" rich-tables-sing" ,
118
125
" rotten-bags-type" ,
138
145
" sour-forks-stare" ,
139
146
" sour-rules-march" ,
140
147
" spicy-plums-admire" ,
148
+ " spotty-pens-agree" ,
141
149
" stale-books-perform" ,
142
150
" stale-comics-look" ,
143
151
" strong-gifts-smoke" ,
172
180
" wet-games-fly" ,
173
181
" wicked-clouds-exercise" ,
174
182
" wicked-doors-train" ,
183
+ " wicked-hairs-cheer" ,
175
184
" wild-foxes-wonder" ,
176
185
" wise-dancers-hang" ,
177
186
" wise-donkeys-marry" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.31
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: infer ` svg ` namespace correctly ([ #10027 ] ( https://github.com/sveltejs/svelte/pull/10027 ) )
8
+
9
+ - fix: keep intermediate number value representations ([ ` d171a39b0 ` ] ( https://github.com/sveltejs/svelte/commit/d171a39b0ad97e2a05de1f38bc76a3d345e2b3d5 ) )
10
+
11
+ - feat: allow modifiying derived props ([ #10080 ] ( https://github.com/sveltejs/svelte/pull/10080 ) )
12
+
13
+ - fix: improve signal consumer tracking behavior ([ #10121 ] ( https://github.com/sveltejs/svelte/pull/10121 ) )
14
+
15
+ - fix: support async/await in destructuring assignments ([ #9962 ] ( https://github.com/sveltejs/svelte/pull/9962 ) )
16
+
17
+ - fix: take into account member expressions when determining legacy reactive dependencies ([ #10128 ] ( https://github.com/sveltejs/svelte/pull/10128 ) )
18
+
19
+ - fix: make ` ComponentType ` generic optional ([ ` 14dbc1be1 ` ] ( https://github.com/sveltejs/svelte/commit/14dbc1be1720ff69e6f3c407e43c9c0765b0c140 ) )
20
+
21
+ - fix: ensure nested blocks are inert during outro transitions ([ #10126 ] ( https://github.com/sveltejs/svelte/pull/10126 ) )
22
+
23
+ - fix: improve ssr template literal generation ([ #10127 ] ( https://github.com/sveltejs/svelte/pull/10127 ) )
24
+
3
25
## 5.0.0-next.30
4
26
5
27
### 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.30 " ,
5
+ "version" : " 5.0.0-next.31 " ,
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.30 ' ;
9
+ export const VERSION = '5.0.0-next.31 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments