Skip to content

Releases: outl1ne/nova-menu-builder

3.0.0

21 Aug 12:42
Compare
Choose a tag to compare

Major release due to breaking changes!

Added

  • Ability to add custom fields to MenuLinkable class (via getFields(): array) function (thanks to @KasparRosin)
  • Ability to customize rules for menu items (via getRules(): array) function
  • Added new data column to menu items table (php artisan migrate required)
  • Added ability to provide custom MenuItem model
  • Added ability to disable auto-loading of migrations
  • Added a fourth parameter $data to getDisplayValue()
public static function getDisplayValue($value = null, array $parameters = null, array $data = null)

Changed

  • Updated packages

2.3.8

29 Jun 14:16
Compare
Choose a tag to compare

Changed

  • Fix dropdown arrow design issue introduced in Nova 3.7.0
  • Fix locale parent deletion (thanks to @KasparRosin)
  • Updated packages

2.3.7

25 May 12:37
Compare
Choose a tag to compare

Changed

  • Added optional $locale option to nova_get_menu($menuSlug, $locale) helper function

2.3.6

24 Apr 08:38
Compare
Choose a tag to compare

Changed

  • Fixed locales not resolving on all field/filter queries

2.3.5

20 Apr 10:23
Compare
Choose a tag to compare

Added

  • LocaleFilter from nova-locale-field

Changed

  • Updated packages

2.3.4

20 Mar 13:31
Compare
Choose a tag to compare

Changed

  • Fixed 500 crash when submitting empty "create menu" form

2.3.3

19 Mar 09:15
Compare
Choose a tag to compare

Changed

  • Fixed issue where some users experienced parameters being saved as an empty string instead of null on update

2.3.2

05 Mar 14:22
Compare
Choose a tag to compare

Added

  • Fix not being able to create Static URLs

2.3.1

05 Mar 07:29
Compare
Choose a tag to compare

Added

  • Support Nova 3.0 in composer.json requirements

2.3.0

28 Feb 14:37
Compare
Choose a tag to compare

Changed

  • Replaced regular select input with vue-multiselect single-select that is searchable