From af9ee948ef2161d54113ec6e0a9827704ec13e75 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 11 Jan 2022 09:41:36 -0500 Subject: [PATCH] update --- docs/resources/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index 1cb0c3f02..e0736efa2 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -18,6 +18,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis - Fixed an a11y bug in `` where `aria-describedby` referenced an id in the shadow root - Fixed a bug in `` where tabbing didn't work properly in Firefox [#596](https://github.com/shoelace-style/shoelace/issues/596) - Fixed a bug in `` where clicking the left/right edge of the control wouldn't focus it +- Fixed a bug in `` where autofill had strange styles [#644](https://github.com/shoelace-style/shoelace/pull/644) - Improved `` track color when used on various backgrounds - Improved a11y in `` so VoiceOver announces radios properly in a radio group - Improved the API for the experimental `` component by making `position` accept a percentage and adding the `position-in-pixels` attribute