Releases: outl1ne/nova-multiselect-field
Releases · outl1ne/nova-multiselect-field
1.4.0
Added
- Added optional reordering functionality that allows the selected items to be arranged in a new sequence
- The feature can be enabled on a per field basis with
->reorderable()
or ->reorderable(true)
1.3.5
Changed
- Fix loading and registering translation files
1.3.4
Changed
- Fix values not being displayed on Index view
- Fix missing translation on Index view (n items selected)
- Fix invalid
is_callable
call in ServiceProvider
1.3.2
Changed
- Fix Composer crash due to incorrect capitalization of
Nova::translations
method call
1.3.1
Changed
- Fix
resolveResponseValue
not working with saveAsJSON
1.3.0
Added
- Added
saveAsJSON
option which allows the field to save the value as a SQL JSON array
- Added translation option
Changed
- Undo saving value as not an array when the field max is set to 1
1.2.0
Changed
- Do not save value as an array when field max is set to 1
1.1.6
Changed
- Fix fields casted to array not working by @jplhomer
1.1.5
Changed
- Fix support packages that wrap fields like
nova-grid
by using better $refs
for calculating dropdown position
- Fix JS runtime crash when data in database is invalid (not a JSON array)