File tree Expand file tree Collapse file tree 4 files changed +30
-2
lines changed Expand file tree Collapse file tree 4 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 27
27
" blue-ants-raise" ,
28
28
" blue-rules-juggle" ,
29
29
" blue-timers-film" ,
30
+ " brave-carrots-draw" ,
30
31
" brave-gorillas-end" ,
31
32
" brave-points-sleep" ,
32
33
" brave-shrimps-kiss" ,
124
125
" fresh-weeks-trade" ,
125
126
" friendly-candles-relate" ,
126
127
" friendly-lies-camp" ,
128
+ " funny-ties-jump" ,
127
129
" funny-wombats-argue" ,
128
130
" fuzzy-bags-camp" ,
129
131
" fuzzy-donuts-provide" ,
204
206
" loud-cheetahs-flow" ,
205
207
" loud-mugs-smile" ,
206
208
" loud-ravens-drop" ,
209
+ " loud-socks-look" ,
207
210
" lovely-carpets-lick" ,
208
211
" lovely-houses-own" ,
209
212
" lovely-items-turn" ,
327
330
" silly-ways-wash" ,
328
331
" silver-points-approve" ,
329
332
" sixty-items-crash" ,
333
+ " sixty-numbers-hope" ,
334
+ " sixty-pandas-rush" ,
330
335
" slimy-clouds-talk" ,
331
336
" slimy-laws-explode" ,
332
337
" slimy-walls-draw" ,
343
348
" smart-parents-swim" ,
344
349
" smart-turkeys-tell" ,
345
350
" smart-zebras-pay" ,
351
+ " smooth-kids-protect" ,
346
352
" smooth-rings-rush" ,
347
353
" soft-clocks-remember" ,
348
354
" soft-geese-learn" ,
367
373
" strong-gifts-smoke" ,
368
374
" strong-lemons-provide" ,
369
375
" strong-pans-doubt" ,
376
+ " stupid-parents-crash" ,
370
377
" sweet-mangos-beg" ,
371
378
" sweet-pens-sniff" ,
372
379
" swift-donkeys-perform" ,
392
399
" ten-singers-cough" ,
393
400
" ten-ties-repair" ,
394
401
" ten-worms-reflect" ,
402
+ " tender-rocks-walk" ,
395
403
" thick-cycles-rule" ,
396
404
" thick-pans-tell" ,
397
405
" thick-shirts-deliver" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.109
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: more robust moving of each item nodes ([ #11254 ] ( https://github.com/sveltejs/svelte/pull/11254 ) )
8
+
9
+ - fix: ensure that CSS is generated for the final frame of a transition ([ #11251 ] ( https://github.com/sveltejs/svelte/pull/11251 ) )
10
+
11
+ - fix: more accurate error message when creating orphan effects ([ #11227 ] ( https://github.com/sveltejs/svelte/pull/11227 ) )
12
+
13
+ - fix: support ` $state.snapshot ` as part of variable declarations ([ #11235 ] ( https://github.com/sveltejs/svelte/pull/11235 ) )
14
+
15
+ - fix: optimize object property mutations in compilation ([ #11243 ] ( https://github.com/sveltejs/svelte/pull/11243 ) )
16
+
17
+ - breaking: don't allow children in svelte: options ([ #11250 ] ( https://github.com/sveltejs/svelte/pull/11250 ) )
18
+
19
+ - fix: possible name clash in hoisted functions ([ #11237 ] ( https://github.com/sveltejs/svelte/pull/11237 ) )
20
+
21
+ - fix: preserve getters/setters in HMR mode ([ #11231 ] ( https://github.com/sveltejs/svelte/pull/11231 ) )
22
+
3
23
## 5.0.0-next.108
4
24
5
25
### 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.108 " ,
5
+ "version" : " 5.0.0-next.109 " ,
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.108 ' ;
9
+ export const VERSION = '5.0.0-next.109 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments