diff --git a/CHANGELOG.md b/CHANGELOG.md index bc311958dd..0057292c22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Svelte changelog +## 3.31.2 + +* Rework SSR store handling to subscribe and unsubscribe as in DOM mode ([#3375](https://github.com/sveltejs/svelte/issues/3375), [#3582](https://github.com/sveltejs/svelte/issues/3582), [#3636](https://github.com/sveltejs/svelte/issues/3636)) +* Fix error when removing elements that are already transitioning out ([#5789](https://github.com/sveltejs/svelte/issues/5789), [#5808](https://github.com/sveltejs/svelte/issues/5808)) +* Fix duplicate content race condition with `{#await}` blocks and out transitions ([#5815](https://github.com/sveltejs/svelte/issues/5815)) +* Deconflict variable names used for contextual actions ([#5834](https://github.com/sveltejs/svelte/issues/5834)) + +## 3.31.1 + +* Fix scrolling of element with resize listener by making the `