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 60
60
" chilly-snakes-scream" ,
61
61
" clean-eels-beg" ,
62
62
" clever-chefs-relate" ,
63
+ " clever-maps-travel" ,
63
64
" clever-rockets-burn" ,
64
65
" clever-sloths-push" ,
65
66
" cold-birds-own" ,
208
209
" hungry-tips-unite" ,
209
210
" hungry-trees-travel" ,
210
211
" itchy-beans-melt" ,
212
+ " itchy-beds-kneel" ,
211
213
" itchy-bulldogs-tan" ,
212
214
" itchy-eels-marry" ,
213
215
" itchy-kings-deliver" ,
268
270
" lucky-toes-begin" ,
269
271
" many-rockets-give" ,
270
272
" many-trees-fix" ,
273
+ " mean-jokes-exist" ,
271
274
" metal-clouds-raise" ,
272
275
" metal-lobsters-burn" ,
273
276
" mighty-cooks-scream" ,
435
438
" soft-tigers-wink" ,
436
439
" sour-bags-fail" ,
437
440
" sour-forks-stare" ,
441
+ " sour-jeans-collect" ,
438
442
" sour-rules-march" ,
439
443
" sour-weeks-fix" ,
440
444
" spicy-jeans-deliver" ,
469
473
" tall-shrimps-worry" ,
470
474
" tall-tigers-wait" ,
471
475
" tame-cycles-kneel" ,
476
+ " tame-dots-battle" ,
472
477
" tame-spies-drum" ,
473
478
" tasty-cheetahs-appear" ,
474
479
" tasty-numbers-perform" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.138
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: allow comments after last selector in css ([ #11723 ] ( https://github.com/sveltejs/svelte/pull/11723 ) )
8
+
9
+ - fix: don't add scoping modifier to nesting selectors ([ #11713 ] ( https://github.com/sveltejs/svelte/pull/11713 ) )
10
+
11
+ - chore: speedup hydration around input and select values ([ #11717 ] ( https://github.com/sveltejs/svelte/pull/11717 ) )
12
+
13
+ - fix: update value like attributes in a separate template_effect ([ #11720 ] ( https://github.com/sveltejs/svelte/pull/11720 ) )
14
+
15
+ - fix: improve handling of unowned derived signal ([ #11712 ] ( https://github.com/sveltejs/svelte/pull/11712 ) )
16
+
3
17
## 5.0.0-next.137
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.137 " ,
5
+ "version" : " 5.0.0-next.138 " ,
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.137 ' ;
9
+ export const VERSION = '5.0.0-next.138 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments