This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
v0.42.0
Pre-release
Pre-release
⚠️ BREAKING CHANGES
- ExpansionPanels: support for FormControls was dropped. Only form inputs must
support FormControls. Theactive
property was also removed. The active item should from now on be
set and controlled via thevalue
property. - BottomNavigation: support for FormControls was dropped. Only form inputs must
support FormControls. Theactive
property was also removed. The active item should from now on be
set and controlled via thevalue
property. - ItemGroup: support for FormControls was dropped. Only form inputs must
support FormControls. - ListItemGroup: support for FormControls was dropped. Only form inputs must
support FormControls. - Tabs: The
active
property was removed from the Tab component. From now on, the active
item should be set and controlled via thevalue
property.
🛠 Other Commits
- create primitives library & kitchensink application (e9f8559)
🚀 Features
- Checkbox: add focusable input property (500196d)
- ListItem: add highlight property (f4be8b7)
- Menu: add focusActivatorOnClose input property (b60e22e)
🔬 Code Refactoring
- BottomNavigation: remove FormControl support & active property (0497275)
- DataTable: use new menu internally instead of legacy directive (5368fb1)
- ExpansionPanels: remove FormControl support & active property (18275c4)
- ItemGroup: remove FormControl support (cb9d680)
- ListItemGroup: remove FormControl support (eb4ce65)
- Tabs: remove active input property (455604d)
🐛 Bug Fixes
- button: center loading state on block (1f94972)