From e493bda6df26c7fab74db15e12535652ae28f7ca Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 13 Jul 2021 07:14:33 -0400 Subject: [PATCH] fix changelog --- docs/resources/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index ca438b3cad..f2ebe6ae54 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