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 43
43
" brown-houses-obey" ,
44
44
" brown-months-fry" ,
45
45
" brown-spoons-boil" ,
46
+ " calm-buses-clap" ,
46
47
" calm-pandas-vanish" ,
47
48
" calm-ravens-sneeze" ,
48
49
" chatty-beans-divide" ,
183
184
" hot-jobs-tap" ,
184
185
" hungry-boxes-relate" ,
185
186
" hungry-dots-fry" ,
187
+ " hungry-pants-push" ,
186
188
" hungry-singers-share" ,
187
189
" hungry-tips-unite" ,
188
190
" hungry-trees-travel" ,
312
314
" quiet-camels-mate" ,
313
315
" quiet-crabs-nail" ,
314
316
" quiet-timers-speak" ,
317
+ " rare-mirrors-act" ,
315
318
" rare-pears-whisper" ,
316
319
" rare-worms-hunt" ,
317
320
" real-guests-do" ,
415
418
" stale-fans-rest" ,
416
419
" stale-jeans-refuse" ,
417
420
" strange-apricots-happen" ,
421
+ " strong-apricots-destroy" ,
418
422
" strong-gifts-smoke" ,
419
423
" strong-lemons-provide" ,
420
424
" strong-pans-doubt" ,
474
478
" twelve-dragons-join" ,
475
479
" twelve-onions-juggle" ,
476
480
" twelve-worms-jog" ,
481
+ " two-brooms-fail" ,
477
482
" two-candles-move" ,
478
483
" two-dogs-accept" ,
479
484
" two-dragons-yell" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
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
+
3
17
## 5.0.0-next.126
4
18
5
19
### 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.126 " ,
5
+ "version" : " 5.0.0-next.127 " ,
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.126 ' ;
9
+ export const VERSION = '5.0.0-next.127 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments