This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
v0.28.0
Pre-release
Pre-release
·
244 commits
to master
since this release
⚠️ BREAKING CHANGES
- NavigationDrawer:
ngModel
input property of the NavigationDrawer was renamed tovalue
. - Autocomplete, Combobox, Select: The
noOptions
input property was renamed tonoDataText
. - Autocomplete, Combobox, Select: The options input property was renamed to items.
🛠 Other Commits
- ship components as non-peer deps (fc4ebc7)
📝 Docs
- Badge: fix complex docs example (161ba9a)
🐛 Bug Fixes
- Checkbox, RadioButton: fix focus & hover states (025a95c)
- ExpansionPanels: remove panel margins in accordion mode (fa5ab9e)