File tree Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 2121 " big-eggs-flash" ,
2222 " big-eyes-carry" ,
2323 " big-geese-act" ,
24+ " big-moons-occur" ,
2425 " blue-ants-raise" ,
2526 " blue-rules-juggle" ,
2627 " blue-timers-film" ,
5556 " curly-lizards-dream" ,
5657 " curvy-buses-laugh" ,
5758 " curvy-cups-cough" ,
59+ " curvy-flies-exercise" ,
5860 " curvy-ties-shout" ,
5961 " cyan-flowers-destroy" ,
6062 " cyan-spies-grin" ,
6567 " dry-clocks-grow" ,
6668 " dry-eggs-play" ,
6769 " dry-eggs-retire" ,
70+ " dry-pillows-exist" ,
6871 " dull-coins-vanish" ,
6972 " dull-mangos-wave" ,
7073 " dull-pots-add" ,
106109 " friendly-lies-camp" ,
107110 " funny-wombats-argue" ,
108111 " fuzzy-bags-camp" ,
112+ " fuzzy-donuts-provide" ,
109113 " gentle-dolls-juggle" ,
110114 " gentle-sheep-hug" ,
111115 " gentle-spies-happen" ,
122126 " green-eggs-approve" ,
123127 " green-hounds-play" ,
124128 " green-tigers-judge" ,
129+ " grumpy-jars-sparkle" ,
125130 " happy-beds-scream" ,
126131 " happy-suits-film" ,
127132 " healthy-planes-vanish" ,
155160 " large-clouds-carry" ,
156161 " large-turkeys-deny" ,
157162 " late-crabs-lay" ,
163+ " late-peaches-mate" ,
158164 " lazy-masks-sit" ,
159165 " lazy-months-knock" ,
160166 " lazy-spiders-think" ,
178184 " lucky-toes-begin" ,
179185 " many-rockets-give" ,
180186 " many-trees-fix" ,
187+ " metal-clouds-raise" ,
181188 " metal-lobsters-burn" ,
182189 " mighty-cooks-scream" ,
183190 " mighty-files-hammer" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.91
4+
5+ ### Patch Changes
6+
7+ - fix: improve unowned derived signal heuristics ([ #11029 ] ( https://github.com/sveltejs/svelte/pull/11029 ) )
8+
9+ - fix: ensure correct context for action update/destroy functions ([ #11023 ] ( https://github.com/sveltejs/svelte/pull/11023 ) )
10+
11+ - feat: more efficient hydration markers ([ #11019 ] ( https://github.com/sveltejs/svelte/pull/11019 ) )
12+
13+ - fix: ensure effect cleanup functions are called with null ` this ` ([ #11024 ] ( https://github.com/sveltejs/svelte/pull/11024 ) )
14+
15+ - fix: correctly handle closure passed to $derived.by when destructuring ([ #11028 ] ( https://github.com/sveltejs/svelte/pull/11028 ) )
16+
17+ - Add ` name ` to HTMLDetailsAttributes ([ #11013 ] ( https://github.com/sveltejs/svelte/pull/11013 ) )
18+
19+ - breaking: move compiler.cjs to compiler/index.js ([ #10988 ] ( https://github.com/sveltejs/svelte/pull/10988 ) )
20+
321## 5.0.0-next.90
422
523### 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.90 " ,
5+ "version" : " 5.0.0-next.91 " ,
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.90 ' ;
9+ export const VERSION = '5.0.0-next.91 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments