Skip to content

v1.2.4

Compare
Choose a tag to compare
@markteekman markteekman released this 11 Mar 10:16
· 253 commits to main since this release
8463de2

🏗️ 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 the h1 of the page
  • Added named slots to prepare the component for possible migration to the Accessible Astro Components package