File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 140
140
" fifty-steaks-float" ,
141
141
" five-tigers-search" ,
142
142
" flat-melons-protect" ,
143
+ " flat-olives-live" ,
143
144
" fluffy-dolls-share" ,
144
145
" fluffy-humans-worry" ,
145
146
" fluffy-ravens-juggle" ,
427
428
" sixty-pandas-rush" ,
428
429
" sleepy-cats-eat" ,
429
430
" slimy-clouds-talk" ,
431
+ " slimy-hairs-impress" ,
430
432
" slimy-laws-explode" ,
431
433
" slimy-onions-approve" ,
432
434
" slimy-walls-draw" ,
468
470
" stale-fans-rest" ,
469
471
" stale-jeans-refuse" ,
470
472
" strange-apricots-happen" ,
473
+ " strange-roses-brake" ,
471
474
" strong-apricots-destroy" ,
472
475
" strong-gifts-smoke" ,
473
476
" strong-lemons-provide" ,
527
530
" tiny-meals-deliver" ,
528
531
" tiny-moose-kiss" ,
529
532
" tough-radios-punch" ,
533
+ " tough-tomatoes-explain" ,
530
534
" twelve-beans-drive" ,
531
535
" twelve-dragons-join" ,
532
536
" twelve-onions-juggle" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.144
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: set correct scope for ` @const ` tags within slots ([ #11798 ] ( https://github.com/sveltejs/svelte/pull/11798 ) )
8
+
9
+ - fix: coherent infinite loop guard ([ #11815 ] ( https://github.com/sveltejs/svelte/pull/11815 ) )
10
+
11
+ - fix: make prop fallback values deeply reactive if needed ([ #11804 ] ( https://github.com/sveltejs/svelte/pull/11804 ) )
12
+
13
+ - fix: robustify initial scroll value detection when scroll is smooth ([ #11802 ] ( https://github.com/sveltejs/svelte/pull/11802 ) )
14
+
3
15
## 5.0.0-next.143
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.143 " ,
5
+ "version" : " 5.0.0-next.144 " ,
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.143 ' ;
9
+ export const VERSION = '5.0.0-next.144 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments