From 1b4c83c41f234c67db64a997c1621d1a45274936 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Fri, 30 Apr 2021 12:07:56 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09400fbcd5..4311befab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * Avoid recreating DOM elements during hydration ([#1067](https://github.com/sveltejs/svelte/issues/1067)) * Support passing CSS custom properties to component ([#5628](https://github.com/sveltejs/svelte/issues/5628)) * Support `:global()` as part of compound CSS selectors ([#6222](https://github.com/sveltejs/svelte/issues/6222)) +* Fix updating `` contents when there's an aborted transition ([#3542](https://github.com/sveltejs/svelte/issues/3542)) * Fix setting boolean attributes on custom elements ([#5951](https://github.com/sveltejs/svelte/issues/5951)) * Add missing function overload for `derived` to allow explicitly setting an initial value for non-async derived stores ([#6172](https://github.com/sveltejs/svelte/pull/6172)) * Fix dynamic `href` values erroneously triggering a11y warnings ([#5990](https://github.com/sveltejs/svelte/issues/5990))