diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index 766edb2c..feeec3cd 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -6,6 +6,12 @@ Components with the Experimental badge _During the beta period, these restrictions may be relaxed in the event of a mission-critical bug._ 🐛 +## Next + +- Added eye dropper to `` when the browser supports the [EyeDropper API](https://wicg.github.io/eyedropper-api/) +- Fixed a bug in `` where buttons groups with only one button would have an incorrect border radius +- Updated to Lit 2.0.2 + ## 2.0.0-beta.58 This version once again restores the bundled distribution because the unbundled + CDN approach is currently confusing and [not working properly](https://github.com/shoelace-style/shoelace/issues/559#issuecomment-949662331). Unbundling the few dependencies Shoelace has is still a goal of the project, but [this jsDelivr bug](https://github.com/jsdelivr/jsdelivr/issues/18337) needs to be resolved before we can achieve it.