4.1.0 - 17 Jul 2026
4.0.0 - 1st Feb 2026
Add prettier
Breaking: Fix use of @media queries in line with Sass breaking change related to Sass supporting Media Queries Level 4.
Can no longer use Sass or operator in media queries. Need to use , as in CSS media queries. This means that instead of using:
@media screen and ((hover: none) or (width < main-menu-config.$narrow-breakpoint))
need to use:
@media screen and (hover: none), screen and (width < main-menu-config.$narrow-breakpoint)
3.0.0 - 19th May 2025
<a>) tag or using the MenuClickProcessor class.wideSubMenuFlexGapwideSubMenuFontFamilywideSubMenuFontSizenarrowSubMenuFontFamilynarrowSubMenuFontSizeMenuClickProcessor unless MenuItemDefinition.clickHandlerType is set to MenuClickProcessor or MenuItemDefinition.url is left undefined. This may break existing menu items used to run JavaScript.MenuItemDefinition.clickHandlerType to MenuClickProcessor.ExpandableItemSettings.narrowSubMenuFlexGap. This has been fixed to use the new ExpandableItemSettings.wideSubMenuFlexGap.2.0.0
Changed CSS custom property names (refer to Styling in Using documentation)
1.0.0
Built with Astro 5
0.9.2
Built with Astro 4