Skip to content

Latest commit

 

History

History
190 lines (106 loc) · 3.71 KB

CHANGELOG.md

File metadata and controls

190 lines (106 loc) · 3.71 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.

[7.1.6] - 20-03-2024

Changed

  • Fixed menu item duplication action (thanks to @TriStarRiT)
  • Updated packages

[7.1.5] - 29-01-2024

Changed

  • Fixed missing Nova button styles (thanks to @Senexis)
  • Updated packages

[7.1.4] - 05-01-2024

Changed

  • Bumped packages
  • Fixed an issue where add menu item buttons were not visible. [#186]

[7.1.3] - 10-08-2023

Changed

  • Replaced references to default Menu with configurable Menu

[7.1.2] - 10-08-2023

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.1] - 16-01-2023

Changed

  • Bumped packages

[7.1.0] - 21-10-2022

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.5] - 15-09-2022

Changed

  • nova_get_menus now eagerloads menu items.

[7.0.14] - 13-09-2022

Changed

  • Misc UI fixes and improvements

[7.0.13] - 12-09-2022

Changed

  • Misc UI fixes and improvements
  • Updated packages

[7.0.12] - 31-08-2022

Added

  • Added title, icon, hideMenu functions to MenuBuilder class to help customize sidebar menu.
  • Added nova_get_menu_by_id helper. (thanks to @ttungbmt)

Changed

  • Removed overflow-hidden from UpdateModel. Fixes an issue where dropdown fields were cut-off.

[7.0.11] - 29-08-2022

Changed

  • Fixed a rare UI issue with menu builder field width

[7.0.10] - 09-08-2022

Changed

  • Fixed an issue where static-url type menu item did not display URL field.

[7.0.9] - 27-07-2022

Changed

  • Move "open in tab/window" field before custom fields

[7.0.8] - 27-07-2022

Added

  • Added value emit event to "name" field

Changed

  • Fixed some validation errors
  • Made fields stacked for a cleaner look
  • Updated packages

[7.0.7] - 21-07-2022

Added

  • Added support for ->rules(), ->updateRules(), ->creationRules() for fields in getFields()

Changed

  • Updated packages

[7.0.6] - 17-05-2022

Changed

  • Fix migrations

[7.0.5] - 13-05-2022

Changed

  • Revert PHP restriction to 8.0

[7.0.4] - 13-05-2022

Changed

  • Fixed migrations rollback crashing
  • Updated packages

[7.0.3] - 29-04-2022

Changed

  • Removed TailwindCSS
  • Fixed Menus view not having a title
  • Updated packages

[7.0.2] - 22-04-2022

Changed

  • Fixed linkType undefined error (thanks to @stepanenko3)
  • Fixed custom menu item with 'select' type not working

[7.0.1] - 21-04-2022

Changed

  • Fixed light/dark mode support

[7.0.0] - 21-04-2022

Initial Nova 4 compatible release. Still a beta and there may be bugs and visual issues.

Added

Changed

  • Renamed namespaces from OptimistDigital to Outl1ne
  • Dropped PHP 7.X support
  • Dropped Nova 3.X support
  • Updated packages