File tree Expand file tree Collapse file tree 4 files changed +33
-2
lines changed Expand file tree Collapse file tree 4 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 38
38
" blue-timers-film" ,
39
39
" blue-waves-sneeze" ,
40
40
" brave-carrots-draw" ,
41
+ " brave-doors-compete" ,
41
42
" brave-gorillas-end" ,
42
43
" brave-gorillas-fold" ,
43
44
" brave-pigs-obey" ,
71
72
" chatty-cups-drop" ,
72
73
" chatty-ghosts-unite" ,
73
74
" chatty-sloths-allow" ,
75
+ " chatty-snails-train" ,
74
76
" chatty-taxis-juggle" ,
75
77
" chilled-ladybugs-invite" ,
76
78
" chilled-pumas-invite" ,
206
208
" fifty-rice-wait" ,
207
209
" fifty-steaks-float" ,
208
210
" fifty-toys-invite" ,
211
+ " five-birds-check" ,
209
212
" five-maps-reflect" ,
210
213
" five-shirts-run" ,
214
+ " five-suns-roll" ,
211
215
" five-tigers-search" ,
212
216
" flat-feet-visit" ,
213
217
" flat-ghosts-fly" ,
429
433
" mean-jokes-exist" ,
430
434
" mean-numbers-cry" ,
431
435
" mean-parents-film" ,
436
+ " metal-cameras-jump" ,
432
437
" metal-clouds-raise" ,
433
438
" metal-lobsters-burn" ,
434
439
" metal-pans-trade" ,
585
590
" rich-tables-sing" ,
586
591
" rich-taxis-hear" ,
587
592
" rich-waves-mix" ,
593
+ " rotten-actors-rush" ,
588
594
" rotten-bags-type" ,
589
595
" rotten-buckets-develop" ,
590
596
" rotten-experts-relax" ,
596
602
" selfish-socks-smile" ,
597
603
" selfish-spies-help" ,
598
604
" selfish-tools-hide" ,
605
+ " selfish-trainers-kiss" ,
599
606
" serious-bobcats-carry" ,
600
607
" serious-crabs-punch" ,
601
608
" serious-goats-tap" ,
729
736
" strange-pears-perform" ,
730
737
" strange-pillows-greet" ,
731
738
" strange-roses-brake" ,
739
+ " strange-trains-destroy" ,
732
740
" strong-apricots-destroy" ,
733
741
" strong-gifts-smoke" ,
734
742
" strong-lemons-provide" ,
758
766
" tame-cycles-kneel" ,
759
767
" tame-dodos-float" ,
760
768
" tame-dots-battle" ,
769
+ " tame-frogs-shave" ,
761
770
" tame-goats-bow" ,
762
771
" tame-spies-drum" ,
763
772
" tasty-cheetahs-appear" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.245
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: visit expression for ` svelte:component ` references ([ #13151 ] ( https://github.com/sveltejs/svelte/pull/13151 ) )
8
+
9
+ - fix: ensure signal graph is consistent before triggering $inspect signals ([ #13153 ] ( https://github.com/sveltejs/svelte/pull/13153 ) )
10
+
11
+ - fix: widen ownership upon property access if necessary ([ #13175 ] ( https://github.com/sveltejs/svelte/pull/13175 ) )
12
+
13
+ - fix: don't show ` state_referenced_locally ` warning on types ([ #13177 ] ( https://github.com/sveltejs/svelte/pull/13177 ) )
14
+
15
+ - fix: ensure types are easier to follow for TypeScript ([ #13140 ] ( https://github.com/sveltejs/svelte/pull/13140 ) )
16
+
17
+ - fix: ensure unowned derived signals correctly re-connect to graph ([ #13184 ] ( https://github.com/sveltejs/svelte/pull/13184 ) )
18
+
19
+ - fix: ensure inner script tags are properly removed ([ #13152 ] ( https://github.com/sveltejs/svelte/pull/13152 ) )
20
+
21
+ - chore: improve ssr parent validation ([ #13158 ] ( https://github.com/sveltejs/svelte/pull/13158 ) )
22
+
23
+ - fix: prevent nullish snippet for rendering empty content ([ #13083 ] ( https://github.com/sveltejs/svelte/pull/13083 ) )
24
+
3
25
## 5.0.0-next.244
4
26
5
27
### 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.244 " ,
5
+ "version" : " 5.0.0-next.245 " ,
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.244 ' ;
9
+ export const VERSION = '5.0.0-next.245 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments