From 56bcec5ddd4dbded644582c970f4a04e45941217 Mon Sep 17 00:00:00 2001 From: Tan Li Hau Date: Tue, 13 Sep 2022 23:57:13 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8122749320..2164765574 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,12 @@ * Supporting scoped style for `` ([#7443](https://github.com/sveltejs/svelte/issues/7443)) * 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)) -* support `--style-props` for `` ([#7461](https://github.com/sveltejs/svelte/issues/7461)) +* Supports `--style-props` for `` ([#7461](https://github.com/sveltejs/svelte/issues/7461)) * 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)) * `a11y-role-has-required-aria-props` do not warn when elements matched their semantic role ([#7838](https://github.com/sveltejs/svelte/pull/7838)) +* Supports custom element in `` ([#7766](https://github.com/sveltejs/svelte/pull/7766)) ## 3.50.1