Skip to content

Latest commit

 

History

History
113 lines (66 loc) · 3.17 KB

CHANGELOG.md

File metadata and controls

113 lines (66 loc) · 3.17 KB

Changelog

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

Changed

1.3.0 - 2019-06-13

Added

  • Add MenuItemText type for adding menu titles by @kaareloun

Changed

  • Refactor MenuItemStaticURL and MenuLinkable to use MenuItemBase base class by @kaareloun
  • Fix select menus not showing "choose an option" by default
  • Code cleanup

1.2.1 - 2019-06-07

Changed

1.2.0 - 2019-05-27

Changed

  • Add locale as parameter to getOptions($locale) method in MenuLinkable by @slovenianGooner

1.1.4 - 2019-05-09

Changed

  • Fix MenuBuilderServiceProvider class and file names as reported by @Grafikart

1.1.3 - 2019-05-08

Changed

  • Fixed missing MenuItem names in helper function return values

1.1.2 - 2019-05-08

Added

  • Added nova_get_menu($slug) helper

1.1.1 - 2019-04-23

Changed

1.1.0 - 2019-04-16

Changed

  • Refactor code and update docs

1.0.4 - 2019-04-16

Changed

  • Improve nova_get_menus() helper

1.0.3 - 2019-03-27

Changed

  • Fix slug-locale composite unique key validation

1.0.2 - 2019-03-13

Changed

  • Rename tool from menu-builder to nova-menu

1.0.1 - 2019-03-13

Changed

  • Fixed handling of parameters

1.0.0 - 2019-03-12

Added

  • 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)