Skip to content

Commit

Permalink
fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Jul 13, 2021
1 parent 7de15e9 commit e493bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 <kbd>Enter</kbd> 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
Expand Down

0 comments on commit e493bda

Please sign in to comment.