File tree Expand file tree Collapse file tree 4 files changed +42
-2
lines changed Expand file tree Collapse file tree 4 files changed +42
-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" ,
115
117
" curvy-buses-laugh" ,
116
118
" curvy-cups-cough" ,
117
119
" curvy-flies-exercise" ,
120
+ " curvy-foxes-wink" ,
118
121
" curvy-papayas-pretend" ,
119
122
" curvy-ties-shout" ,
120
123
" cyan-colts-raise" ,
206
209
" fifty-rice-wait" ,
207
210
" fifty-steaks-float" ,
208
211
" fifty-toys-invite" ,
212
+ " five-birds-check" ,
209
213
" five-maps-reflect" ,
210
214
" five-shirts-run" ,
215
+ " five-suns-roll" ,
211
216
" five-tigers-search" ,
212
217
" flat-feet-visit" ,
213
218
" flat-ghosts-fly" ,
251
256
" funny-wombats-argue" ,
252
257
" fuzzy-bags-camp" ,
253
258
" fuzzy-donuts-provide" ,
259
+ " fuzzy-tigers-swim" ,
254
260
" gentle-dolls-juggle" ,
255
261
" gentle-eagles-walk" ,
256
262
" gentle-needles-train" ,
429
435
" mean-jokes-exist" ,
430
436
" mean-numbers-cry" ,
431
437
" mean-parents-film" ,
438
+ " metal-cameras-jump" ,
432
439
" metal-clouds-raise" ,
433
440
" metal-lobsters-burn" ,
434
441
" metal-pans-trade" ,
585
592
" rich-tables-sing" ,
586
593
" rich-taxis-hear" ,
587
594
" rich-waves-mix" ,
595
+ " rotten-actors-rush" ,
588
596
" rotten-bags-type" ,
589
597
" rotten-buckets-develop" ,
590
598
" rotten-experts-relax" ,
596
604
" selfish-socks-smile" ,
597
605
" selfish-spies-help" ,
598
606
" selfish-tools-hide" ,
607
+ " selfish-trainers-kiss" ,
599
608
" serious-bobcats-carry" ,
600
609
" serious-crabs-punch" ,
601
610
" serious-goats-tap" ,
729
738
" strange-pears-perform" ,
730
739
" strange-pillows-greet" ,
731
740
" strange-roses-brake" ,
741
+ " strange-trains-destroy" ,
732
742
" strong-apricots-destroy" ,
733
743
" strong-gifts-smoke" ,
734
744
" strong-lemons-provide" ,
758
768
" tame-cycles-kneel" ,
759
769
" tame-dodos-float" ,
760
770
" tame-dots-battle" ,
771
+ " tame-frogs-shave" ,
761
772
" tame-goats-bow" ,
762
773
" tame-spies-drum" ,
763
774
" tasty-cheetahs-appear" ,
814
825
" tiny-taxis-whisper" ,
815
826
" tough-buckets-thank" ,
816
827
" tough-radios-punch" ,
828
+ " tough-snails-chew" ,
817
829
" tough-tomatoes-explain" ,
818
830
" tricky-avocados-play" ,
819
831
" tricky-balloons-care" ,
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
+ - feat: better types for the ` autocomplete ` attribute ([ #13201 ] ( https://github.com/sveltejs/svelte/pull/13201 ) )
12
+
13
+ - fix: widen ownership upon property access if necessary ([ #13175 ] ( https://github.com/sveltejs/svelte/pull/13175 ) )
14
+
15
+ - fix: don't show ` state_referenced_locally ` warning on types ([ #13177 ] ( https://github.com/sveltejs/svelte/pull/13177 ) )
16
+
17
+ - fix: ensure locally mutated bindable props persist with spreading props ([ #13190 ] ( https://github.com/sveltejs/svelte/pull/13190 ) )
18
+
19
+ - fix: ensure types are easier to follow for TypeScript ([ #13140 ] ( https://github.com/sveltejs/svelte/pull/13140 ) )
20
+
21
+ - fix: ensure unowned derived signals correctly re-connect to graph ([ #13184 ] ( https://github.com/sveltejs/svelte/pull/13184 ) )
22
+
23
+ - fix: ensure inner script tags are properly removed ([ #13152 ] ( https://github.com/sveltejs/svelte/pull/13152 ) )
24
+
25
+ - chore: improve ssr parent validation ([ #13158 ] ( https://github.com/sveltejs/svelte/pull/13158 ) )
26
+
27
+ - fix: prevent nullish snippet for rendering empty content ([ #13083 ] ( https://github.com/sveltejs/svelte/pull/13083 ) )
28
+
29
+ - fix: allow for nesting selector in pseudoclasses ([ #13209 ] ( https://github.com/sveltejs/svelte/pull/13209 ) )
30
+
3
31
## 5.0.0-next.244
4
32
5
33
### 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