fix color picker bug

This commit is contained in:
Cory LaViska
2023-01-06 15:24:57 -05:00
parent 724f4a59db
commit c8e633c4a1
3 changed files with 30 additions and 36 deletions

View File

@@ -12,6 +12,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti
- Fixed a bug in `<sl-select>` that prevented placeholders from showing when `multiple` was used [#1109](https://github.com/shoelace-style/shoelace/issues/1109)
- Fixed a bug in `<sl-color-picker>` that logged a console error when parsing swatches with whitespace
- Fixed a bug in `<sl-color-picker>` that caused selected colors to be wrong due to incorrect HSV calculations
## 2.0.0-beta.88