Skip to content

v1.1.0

Compare
Choose a tag to compare
@markteekman markteekman released this 05 Jun 07:28
· 48 commits to main since this release
d17ce3b

✨ New

  • A Button primitive included in the utilities, check the README.md for more information
  • Added a Media.astro component on the media.astro page, provided by the Accessible Astro Components package
  • Added a Pagination.astro component on the media.astro page, provided by the Accessible Astro Components package

⚙️ Updates

  • Accessible Astro Components to version 1.5.3

🏗️ Changes

  • Refactored alignment utility classes to a single, new file in _alignments.scss
  • Added examples of the new Button primitive on all pages
  • Applied aria-hidden="true" to the icons of the ResponsiveToggle.astro component
  • Replaced DarkMode.astro and SkipLinks.astro components with those provided by the Accessible Astro Components package