Skip to content

Release v0.3.24

Choose a tag to compare

@github-actions github-actions released this 20 Mar 16:27

Release 0.3.24

Changelog

Fixed

  • Dashboard UI: menu item labels are rendered using locale-resolved MenuItem::getLabelForLocale() (avoids empty base label when the user stores the text in per-locale translations).
  • Dashboard item forms: “Add child” modal hides type, icon and position inputs and shows only label + per-locale translations (item type is fixed to Link in the form).
  • Dashboard item forms: the icon section is rendered with a normal Symfony form (not LiveComponent) so the icon-selector widget refreshes reliably when the modal content changes.
  • Dashboard item forms: label validation accepts either a non-empty base label or at least one non-empty translation; empty position values are normalized to 0 to prevent null mapping issues.

Changed

  • Docs/UX: item form rendering and documentation were aligned for section-based partial submissions (section/_section, section_focus).

Full Changelog: v0.3.23...v0.3.24