From 956186be0ad8d9cfef136d7d12e4537d0a9deb63 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Wed, 29 Nov 2023 15:53:42 -0500 Subject: [PATCH] add one more fix --- CHANGELOG.md | 4 ++++ website/src/content/docs/internals/changelog.mdx | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b95a46bf64c3..b6cd5508a383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,10 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom ### Linter +#### Bug fixes + +- Fix [#910](https://github.com/biomejs/biome/issues/910), where the rule `noSvgWithoutTitle` should skip elements that have `aria-hidden` attributes. + #### New features #### Enhancement diff --git a/website/src/content/docs/internals/changelog.mdx b/website/src/content/docs/internals/changelog.mdx index 289d756f2667..23bc3137643e 100644 --- a/website/src/content/docs/internals/changelog.mdx +++ b/website/src/content/docs/internals/changelog.mdx @@ -26,6 +26,10 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom ### Linter +#### Bug fixes + +- Fix [#910](https://github.com/biomejs/biome/issues/910), where the rule `noSvgWithoutTitle` should skip elements that have `aria-hidden` attributes. + #### New features #### Enhancement