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 58
58
" bright-falcons-float" ,
59
59
" bright-needles-pretend" ,
60
60
" bright-peas-juggle" ,
61
+ " bright-seas-brake" ,
61
62
" bright-snakes-sing" ,
62
63
" brown-geckos-fry" ,
63
64
" brown-houses-obey" ,
94
95
" clean-eels-beg" ,
95
96
" clean-melons-wash" ,
96
97
" clean-shirts-yawn" ,
98
+ " clean-sloths-nail" ,
97
99
" clever-chefs-relate" ,
98
100
" clever-maps-travel" ,
99
101
" clever-rockets-burn" ,
318
320
" great-icons-retire" ,
319
321
" great-plums-pretend" ,
320
322
" green-baboons-sip" ,
323
+ " green-cameras-bake" ,
321
324
" green-eggs-approve" ,
322
325
" green-fishes-lie" ,
323
326
" green-hounds-play" ,
513
516
" nervous-dolphins-allow" ,
514
517
" nervous-ducks-repeat" ,
515
518
" nervous-spoons-relax" ,
519
+ " nervous-squids-drop" ,
516
520
" nervous-turkeys-end" ,
517
521
" new-baboons-fetch" ,
518
522
" new-boats-wait" ,
709
713
" silent-rocks-yell" ,
710
714
" silly-ducks-mix" ,
711
715
" silly-fishes-deny" ,
716
+ " silly-houses-promise" ,
712
717
" silly-laws-happen" ,
713
718
" silly-lies-film" ,
714
719
" silly-masks-exist" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.266
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: add hidden until-found and beforematch ([ #13612 ] ( https://github.com/sveltejs/svelte/pull/13612 ) )
8
+
9
+ - fix: ensure local prop value is read during teardown ([ #13611 ] ( https://github.com/sveltejs/svelte/pull/13611 ) )
10
+
11
+ - fix: take snippets into account when scoping CSS ([ #13589 ] ( https://github.com/sveltejs/svelte/pull/13589 ) )
12
+
13
+ - breaking: scope ` :not(...) ` selectors ([ #13568 ] ( https://github.com/sveltejs/svelte/pull/13568 ) )
14
+
15
+ - breaking: scope ` :has(...) ` selectors ([ #13567 ] ( https://github.com/sveltejs/svelte/pull/13567 ) )
16
+
3
17
## 5.0.0-next.265
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.265 " ,
5
+ "version" : " 5.0.0-next.266 " ,
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.265 ' ;
9
+ export const VERSION = '5.0.0-next.266 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments