mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
update changelog
This commit is contained in:
parent
0cd40b79c8
commit
c19542b634
@ -1,5 +1,11 @@
|
||||
# Svelte changelog
|
||||
|
||||
## Unreleased
|
||||
|
||||
* Fix inconsistencies when setting a two-way bound `<input>` to `undefined` ([#3569](https://github.com/sveltejs/svelte/issues/3569))
|
||||
* 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))
|
||||
|
||||
## 3.22.3
|
||||
|
||||
* Support default values and trailing commas in destructuring `{#await}` ([#4560](https://github.com/sveltejs/svelte/issues/4560), [#4810](https://github.com/sveltejs/svelte/issues/4810))
|
||||
|
Loading…
Reference in New Issue
Block a user