Releases: outl1ne/nova-multiselect-field
Releases · outl1ne/nova-multiselect-field
4.6.1
4.6.0
Added
- Added option to override the form field component (thanks to @alexandru-eftimie)
Changed
- Bumped Nova requirement to 4.32
- Fixed issue with overflow hidden parent
- Fixed issue where focusing the input would block out the whole viewport
- Fixed error handling with async modals
- Fixed misc style issues related to newer Nova versions
- Update packages
4.5.6
4.5.5
4.5.1
Changed
- Clicking on / removing a tag in a field with many elements will not cause the dropdown to open and miss the intended action.
4.5.0
Added
- Added Nova Devtool (immensely improves first set-up developer experience) (huge thanks to @crynobone)
Changed
- Fixed UI issues relating to multiselect fields inside action modals
4.4.2
Changed
- Fixed a bug with fillIfVisible (thanks to @LorenzoAlu and @muhammadsaeedparacha)
4.4.1
4.4.0
Changed
- Bumped minimum Nova version to 4.27 due to inner method visibility change inside Nova
- Fixed resolveDefaultValue visibility
- Fixed a bug when using show() and hide() inside dependsOn (thanks to @LorenzoAlu)
- Fixed fillIfVisible running even when the field was not visible (thanks to @puzzledmonkey)