From 57541e6abc3837c07019a468d32ef74552bf2677 Mon Sep 17 00:00:00 2001 From: Yuichiro Yamashita Date: Thu, 6 Oct 2022 01:21:31 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index afa432f613..e26890d97b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ * Supports SVG elements with ``([#7613](https://github.com/sveltejs/svelte/issues/7613)) * Warn user when binding on a `{...rest}` object in `{#each}` block ([#6860](https://github.com/sveltejs/svelte/issues/6860)) * Supports `--style-props` for `` ([#7461](https://github.com/sveltejs/svelte/issues/7461)) +* Supports `--style-props` for SVG components ([#7808](https://github.com/sveltejs/svelte/issues/7808)) * Add a11y warnings: * `a11y-no-noninteractive-tabindex`: check for tabindex on non-interactive elements ([#6693](https://github.com/sveltejs/svelte/pull/6693)) * `a11y-click-events-have-key-events`: check if click event is accompanied by key events ([#5073](https://github.com/sveltejs/svelte/pull/5073))