Releases: outl1ne/nova-menu-builder
Releases · outl1ne/nova-menu-builder
7.1.8
Added
- Added custom locale display config options (thanks to @Gertiozuni)
Changed
- Multiselect dropdown blocking whole viewport on second re-open fixed
- Updated packages
7.1.7
Changed
- Fixed broken layout with too many locales (thanks to @Gertiozuni)
- Made controller customizable (thanks to @LTKort)
- Misc UI fixes (thanks to @LTKort)
- Updated packages
7.1.6
Changed
- Fixed menu item duplication action (thanks to @TriStarRiT)
- Updated packages
7.1.5
Changed
- Fixed missing Nova button styles (thanks to @Senexis)
- Updated packages
7.1.4
Changed
- Bumped packages
- Fixed an issue where add menu item buttons were not visible. [#186]
7.1.3
Changed
- Replaced references to default Menu with configurable Menu
7.1.2
Added
Changed
- Hide empty menus when selecting menus to copy from
- Fixed fields not displaying full width and labels in Nova 4.26 and greater
- Fixed missing dark field background on dark mode
- Bump packages
7.1.0
Added
- Custom menu items now have
getEnabledValue
function available. [#75]
- You can use this to override the enabled value set in database.
Useful when dealing with relationships inside menu items that might of have been deleted.
Changed
- Updated the width of fields inside menu modal [#162]
7.0.15
Changed
nova_get_menus
now eagerloads menu items.