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

v0.45.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@valentingavran valentingavran released this 19 Dec 15:42
· 28 commits to master since this release

⚠️ BREAKING CHANGES

  • Combobox: If the multiple property is set to true, then an array of selected items is
    returned. If multiple is false, then the selected item is no longer returned as an array.
  • Autocomplete: If the multiple property is set to true, then an array of selected items is
    returned. If multiple is false, then the selected item is no longer returned as an array.
  • Select: If the multiple property is set to true, then an array of selected items is
    returned. If multiple is false, then the selected item is no longer returned as an array.

🔬 Code Refactoring

  • Autocomplete: value is now only an array if multiple is true (f6d6f3c)
  • Combobox: value is now only an array if multiple is true (02bbf7b)
  • Select: value is now only an array if multiple is true (c710d68)