From 90f48c0de505499c5ee5681635bc82821fb40669 Mon Sep 17 00:00:00 2001 From: pngwn Date: Tue, 28 Dec 2021 11:37:02 +0000 Subject: [PATCH] chore: changelog entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ffb41e35b..09651c5fa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## unreleased + +* Fix non-boolean attribute rendering in SSR to render truthy values as is, making it consistent with DOM rendering. + ## 3.44.3 * Fix `bind:this` binding inside `onMount` for manually instantiated component ([#6760](https://github.com/sveltejs/svelte/issues/6760))