File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 4343 " brown-houses-obey" ,
4444 " brown-months-fry" ,
4545 " brown-spoons-boil" ,
46+ " calm-buses-clap" ,
4647 " calm-pandas-vanish" ,
4748 " calm-ravens-sneeze" ,
4849 " chatty-beans-divide" ,
183184 " hot-jobs-tap" ,
184185 " hungry-boxes-relate" ,
185186 " hungry-dots-fry" ,
187+ " hungry-pants-push" ,
186188 " hungry-singers-share" ,
187189 " hungry-tips-unite" ,
188190 " hungry-trees-travel" ,
312314 " quiet-camels-mate" ,
313315 " quiet-crabs-nail" ,
314316 " quiet-timers-speak" ,
317+ " rare-mirrors-act" ,
315318 " rare-pears-whisper" ,
316319 " rare-worms-hunt" ,
317320 " real-guests-do" ,
415418 " stale-fans-rest" ,
416419 " stale-jeans-refuse" ,
417420 " strange-apricots-happen" ,
421+ " strong-apricots-destroy" ,
418422 " strong-gifts-smoke" ,
419423 " strong-lemons-provide" ,
420424 " strong-pans-doubt" ,
474478 " twelve-dragons-join" ,
475479 " twelve-onions-juggle" ,
476480 " twelve-worms-jog" ,
481+ " two-brooms-fail" ,
477482 " two-candles-move" ,
478483 " two-dogs-accept" ,
479484 " two-dragons-yell" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.127
4+
5+ ### Patch Changes
6+
7+ - fix: don't warn on writes to ` $state ` ([ #11540 ] ( https://github.com/sveltejs/svelte/pull/11540 ) )
8+
9+ - feat: provide better error messages in DEV ([ #11526 ] ( https://github.com/sveltejs/svelte/pull/11526 ) )
10+
11+ - fix: better support for lazy img elements ([ #11545 ] ( https://github.com/sveltejs/svelte/pull/11545 ) )
12+
13+ - fix: handle falsy prop aliases correctly ([ #11539 ] ( https://github.com/sveltejs/svelte/pull/11539 ) )
14+
15+ - fix: ensure spread events are added even when rerunning spread immediately ([ #11535 ] ( https://github.com/sveltejs/svelte/pull/11535 ) )
16+
317## 5.0.0-next.126
418
519### 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.126 " ,
5+ "version" : " 5.0.0-next.127 " ,
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.126 ' ;
9+ export const VERSION = '5.0.0-next.127 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments