Skip to content

Releases: outl1ne/nova-multiselect-field

2.4.0

08 Apr 09:16
Compare
Choose a tag to compare

Added

  • Added taggable support (thanks to @milewski)

Changed

  • Fixed invalid belongsToMany empty value handling (thanks to @crezra)
  • Updated packages

2.3.13

13 Dec 11:06
Compare
Choose a tag to compare

Changed

  • Improved error handling when invalid relationship is provided to belongsToMany
  • Updated packages

2.3.12

12 Nov 14:29
Compare
Choose a tag to compare

Changed

  • Fixed legacy support (for Nova versions under 3.25)
  • Updated packages

2.3.11

20 Oct 08:12
Compare
Choose a tag to compare

Changed

  • Fixed legacy support (correctly this time)

2.3.10

19 Oct 15:30
Compare
Choose a tag to compare

Changed

  • Fixed legacy support (correctly this time)

2.3.9

19 Oct 15:26
Compare
Choose a tag to compare

Changed

  • Fixed legacy support for belongsTo associatable query (3.26.1 or earlier)

2.3.8

06 Oct 08:55
Compare
Choose a tag to compare

Changed

  • Fixed async display values not being displayed with new belongsTo logic

2.3.7

05 Oct 12:42
Compare
Choose a tag to compare

Changed

  • Fixed compatibility with Nova versions earlier than 3.26.1

2.3.6

05 Oct 11:14
Compare
Choose a tag to compare

Changed

  • Fixed relatableQuery support for async relations

2.3.5

05 Oct 10:10
Compare
Choose a tag to compare

Added

  • Added support for relatable queries with belongsTo relations
  • Added index field resource router link to belongsTo relations
  • Added detail field resource router link to belongsTo relations

Changed

  • Updated packages