From edb8a92838d3930ac17d4cc6c3dcfc0387fe097f Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 14 Dec 2022 09:22:30 -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 1b3a8dce..ebbeb156 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -22,6 +22,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti - Fixed a bug in `` and `` that made it impossible to disable spell checking [#1061](https://github.com/shoelace-style/shoelace/issues/1061) - Fixed non-modal behaviors in `` when using the `contained` attribute [#1051](https://github.com/shoelace-style/shoelace/issues/1051) - Fixed a bug in `` and `` that caused the checked icons to not scale property when resized +- Fixed a bug that broke React imports [#1050](https://github.com/shoelace-style/shoelace/pull/1050) - Refactored `` to use `@ctrl/tinycolor` instead of `color` saving ~67KB [#1072](https://github.com/shoelace-style/shoelace/pull/1072) - Removed the `formdata` event polyfill since it's now available in the last two versions of all major browsers