|
|
|
@ -1,14 +1,14 @@
|
|
|
|
|
# Svelte changelog
|
|
|
|
|
|
|
|
|
|
## Unreleased
|
|
|
|
|
## 3.23.0
|
|
|
|
|
|
|
|
|
|
* Update `<select>` with `bind:value` when the available `<option>`s change ([#1764](https://github.com/sveltejs/svelte/issues/1764))
|
|
|
|
|
* Add `muted` binding for media elements ([#2998](https://github.com/sveltejs/svelte/issues/2998))
|
|
|
|
|
* Fix inconsistencies when setting a two-way bound `<input>` to `undefined` ([#3569](https://github.com/sveltejs/svelte/issues/3569))
|
|
|
|
|
* Fix setting `<select multiple>` when there are spread attributes ([#4392](https://github.com/sveltejs/svelte/issues/4392))
|
|
|
|
|
* Fix let-less `<slot>` with context overflow ([#4624](https://github.com/sveltejs/svelte/issues/4624))
|
|
|
|
|
* Fix resize listening on certain older browsers ([#4752](https://github.com/sveltejs/svelte/issues/4752))
|
|
|
|
|
* Add `a11y-no-onchange` warning ([#4788](https://github.com/sveltejs/svelte/pull/4788))
|
|
|
|
|
* Add `muted` binding for media elements ([#2998](https://github.com/sveltejs/svelte/issues/2998))
|
|
|
|
|
* Fix let-less `<slot>` with context overflow ([#4624](https://github.com/sveltejs/svelte/issues/4624))
|
|
|
|
|
* Fix `use:` actions being recreated when a keyed `{#each}` is reordered ([#4693](https://github.com/sveltejs/svelte/issues/4693))
|
|
|
|
|
* Fix `{@html}` when using tags that can only appear inside certain tags ([#4852](https://github.com/sveltejs/svelte/issues/4852))
|
|
|
|
|
* Fix reactivity when binding directly to `{#each}` context ([#4879](https://github.com/sveltejs/svelte/issues/4879))
|
|
|
|
|