v1.2.4
🏗️ Changes
Navigation.astro
aria-current="page"
will now be set dynamically based on the page you are on. Thanks @djmtype for the suggestion at #20- Added two extra demo pages to show this behaviour:
/about
and/contact
- Added a
.is-active
class with bold styling to visually show the current menu item
SkipLinks.astro
tabindex="-1"
will now automatically be added to theh1
of the page- Added named slots to prepare the component for possible migration to the Accessible Astro Components package