File tree 4 files changed +18
-2
lines changed
4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 187
187
" fuzzy-bags-camp" ,
188
188
" fuzzy-donuts-provide" ,
189
189
" gentle-dolls-juggle" ,
190
+ " gentle-eagles-walk" ,
190
191
" gentle-sheep-hug" ,
191
192
" gentle-spies-happen" ,
192
193
" gentle-ties-fetch" ,
205
206
" good-plums-type" ,
206
207
" good-rivers-yawn" ,
207
208
" good-roses-argue" ,
209
+ " gorgeous-boxes-design" ,
208
210
" gorgeous-hats-wonder" ,
209
211
" gorgeous-monkeys-carry" ,
210
212
" gorgeous-singers-rest" ,
219
221
" grumpy-jars-sparkle" ,
220
222
" happy-beds-scream" ,
221
223
" happy-dogs-jump" ,
224
+ " happy-lobsters-lick" ,
222
225
" happy-suits-film" ,
223
226
" healthy-ants-film" ,
224
227
" healthy-planes-vanish" ,
597
600
" twelve-dragons-join" ,
598
601
" twelve-onions-juggle" ,
599
602
" twelve-worms-jog" ,
603
+ " twenty-gifts-develop" ,
600
604
" two-brooms-fail" ,
601
605
" two-candles-move" ,
602
606
" two-dogs-accept" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.161
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: wait a microtask for await blocks to reduce UI churn ([ #11989 ] ( https://github.com/sveltejs/svelte/pull/11989 ) )
8
+
9
+ - fix: ensure state update expressions are serialised correctly ([ #12109 ] ( https://github.com/sveltejs/svelte/pull/12109 ) )
10
+
11
+ - fix: repair each block length even without an else ([ #12098 ] ( https://github.com/sveltejs/svelte/pull/12098 ) )
12
+
13
+ - fix: remove document event listeners on unmount ([ #12105 ] ( https://github.com/sveltejs/svelte/pull/12105 ) )
14
+
3
15
## 5.0.0-next.160
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.160 " ,
5
+ "version" : " 5.0.0-next.161 " ,
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.160 ' ;
9
+ export const VERSION = '5.0.0-next.161 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments