|
|
@ -1,5 +1,25 @@
|
|
|
|
# svelte
|
|
|
|
# svelte
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 5.0.0-next.66
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- fix: don't clear date input on temporarily invalid value ([#10616](https://github.com/sveltejs/svelte/pull/10616))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- fix: use safe-equals comparison for `@const` tags in legacy mode ([#10606](https://github.com/sveltejs/svelte/pull/10606))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- fix: improve proxy effect dependency tracking ([#10605](https://github.com/sveltejs/svelte/pull/10605))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- fix: prevent window listeners from triggering events twice ([#10611](https://github.com/sveltejs/svelte/pull/10611))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- feat: allow dynamic `type` attribute with `bind:value` ([#10608](https://github.com/sveltejs/svelte/pull/10608))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- fix: make `bind_this` implementation more robust ([#10598](https://github.com/sveltejs/svelte/pull/10598))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- fix: tweak initial `bind:clientWidth/clientHeight/offsetWidth/offsetHeight` update timing ([#10512](https://github.com/sveltejs/svelte/pull/10512))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- fix: correctly handle proxied signal writes before reads ([#10612](https://github.com/sveltejs/svelte/pull/10612))
|
|
|
|
|
|
|
|
|
|
|
|
## 5.0.0-next.65
|
|
|
|
## 5.0.0-next.65
|
|
|
|
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
### Patch Changes
|
|
|
|