Skip to content

Releases: outl1ne/nova-multiselect-field

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)

1.1.4

01 Jul 11:58
Compare
Choose a tag to compare

Changed

  • Fix fields casted to array not working by @victorlap

1.1.3

03 Jun 08:58
Compare
Choose a tag to compare

Changed

  • Fixed detail field trying to display empty array as a value

1.1.2

30 May 09:32
Compare
Choose a tag to compare

Added

  • Added support for nullable() (as requested by @potentweb)