Skip to content

Releases: outl1ne/nova-menu-builder

6.0.3

07 Oct 16:04
Compare
Choose a tag to compare

Changed

  • Fixed select and static url types throwing an unexpected validation error

6.0.2

01 Oct 11:49
Compare
Choose a tag to compare

Changed

  • Fixed create/update menu item modal not triggering field updates after validation (thanks to @HeJiaNong)
  • Fixed MenuItem using invalid class binding for HasMany relationship definition (thanks to @ExileofAranei)
  • Fixed fields not correctly re-rendering after menu item type change (thanks to @ExileofAranei)
  • Improved validation error displaying logic
  • Updated packages

6.0.1

02 Sep 15:33
Compare
Choose a tag to compare

Changed

  • Updated packages

6.0.0

10 Aug 08:57
Compare
Choose a tag to compare

Changed

  • Moved default menu item types into config (thanks to @elerioja)
  • Updated packages

Breaking change

When migrating from 5.X to 6.X, you have to add the default menu item types to your config file if you wish to continue to use them.

The config would look like this:

'menu_item_types' => [
  \OptimistDigital\MenuBuilder\MenuItemTypes\MenuItemTextType::class,
  \OptimistDigital\MenuBuilder\MenuItemTypes\MenuItemStaticURLType::class,
  // ...
],

5.3.3

18 Jun 14:47
Compare
Choose a tag to compare

Changed

  • Menu model now has $fillable properties name and slug (thanks to @martin-ro)
  • Fixed selected value not showing up in <select> input (thanks to @mariuskli)

5.3.2

14 May 16:05
Compare
Choose a tag to compare

Added

  • Added max_depth option to config that allows limiting the max depth of menu items

Changed

  • Fixed getOptions order not being respected

5.3.1

14 May 14:07
Compare
Choose a tag to compare

Added

  • Added Vietnamese translations (thanks to @ttungbmt)
  • Added ability to customize uriKey in overridden resource using the core static uriKey() function

Changed

  • Fixed locales callbacks, so [SomeClass::class, 'getLocales'] should now work as expected (thanks to @raraworks)
  • Fixed Arabic language translation files (thanks to @omarhen)
  • Fixed BaseMenuItemType type definition (thanks to @mgralikowski)
  • Updated packages

5.3.0

26 Mar 13:31
Compare
Choose a tag to compare

Added

  • Added Arabic translations (thanks to @omarhen)

Changed

  • Fixed config callbacks, so Class@method should now work as expected (thanks to @yuriy-martini)
  • Consolidated old migrations into one main migration (thanks to @yuriy-martini)
  • Updated packages

5.2.5

05 Mar 11:30
Compare
Choose a tag to compare

Changed

  • Fixed duplication in MySQL

5.2.4

05 Mar 11:17
Compare
Choose a tag to compare

Changed

  • Fixed duplication in PostgreSQL
  • Fixed nesting not working properly still