Changelog - Menu Builder
All notable changes to Menu Builder are documented in this file.
The format is based on Keep a Changelog.
1.0.3 - 2026-06-30
This release is a minor update to Hyvä Menu Builder for bug fixes.
Added
- Menu item, footer column title, and menu content labels (and menu item links) can now be translated inline. Previously only link labels were translatable, and only via the Translations panel. Many thanks to Romain Lafourcade (Razorfish) for his contribution.
Fixed
- Mobile menu slide-out now renders in the top layer correctly. Removing
x-bind:openpreventsshowModal()from finding the dialog already open, which was causing the panel to appear beneath the header. Thanks to Matt Powell (Digital Studio NW) for reporting this.
1.0.2 - 2026-06-30
This release is a minor update to Hyvä Menu Builder to improve cache handling for better performance.
Added
- Shared ESI/Varnish block caching across pages for top and footer menus, configurable in the admin via the design configuration settings for the top and footer menus.
1.0.1 - 2026-06-30
This release is a minor update to Hyvä Menu Builder to bump the hyva-themes/commerce-module-cms dependency to ^1.2.0.
Changed
- Bump
hyva-themes/commerce-module-cmsdependency to^1.2.0.
1.0.0 - 2026-06-30
This release is the first major update to Hyvä Menu Builder, focussed on improvements and bug fixes. Highlights include, Text-only menu items, Initial setup dialog for Menu entities, Icon for Menu entities in the tab bar and Navigator of the CMS Liveview editor, Support for import/export of Menu entities and lots more.
Added
- Text-only menu items. A "Text Only" toggle on a Menu Item swaps the link picker for a plain label and renders the item as text instead of a link, so there is no need to fake non-clickable headings with a
#URL. Text-only items still hold child items, so they work as column headings above a group of links. - Initial setup dialog for Menu entities
- Icon for Menu entities in the tab bar and Navigator of the CMS Liveview editor
- Support for import/export of Menu entities
Changed
- Breaking change: Menu Content is now a styled container, not a built-in grid. Drop Grid/Columns inside for real grids. Controls the position of the menu content. Reconfigure existing blocks after upgrade.
- Position of menu lock button in preview mode to be right 4px from the top avoid overlapping with the liveview-ctx-menu.
- Adopt Hyvä CMS 1.2.0's scoped Tailwind compiler. Requires Hyvä CMS 1.2.0 or later. Menu Builder now implements
getScopeSelector()(.hcms-menu-{id}), so menu CSS is scoped by the compiler at save time.
Fixed
- Menu VersionHistory and Tailwindcss REST responses omitted
id(and VersionHistory omittedentity_type) because the getters weren't declared on the@apidata interfaces, so GET/PUT/DELETE by id were unusable. AddedgetId()/setId()to both interfaces andgetEntityType()/setEntityType()to VersionHistory. - Remove
header_container_after_hyvmbcontainer from checkout layout - Menu breakpoint visibility broke on Magento 2.4.8.
escapeHtmlAttrmangled the media query so the CSS was invalid and the menu never showed. Switched the values inside<style>toescapeHtml, and moved the block inside the menu element so Liveview replaces it on each edit instead of leaving orphaned copies behind. - Ensure mobile menu Alpine components are registered in CMS Liveview previews by defining
initMobileMenu/initMobileSubMenuas global factory functions. - CSS Classes from Advanced Settings to be Applied to Desktop Menu Templates (thanks Lars de Weert - Made by Mouses for the contribution)
- Mobile menu lock functionality in preview mode
Removed
- Removed Pagebuilder Migration Option from Hyvä CMS editor main dropdown menu
0.1.0 - 2026-02-18
The 0.1.0 release for Menu Builder is the initial release.
Added
- Menu entity management via Content > Elements > Menus in the Magento admin
- Four built-in menu components: Mega Menu Columns, Mega Menu Drilldown, Mobile Menu, and Footer Columns
- Link picker supporting categories, products, CMS pages, Magento pages, and custom URLs
- Rich content support via the Menu Content component (images, banners, promotional blocks, and any Hyvä CMS component)
- Menu item highlighting (text color, background color, font weight)
- Category import: bulk-import categories from the catalog as menu items
- Dynamic category tree components that automatically sync with catalog structure
- Menu locking in CMS editor preview for easier iterative editing
- Multiple rendering methods: Design Configuration (header/footer), Hyvä CMS Editor, Magento Widgets, widget shortcodes, layout XML, and phtml templates
- Leverages Hyvä CMS Developer API for creating custom menu components using
context_flagsand the Hyvä CMS component system