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 2727 " blue-ants-raise" ,
2828 " blue-rules-juggle" ,
2929 " blue-timers-film" ,
30+ " brave-carrots-draw" ,
3031 " brave-gorillas-end" ,
3132 " brave-points-sleep" ,
3233 " brave-shrimps-kiss" ,
124125 " fresh-weeks-trade" ,
125126 " friendly-candles-relate" ,
126127 " friendly-lies-camp" ,
128+ " funny-ties-jump" ,
127129 " funny-wombats-argue" ,
128130 " fuzzy-bags-camp" ,
129131 " fuzzy-donuts-provide" ,
204206 " loud-cheetahs-flow" ,
205207 " loud-mugs-smile" ,
206208 " loud-ravens-drop" ,
209+ " loud-socks-look" ,
207210 " lovely-carpets-lick" ,
208211 " lovely-houses-own" ,
209212 " lovely-items-turn" ,
327330 " silly-ways-wash" ,
328331 " silver-points-approve" ,
329332 " sixty-items-crash" ,
333+ " sixty-numbers-hope" ,
334+ " sixty-pandas-rush" ,
330335 " slimy-clouds-talk" ,
331336 " slimy-laws-explode" ,
332337 " slimy-walls-draw" ,
343348 " smart-parents-swim" ,
344349 " smart-turkeys-tell" ,
345350 " smart-zebras-pay" ,
351+ " smooth-kids-protect" ,
346352 " smooth-rings-rush" ,
347353 " soft-clocks-remember" ,
348354 " soft-geese-learn" ,
367373 " strong-gifts-smoke" ,
368374 " strong-lemons-provide" ,
369375 " strong-pans-doubt" ,
376+ " stupid-parents-crash" ,
370377 " sweet-mangos-beg" ,
371378 " sweet-pens-sniff" ,
372379 " swift-donkeys-perform" ,
392399 " ten-singers-cough" ,
393400 " ten-ties-repair" ,
394401 " ten-worms-reflect" ,
402+ " tender-rocks-walk" ,
395403 " thick-cycles-rule" ,
396404 " thick-pans-tell" ,
397405 " thick-shirts-deliver" ,
Original file line number Diff line number Diff line change 11# svelte
22
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+
323## 5.0.0-next.108
424
525### Patch Changes
Original file line number Diff line number Diff line change 22 "name" : " svelte" ,
33 "description" : " Cybernetically enhanced web apps" ,
44 "license" : " MIT" ,
5- "version" : " 5.0.0-next.108 " ,
5+ "version" : " 5.0.0-next.109 " ,
66 "type" : " module" ,
77 "types" : " ./types/index.d.ts" ,
88 "engines" : {
Original file line number Diff line number Diff line change 66 * https://svelte.dev/docs/svelte-compiler#svelte-version
77 * @type {string }
88 */
9- export const VERSION = '5.0.0-next.108 ' ;
9+ export const VERSION = '5.0.0-next.109 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments