diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index ca438b3c..f2ebe6ae 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -13,6 +13,7 @@ This release improves how component dependencies are imported. If you've been ch - Added "Reflects" column to the properties table - Dependencies are now automatically imported for all components - Fixed a bug where tabbing into `sl-radio-group` would not always focus the checked radio +- Fixed a bug in component styles that prevented the box sizing reset from being applied - Improved base path utility logic ## 2.0.0-beta.46 @@ -29,7 +30,6 @@ In addition, Shoelace no longer uses Sass. Component styles now use Lit's templa - Added the `currentTime` property to `sl-animation` to control the current time without methods - Fixed a bug in `sl-range` where the tooltip wasn't showing in Safari [#477](https://github.com/shoelace-style/shoelace/issues/477) - Fixed a bug in `sl-menu` where pressing Enter in a menu didn't work with click handlers -- Fixed a bug in component styles that prevented the box sizing reset from being applied - Reworked `sl-menu` and `sl-menu-item` to use a roving tab index and improve keyboard accessibility - Reworked tabbable logic to be more performant [#466](https://github.com/shoelace-style/shoelace/issues/466) - Switched component stylesheets from Sass to Lit's template literal styles