All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.3.1 - 2019-07-19
- Order menu items by 'order' value by @kaareloun
1.3.0 - 2019-06-13
- Add
MenuItemText
type for adding menu titles by @kaareloun
- Refactor
MenuItemStaticURL
andMenuLinkable
to useMenuItemBase
base class by @kaareloun - Fix select menus not showing "choose an option" by default
- Code cleanup
1.2.1 - 2019-06-07
- Fix sidebar icon color by @slavarazum
1.2.0 - 2019-05-27
- Add locale as parameter to
getOptions($locale)
method inMenuLinkable
by @slovenianGooner
1.1.4 - 2019-05-09
- Fix MenuBuilderServiceProvider class and file names as reported by @Grafikart
1.1.3 - 2019-05-08
- Fixed missing
MenuItem
names in helper function return values
1.1.2 - 2019-05-08
- Added
nova_get_menu($slug)
helper
1.1.1 - 2019-04-23
- Rename migration tag from @kikoseijo
1.1.0 - 2019-04-16
- Refactor code and update docs
1.0.4 - 2019-04-16
- Improve
nova_get_menus()
helper
1.0.3 - 2019-03-27
- Fix slug-locale composite unique key validation
1.0.2 - 2019-03-13
- Rename tool from menu-builder to nova-menu
1.0.1 - 2019-03-13
- Fixed handling of
parameters
1.0.0 - 2019-03-12
- Managing menus (w/ customizable locales) and menu items
- Nesting and re-ordering of menu-items
- Creation of custom link options (ie links to Laravel models)