Version 1.2.0
-
Fix a bug in the accordion component that prevented the correct segment from automatically opening when reloading the page, thanks @cpjmcquillan #153
-
More header improvements, thanks again @paulrobertlloyd #151
- Fixes trailing whitespace around the ‘Menu’ text. This space is most noticeable when hovering over the button when this space is underlined
- Fixes the menu button not showing or hiding the navigation menu
- Add a new
navigation_label
param. This matches thenavigationLabel
setting available in the design system component:Text for the
aria-label
attribute of the navigation. Defaults to "Navigation menu". - Changes how
menu_button_label
is applied, to match the correspondingmenuButtonLabel
setting used by the design system component (breaking change):Text for the
aria-label
attribute of the button that toggles the navigation. Defaults to "Show or hide navigation menu".
-
Improvements to contributing section of the README, again thanks @paulrobertlloyd #152