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 339
339
" many-rockets-give" ,
340
340
" many-trees-fix" ,
341
341
" mean-jokes-exist" ,
342
+ " mean-numbers-cry" ,
342
343
" metal-clouds-raise" ,
343
344
" metal-lobsters-burn" ,
344
345
" metal-pans-trade" ,
452
453
" rich-plums-thank" ,
453
454
" rich-sheep-burn" ,
454
455
" rich-tables-sing" ,
456
+ " rich-taxis-hear" ,
455
457
" rich-waves-mix" ,
456
458
" rotten-bags-type" ,
457
459
" rotten-buckets-develop" ,
526
528
" slow-plums-chew" ,
527
529
" slow-wombats-reply" ,
528
530
" small-apples-eat" ,
531
+ " small-chefs-sing" ,
529
532
" small-owls-remain" ,
530
533
" small-papayas-laugh" ,
531
534
" small-sheep-type" ,
550
553
" sour-geese-listen" ,
551
554
" sour-jeans-collect" ,
552
555
" sour-rules-march" ,
556
+ " sour-tomatoes-knock" ,
553
557
" sour-weeks-fix" ,
554
558
" spicy-jeans-deliver" ,
555
559
" spicy-peas-vanish" ,
691
695
" witty-hornets-think" ,
692
696
" witty-phones-retire" ,
693
697
" witty-readers-provide" ,
698
+ " witty-sloths-impress" ,
694
699
" witty-steaks-dream" ,
695
700
" witty-tomatoes-care" ,
696
701
" witty-years-crash" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.180
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: handle nested ` :global(...) ` selectors ([ #12365 ] ( https://github.com/sveltejs/svelte/pull/12365 ) )
8
+
9
+ - feat: include CSS in ` <head> ` when ` css: 'injected' ` ([ #12374 ] ( https://github.com/sveltejs/svelte/pull/12374 ) )
10
+
11
+ - fix: destroy effects that error on creation ([ #12376 ] ( https://github.com/sveltejs/svelte/pull/12376 ) )
12
+
13
+ - breaking: rename ` legacy.componentApi ` to ` compatibility.componentApi ` ([ #12370 ] ( https://github.com/sveltejs/svelte/pull/12370 ) )
14
+
15
+ - fix: correctly validate ` <svelte:component> ` with ` bind:this ` ([ #12368 ] ( https://github.com/sveltejs/svelte/pull/12368 ) )
16
+
3
17
## 5.0.0-next.179
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.179 " ,
5
+ "version" : " 5.0.0-next.180 " ,
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.179 ' ;
9
+ export const VERSION = '5.0.0-next.180 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments