Skip to content

Releases: outl1ne/nova-multiselect-field

4.5.6

29 Feb 14:28
Compare
Choose a tag to compare

Changed

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

4.5.5

27 Feb 15:07
Compare
Choose a tag to compare

Changed

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

4.5.1

04 Dec 14:00
25e34df
Compare
Choose a tag to compare
4.5.1 Pre-release
Pre-release

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

17 Oct 12:22
Compare
Choose a tag to compare

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

25 Aug 10:13
Compare
Choose a tag to compare

Changed

4.4.1

10 Aug 12:49
Compare
Choose a tag to compare

Changed

  • Fixed crash with empty belongsToMany

4.4.0

10 Aug 08:55
Compare
Choose a tag to compare

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

24 Jul 08:38
Compare
Choose a tag to compare

Changed

  • Improved .gitattributes to reduce vendor size

4.3.5

30 Jun 08:47
Compare
Choose a tag to compare

Changed

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

4.3.4

13 Jun 12:15
Compare
Choose a tag to compare

Changed

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