Nova Multiselect Field Versions Save

A Laravel Nova package that adds a multiselect to Nova's arsenal of fields.

4.5.6

1 month ago

Changed

  • Fixed issue with selected values not being shown in some cases

4.5.5

2 months ago

Changed

  • Fixed issue with (soft-)deleted models throwing an exception when rendering field

4.5.1

4 months ago

Changed

  • Clicking on / removing a tag in a field with many elements will not cause the dropdown to open and miss the intended action.

4.5.0

6 months ago

Added

  • Added Nova Devtool (immensely improves first set-up developer experience) (huge thanks to @crynobone)

Changed

  • Fixed UI issues relating to multiselect fields inside action modals

4.4.2

8 months ago

Changed

4.4.1

8 months ago

Changed

  • Fixed crash with empty belongsToMany

4.4.0

8 months ago

Changed

  • Bumped minimum Nova version to 4.27 due to inner method visibility change inside Nova
  • Fixed resolveDefaultValue visibility
  • Fixed a bug when using show() and hide() inside dependsOn (thanks to @LorenzoAlu)
  • Fixed fillIfVisible running even when the field was not visible (thanks to @puzzledmonkey)

4.3.6

9 months ago

Changed

  • Improved .gitattributes to reduce vendor size

4.3.5

9 months ago

Changed

  • Fixed issue with Laravel Octane observer leaks
  • Fixed issue with some null default values

4.3.4

10 months ago

Changed

  • Fixed Nova 4.25 support (UndefinedValue class as new default value)