From 9f4bc3c64089184293971cbf138ed7aaa030cfbc Mon Sep 17 00:00:00 2001 From: Patrick Nelson Date: Thu, 2 May 2024 19:16:06 -0700 Subject: [PATCH] Update change log in README.md: Note about new ignoreCommonAttribWarnings config option. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e7549fb..7c981cc 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,8 @@ Changes since forking from [`svelte-tag`](https://github.com/crisward/svelte-tag example (https://github.com/patricknelson/svelte-retag/pull/24) - Automatically forward all attributes to component (i.e. `attributes: true`) (https://github.com/patricknelson/svelte-retag/issues/34) - Add better TypeScript support (https://github.com/patricknelson/svelte-retag/pull/33) +- Add ability to suppress warnings for common attributes (such as `id`, `class`, `style` and `data-*`) if they don't + already exist on the component (https://github.com/patricknelson/svelte-retag/pull/54) ### v2