pull/481/head^2
Cory LaViska 2021-07-13 07:14:33 -04:00
rodzic 7de15e94b2
commit e493bda6df
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 <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