Releases: outl1ne/nova-menu-builder
Releases · outl1ne/nova-menu-builder
6.0.4
6.0.3
6.0.2
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
6.0.0
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
Changed
- Menu model now has
$fillable
propertiesname
andslug
(thanks to @martin-ro) - Fixed selected value not showing up in
<select>
input (thanks to @mariuskli)
5.3.2
5.3.1
Added
- Added Vietnamese translations (thanks to @ttungbmt)
- Added ability to customize
uriKey
in overridden resource using the corestatic 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
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