From 68001b00f30ad4820181f6a95f48d40c1618ef4a Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 7 Feb 2022 08:52:32 -0500 Subject: [PATCH] update changelog --- docs/resources/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index dd236146a..f07815ee6 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -10,6 +10,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis - 🚨 BREAKING: the `unit` property of `` has changed to `byte | bit` instead of `bytes | bits` - Added `display-label` part to `` [#650](https://github.com/shoelace-style/shoelace/issues/650) +- Added `--spacing` CSS custom property to `` [#664](https://github.com/shoelace-style/shoelace/pull/664) - Fixed a bug that caused `` to render the wrong size when `--track-width` was increased [#656](https://github.com/shoelace-style/shoelace/issues/656) - Fixed a bug that allowed `` to open and close when disabled using a screen reader [#658](https://github.com/shoelace-style/shoelace/issues/658) - Implemented stricter linting to improve consistency and reduce errors, which resulted in many small refactors throughout the codebase [#647](https://github.com/shoelace-style/shoelace/pull/647)