Releases: outl1ne/nova-multiselect-field
Releases · outl1ne/nova-multiselect-field
2.4.0
Added
Changed
- Fixed invalid belongsToMany empty value handling (thanks to @crezra)
- Updated packages
2.3.13
Changed
- Improved error handling when invalid relationship is provided to belongsToMany
- Updated packages
2.3.12
Changed
- Fixed legacy support (for Nova versions under 3.25)
- Updated packages
2.3.11
Changed
- Fixed legacy support (correctly this time)
2.3.10
Changed
- Fixed legacy support (correctly this time)
2.3.9
Changed
- Fixed legacy support for belongsTo associatable query (3.26.1 or earlier)
2.3.8
Changed
- Fixed async display values not being displayed with new
belongsTo
logic
2.3.7
Changed
- Fixed compatibility with Nova versions earlier than
3.26.1
2.3.6
Changed
- Fixed
relatableQuery
support for async relations
2.3.5
Added
- Added support for relatable queries with
belongsTo
relations
- Added index field resource router link to
belongsTo
relations
- Added detail field resource router link to
belongsTo
relations
Changed