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.
- Added custom locale display config options (thanks to @Gertiozuni)
- Multiselect dropdown blocking whole viewport on second re-open fixed
- Updated packages
- Fixed broken layout with too many locales (thanks to @Gertiozuni)
- Made controller customizable (thanks to @LTKort)
- Misc UI fixes (thanks to @LTKort)
- Updated packages
- Fixed menu item duplication action (thanks to @TriStarRiT)
- Updated packages
- Fixed missing Nova button styles (thanks to @Senexis)
- Updated packages
- Bumped packages
- Fixed an issue where add menu item buttons were not visible. [#186]
- Replaced references to default Menu with configurable Menu
- Added Turkish translations (thanks to @thecaliskan)
- 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
- Bumped packages
- 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.
- Updated the width of fields inside menu modal [#162]
nova_get_menus
now eagerloads menu items.
- Misc UI fixes and improvements
- Misc UI fixes and improvements
- Updated packages
- Added
title
,icon
,hideMenu
functions toMenuBuilder
class to help customize sidebar menu. - Added
nova_get_menu_by_id
helper. (thanks to @ttungbmt)
- Removed
overflow-hidden
from UpdateModel. Fixes an issue where dropdown fields were cut-off.
- Fixed a rare UI issue with menu builder field width
- Fixed an issue where static-url type menu item did not display
URL
field.
- Move "open in tab/window" field before custom fields
- Added value emit event to "name" field
- Fixed some validation errors
- Made fields stacked for a cleaner look
- Updated packages
- Added support for
->rules()
,->updateRules()
,->creationRules()
for fields ingetFields()
- Updated packages
- Fix migrations
- Revert PHP restriction to 8.0
- Fixed migrations rollback crashing
- Updated packages
- Removed TailwindCSS
- Fixed Menus view not having a title
- Updated packages
- Fixed linkType undefined error (thanks to @stepanenko3)
- Fixed custom menu item with 'select' type not working
- Fixed light/dark mode support
Initial Nova 4 compatible release. Still a beta and there may be bugs and visual issues.
- Added Nova 4 support (huge thanks to @stepanenko3)
- Added nestable option (huge thanks to @stepanenko3)
- Renamed namespaces from OptimistDigital to Outl1ne
- Dropped PHP 7.X support
- Dropped Nova 3.X support
- Updated packages