Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

v0.28.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@valentingavran valentingavran released this 18 Aug 09:22
· 244 commits to master since this release

⚠️ BREAKING CHANGES

  • NavigationDrawer: ngModel input property of the NavigationDrawer was renamed to value.
  • Autocomplete, Combobox, Select: The noOptions input property was renamed to noDataText.
  • 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)

🚀 Features

🔬 Code Refactoring

  • Autocomplete, Combobox, Select: rename noOptions to noDataText (859a5c0)
  • Autocomplete, Combobox, Select: rename options to items (45ed04d)
  • Button: cleanup button component (46f00d8)
  • cleanup code (0763c61)
  • NavigationDrawer: rename ngModel input property to value (59cc325)