Skip to content

Release v0.3.20

Choose a tag to compare

@github-actions github-actions released this 20 Mar 10:11

Release v0.3.20

Changelog

Added

  • Config: dashboard.id_options — list of HTML id values for the root <ul> of each rendered menu. Drives the dashboard field ulId (dropdown vs plain text).
  • Menu entity: new nullable property Menu.ulId (DB column ul_id).
  • Dashboard UI: menu configuration includes ulId, and the frontend template sets id="..." on the root <ul> when configured.
  • Import/export: menu export/import now includes ulId.
  • Migration generator: nowo_dashboard_menu:generate-migration --update can add the missing ul_id column.

Full Changelog: v0.3.18...v0.3.20