File tree Expand file tree Collapse file tree 4 files changed +39
-2
lines changed Expand file tree Collapse file tree 4 files changed +39
-2
lines changed Original file line number Diff line number Diff line change 3838 " blue-timers-film" ,
3939 " blue-waves-sneeze" ,
4040 " brave-carrots-draw" ,
41+ " brave-doors-compete" ,
4142 " brave-gorillas-end" ,
4243 " brave-gorillas-fold" ,
4344 " brave-pigs-obey" ,
7172 " chatty-cups-drop" ,
7273 " chatty-ghosts-unite" ,
7374 " chatty-sloths-allow" ,
75+ " chatty-snails-train" ,
7476 " chatty-taxis-juggle" ,
7577 " chilled-ladybugs-invite" ,
7678 " chilled-pumas-invite" ,
115117 " curvy-buses-laugh" ,
116118 " curvy-cups-cough" ,
117119 " curvy-flies-exercise" ,
120+ " curvy-foxes-wink" ,
118121 " curvy-papayas-pretend" ,
119122 " curvy-ties-shout" ,
120123 " cyan-colts-raise" ,
206209 " fifty-rice-wait" ,
207210 " fifty-steaks-float" ,
208211 " fifty-toys-invite" ,
212+ " five-birds-check" ,
209213 " five-maps-reflect" ,
210214 " five-shirts-run" ,
215+ " five-suns-roll" ,
211216 " five-tigers-search" ,
212217 " flat-feet-visit" ,
213218 " flat-ghosts-fly" ,
251256 " funny-wombats-argue" ,
252257 " fuzzy-bags-camp" ,
253258 " fuzzy-donuts-provide" ,
259+ " fuzzy-tigers-swim" ,
254260 " gentle-dolls-juggle" ,
255261 " gentle-eagles-walk" ,
256262 " gentle-needles-train" ,
429435 " mean-jokes-exist" ,
430436 " mean-numbers-cry" ,
431437 " mean-parents-film" ,
438+ " metal-cameras-jump" ,
432439 " metal-clouds-raise" ,
433440 " metal-lobsters-burn" ,
434441 " metal-pans-trade" ,
585592 " rich-tables-sing" ,
586593 " rich-taxis-hear" ,
587594 " rich-waves-mix" ,
595+ " rotten-actors-rush" ,
588596 " rotten-bags-type" ,
589597 " rotten-buckets-develop" ,
590598 " rotten-experts-relax" ,
596604 " selfish-socks-smile" ,
597605 " selfish-spies-help" ,
598606 " selfish-tools-hide" ,
607+ " selfish-trainers-kiss" ,
599608 " serious-bobcats-carry" ,
600609 " serious-crabs-punch" ,
601610 " serious-goats-tap" ,
729738 " strange-pears-perform" ,
730739 " strange-pillows-greet" ,
731740 " strange-roses-brake" ,
741+ " strange-trains-destroy" ,
732742 " strong-apricots-destroy" ,
733743 " strong-gifts-smoke" ,
734744 " strong-lemons-provide" ,
758768 " tame-cycles-kneel" ,
759769 " tame-dodos-float" ,
760770 " tame-dots-battle" ,
771+ " tame-frogs-shave" ,
761772 " tame-goats-bow" ,
762773 " tame-spies-drum" ,
763774 " tasty-cheetahs-appear" ,
Original file line number Diff line number Diff line change 11# svelte
22
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+
329## 5.0.0-next.244
430
531### 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.244 " ,
5+ "version" : " 5.0.0-next.245 " ,
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.244 ' ;
9+ export const VERSION = '5.0.0-next.245 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments