Skip to content

Releases: outl1ne/nova-multiselect-field

1.4.0

04 Nov 10:49
Compare
Choose a tag to compare

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

14 Oct 09:37
Compare
Choose a tag to compare

Changed

  • Fix loading and registering translation files

1.3.4

10 Oct 08:44
Compare
Choose a tag to compare

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.3

02 Oct 10:46
Compare
Choose a tag to compare

Changed

1.3.2

15 Sep 10:04
Compare
Choose a tag to compare

Changed

  • Fix Composer crash due to incorrect capitalization of Nova::translations method call

1.3.1

13 Sep 13:53
Compare
Choose a tag to compare

Changed

  • Fix resolveResponseValue not working with saveAsJSON

1.3.0

12 Sep 08:48
Compare
Choose a tag to compare

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

10 Sep 07:52
Compare
Choose a tag to compare

Changed

  • Do not save value as an array when field max is set to 1

1.1.6

22 Aug 07:14
Compare
Choose a tag to compare

Changed

  • Fix fields casted to array not working by @jplhomer

1.1.5

16 Aug 07:10
Compare
Choose a tag to compare

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)