File tree 4 files changed +27
-2
lines changed
4 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 14
14
" angry-books-jam" ,
15
15
" angry-plums-punch" ,
16
16
" beige-flies-wash" ,
17
+ " beige-mirrors-listen" ,
17
18
" beige-rabbits-shave" ,
18
19
" big-cars-serve" ,
20
+ " big-eggs-flash" ,
19
21
" big-eyes-carry" ,
20
22
" big-geese-act" ,
21
23
" blue-timers-film" ,
24
26
" breezy-carrots-flash" ,
25
27
" bright-peas-juggle" ,
26
28
" bright-snakes-sing" ,
29
+ " brown-months-fry" ,
27
30
" brown-spoons-boil" ,
28
31
" chatty-cups-drop" ,
29
32
" chatty-taxis-juggle" ,
30
33
" chilled-pumas-invite" ,
31
34
" chilly-dolphins-lick" ,
35
+ " chilly-snakes-scream" ,
32
36
" clean-eels-beg" ,
33
37
" clever-chefs-relate" ,
34
38
" clever-rockets-burn" ,
35
39
" cold-birds-own" ,
36
40
" cool-ants-leave" ,
41
+ " cool-rabbits-tickle" ,
37
42
" cuddly-pianos-drop" ,
38
43
" curly-lizards-dream" ,
39
44
" curvy-cups-cough" ,
67
72
" fifty-steaks-float" ,
68
73
" five-tigers-search" ,
69
74
" flat-melons-protect" ,
75
+ " fluffy-dolls-share" ,
70
76
" fluffy-humans-worry" ,
71
77
" forty-comics-invent" ,
72
78
" forty-dolls-wave" ,
247
253
" ten-worms-reflect" ,
248
254
" thick-cycles-rule" ,
249
255
" thick-pans-tell" ,
256
+ " thick-shirts-deliver" ,
250
257
" thin-foxes-lick" ,
251
258
" thirty-flowers-sit" ,
252
259
" thirty-ghosts-fix" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.57
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: correctly scope CSS selectors with descendant combinators ([ #10490 ] ( https://github.com/sveltejs/svelte/pull/10490 ) )
8
+
9
+ - feat: implement support for ` :is(...) ` and ` :where(...) ` ([ #10490 ] ( https://github.com/sveltejs/svelte/pull/10490 ) )
10
+
11
+ - chore: treeshake unused store subscriptions in SSR mode ([ #10506 ] ( https://github.com/sveltejs/svelte/pull/10506 ) )
12
+
13
+ - fix: warn against accidental global event referenced ([ #10442 ] ( https://github.com/sveltejs/svelte/pull/10442 ) )
14
+
15
+ - fix: improve bind: this support for each blocks ([ #10510 ] ( https://github.com/sveltejs/svelte/pull/10510 ) )
16
+
17
+ - feat: implement nested CSS support ([ #10490 ] ( https://github.com/sveltejs/svelte/pull/10490 ) )
18
+
19
+ - breaking: encapsulate/remove selectors inside ` :is(...) ` and ` :where(...) ` ([ #10490 ] ( https://github.com/sveltejs/svelte/pull/10490 ) )
20
+
3
21
## 5.0.0-next.56
4
22
5
23
### 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.56 " ,
5
+ "version" : " 5.0.0-next.57 " ,
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.56 ' ;
9
+ export const VERSION = '5.0.0-next.57 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments