|
|
@ -10,6 +10,7 @@
|
|
|
|
* Add `muted` binding for media elements ([#2998](https://github.com/sveltejs/svelte/issues/2998))
|
|
|
|
* 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 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 `use:` actions being recreated when a keyed `{#each}` is reordered ([#4693](https://github.com/sveltejs/svelte/issues/4693))
|
|
|
|
|
|
|
|
* Fix reactivity when binding directly to `{#each}` context ([#4879](https://github.com/sveltejs/svelte/issues/4879))
|
|
|
|
|
|
|
|
|
|
|
|
## 3.22.3
|
|
|
|
## 3.22.3
|
|
|
|
|
|
|
|
|
|
|
|