File tree Expand file tree Collapse file tree 4 files changed +34
-3
lines changed Expand file tree Collapse file tree 4 files changed +34
-3
lines changed Original file line number Diff line number Diff line change 1111 "changesets" : [
1212 " afraid-moose-matter" ,
1313 " angry-books-jam" ,
14+ " angry-plums-punch" ,
1415 " beige-flies-wash" ,
1516 " beige-rabbits-shave" ,
1617 " big-cars-serve" ,
5051 " empty-tools-share" ,
5152 " fair-crabs-check" ,
5253 " fair-pianos-talk" ,
54+ " famous-falcons-melt" ,
5355 " famous-knives-sneeze" ,
5456 " fast-weeks-clean" ,
5557 " few-mugs-fail" ,
7577 " healthy-planes-vanish" ,
7678 " heavy-ears-rule" ,
7779 " hip-balloons-begin" ,
80+ " honest-buses-add" ,
7881 " honest-icons-change" ,
82+ " hungry-boxes-relate" ,
7983 " hungry-dots-fry" ,
8084 " hungry-tips-unite" ,
8185 " hungry-trees-travel" ,
139143 " rich-cobras-exist" ,
140144 " rich-sheep-burn" ,
141145 " rich-tables-sing" ,
146+ " rich-waves-mix" ,
142147 " rotten-bags-type" ,
143148 " rotten-buckets-develop" ,
149+ " selfish-dragons-knock" ,
144150 " selfish-tools-hide" ,
151+ " serious-kids-deliver" ,
145152 " serious-socks-cover" ,
146153 " serious-zebras-scream" ,
147154 " seven-deers-jam" ,
163170 " smart-zebras-pay" ,
164171 " soft-clocks-remember" ,
165172 " soft-geese-learn" ,
173+ " soft-months-grab" ,
166174 " soft-tigers-wink" ,
167175 " sour-forks-stare" ,
168176 " sour-rules-march" ,
211219 " wild-foxes-wonder" ,
212220 " wise-dancers-hang" ,
213221 " wise-donkeys-marry" ,
214- " witty-camels-warn"
222+ " witty-camels-warn" ,
223+ " witty-steaks-dream"
215224 ]
216225}
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.38
4+
5+ ### Patch Changes
6+
7+ - chore: improve should_proxy_or_freeze logic internally ([ #10249 ] ( https://github.com/sveltejs/svelte/pull/10249 ) )
8+
9+ - fix: add back ` derived ` type overload ([ ` 776ac3c1762da5f8147c457a997a417cfae67e4c ` ] ( https://github.com/sveltejs/svelte/commit/776ac3c1762da5f8147c457a997a417cfae67e4c ) )
10+
11+ - fix: correct increment/decrement code generation ([ ` 2861ad66e054d2b14f382aaada4512e3e5d56db8 ` ] ( https://github.com/sveltejs/svelte/commit/2861ad66e054d2b14f382aaada4512e3e5d56db8 ) )
12+
13+ - fix: sanitize component event names ([ #10235 ] ( https://github.com/sveltejs/svelte/pull/10235 ) )
14+
15+ - fix: try-catch deep read during ` $inspect ` ([ #10270 ] ( https://github.com/sveltejs/svelte/pull/10270 ) )
16+
17+ - fix: allow ts casts in bindings ([ #10181 ] ( https://github.com/sveltejs/svelte/pull/10181 ) )
18+
19+ - fix: allow ` :global(..) ` in compound selectors ([ #10266 ] ( https://github.com/sveltejs/svelte/pull/10266 ) )
20+
21+ - fix: hydrate controlled each blocks correctly ([ #10259 ] ( https://github.com/sveltejs/svelte/pull/10259 ) )
22+
23+ - fix: ensure proxy is updated before notifying listeners ([ #10267 ] ( https://github.com/sveltejs/svelte/pull/10267 ) )
24+
325## 5.0.0-next.37
426
527### 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.37 " ,
5+ "version" : " 5.0.0-next.38 " ,
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.37 ' ;
9+ export const VERSION = '5.0.0-next.38 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments