Skip to content

Releases: outl1ne/nova-multiselect-field

1.7.2

14 Feb 12:36
Compare
Choose a tag to compare

Changed

  • Fix mysterious ternary operator error w/ nullable

1.7.1

13 Feb 13:43
Compare
Choose a tag to compare

Changed

  • Fix singleSelect() not saving correctly

1.7.0

13 Feb 12:36
Compare
Choose a tag to compare

Changed

  • Improved validation support (min, max, array etc)
  • Updated packages

1.6.2

28 Jan 08:18
Compare
Choose a tag to compare

Changed

  • Updated packages

1.6.1

05 Dec 09:52
Compare
Choose a tag to compare

Changed

  • ->options($options) method now accepts callable type

1.6.0

13 Nov 09:28
Compare
Choose a tag to compare

Added

  • Added option to overwrite the detail field value component (NovaMultiselectDetailFieldValue)

1.5.0

05 Nov 16:06
Compare
Choose a tag to compare

Added

  • Added optional singleSelect support for picking single values through the same searchable input

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