File tree Expand file tree Collapse file tree 4 files changed +30
-2
lines changed Expand file tree Collapse file tree 4 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 2020 " big-eggs-flash" ,
2121 " big-eyes-carry" ,
2222 " big-geese-act" ,
23+ " blue-rules-juggle" ,
2324 " blue-timers-film" ,
2425 " brave-points-sleep" ,
2526 " brave-shrimps-kiss" ,
2930 " bright-snakes-sing" ,
3031 " brown-months-fry" ,
3132 " brown-spoons-boil" ,
33+ " chatty-beans-divide" ,
3234 " chatty-cups-drop" ,
3335 " chatty-taxis-juggle" ,
3436 " chilled-pumas-invite" ,
3840 " clever-chefs-relate" ,
3941 " clever-rockets-burn" ,
4042 " cold-birds-own" ,
43+ " cold-masks-learn" ,
4144 " cool-ants-leave" ,
4245 " cool-rabbits-tickle" ,
4346 " cool-roses-trade" ,
8386 " forty-peaches-unite" ,
8487 " forty-suns-smile" ,
8588 " four-flies-hammer" ,
89+ " fresh-impalas-bow" ,
8690 " fresh-weeks-trade" ,
8791 " friendly-candles-relate" ,
8892 " friendly-lies-camp" ,
9296 " gentle-spies-happen" ,
9397 " giant-moons-own" ,
9498 " giant-roses-press" ,
99+ " good-buses-reply" ,
95100 " good-cars-visit" ,
96101 " good-pianos-jump" ,
97102 " good-rivers-yawn" ,
151156 " moody-carrots-lay" ,
152157 " moody-frogs-exist" ,
153158 " moody-owls-cry" ,
159+ " moody-sheep-type" ,
154160 " nasty-lions-double" ,
155161 " nasty-yaks-peel" ,
156162 " neat-boats-shake" ,
184190 " pretty-ties-help" ,
185191 " purple-dragons-peel" ,
186192 " quiet-apricots-dream" ,
193+ " quiet-berries-end" ,
187194 " quiet-camels-mate" ,
188195 " quiet-crabs-nail" ,
189196 " quiet-timers-speak" ,
202209 " rotten-bags-type" ,
203210 " rotten-buckets-develop" ,
204211 " rotten-experts-relax" ,
212+ " rude-ghosts-tickle" ,
205213 " selfish-dragons-knock" ,
206214 " selfish-tools-hide" ,
207215 " serious-kids-deliver" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.66
4+
5+ ### Patch Changes
6+
7+ - fix: don't clear date input on temporarily invalid value ([ #10616 ] ( https://github.com/sveltejs/svelte/pull/10616 ) )
8+
9+ - fix: use safe-equals comparison for ` @const ` tags in legacy mode ([ #10606 ] ( https://github.com/sveltejs/svelte/pull/10606 ) )
10+
11+ - fix: improve proxy effect dependency tracking ([ #10605 ] ( https://github.com/sveltejs/svelte/pull/10605 ) )
12+
13+ - fix: prevent window listeners from triggering events twice ([ #10611 ] ( https://github.com/sveltejs/svelte/pull/10611 ) )
14+
15+ - feat: allow dynamic ` type ` attribute with ` bind:value ` ([ #10608 ] ( https://github.com/sveltejs/svelte/pull/10608 ) )
16+
17+ - fix: make ` bind_this ` implementation more robust ([ #10598 ] ( https://github.com/sveltejs/svelte/pull/10598 ) )
18+
19+ - fix: tweak initial ` bind:clientWidth/clientHeight/offsetWidth/offsetHeight ` update timing ([ #10512 ] ( https://github.com/sveltejs/svelte/pull/10512 ) )
20+
21+ - fix: correctly handle proxied signal writes before reads ([ #10612 ] ( https://github.com/sveltejs/svelte/pull/10612 ) )
22+
323## 5.0.0-next.65
424
525### 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.65 " ,
5+ "version" : " 5.0.0-next.66 " ,
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.65 ' ;
9+ export const VERSION = '5.0.0-next.66 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments