File tree Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1414 " angry-books-jam" ,
1515 " angry-plums-punch" ,
1616 " beige-flies-wash" ,
17+ " beige-mirrors-listen" ,
1718 " beige-rabbits-shave" ,
1819 " big-cars-serve" ,
20+ " big-eggs-flash" ,
1921 " big-eyes-carry" ,
2022 " big-geese-act" ,
2123 " blue-timers-film" ,
2426 " breezy-carrots-flash" ,
2527 " bright-peas-juggle" ,
2628 " bright-snakes-sing" ,
29+ " brown-months-fry" ,
2730 " brown-spoons-boil" ,
2831 " chatty-cups-drop" ,
2932 " chatty-taxis-juggle" ,
3033 " chilled-pumas-invite" ,
3134 " chilly-dolphins-lick" ,
35+ " chilly-snakes-scream" ,
3236 " clean-eels-beg" ,
3337 " clever-chefs-relate" ,
3438 " clever-rockets-burn" ,
3539 " cold-birds-own" ,
3640 " cool-ants-leave" ,
41+ " cool-rabbits-tickle" ,
3742 " cuddly-pianos-drop" ,
3843 " curly-lizards-dream" ,
3944 " curvy-cups-cough" ,
6772 " fifty-steaks-float" ,
6873 " five-tigers-search" ,
6974 " flat-melons-protect" ,
75+ " fluffy-dolls-share" ,
7076 " fluffy-humans-worry" ,
7177 " forty-comics-invent" ,
7278 " forty-dolls-wave" ,
247253 " ten-worms-reflect" ,
248254 " thick-cycles-rule" ,
249255 " thick-pans-tell" ,
256+ " thick-shirts-deliver" ,
250257 " thin-foxes-lick" ,
251258 " thirty-flowers-sit" ,
252259 " thirty-ghosts-fix" ,
Original file line number Diff line number Diff line change 11# svelte
22
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+
321## 5.0.0-next.56
422
523### 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.56 " ,
5+ "version" : " 5.0.0-next.57 " ,
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.56 ' ;
9+ export const VERSION = '5.0.0-next.57 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments