diff --git a/cspell.json b/cspell.json index 163d7024..65f5ae56 100644 --- a/cspell.json +++ b/cspell.json @@ -120,6 +120,7 @@ "tera", "textareas", "textfield", + "tinycolor", "transitionend", "treeitem", "Triaging", diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index c8988577..1b3a8dce 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -15,12 +15,14 @@ New versions of Shoelace are released as-needed and generally occur when a criti - Added the `--sl-toggle-size-small` and `--sl-toggle-size-large` design tokens - Added the `size` attribute to ``, ``, and `` [#1071](https://github.com/shoelace-style/shoelace/issues/1071) - Added the `sl-input` event to ``, ``, ``, ``, and `` +- Added HSV format to `` [#1072](https://github.com/shoelace-style/shoelace/pull/1072) - Fixed a bug in `` that sometimes prevented the color from updating when clicking or tapping on the controls - Fixed a bug in `` that prevented text from being entered in the color input - Fixed a bug in `` that caused the `sl-change` event to be incorrectly emitted when the value was set programmatically [#917](https://github.com/shoelace-style/shoelace/issues/917) - 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 +- 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 ## 2.0.0-beta.86