Skip to content

Releases: markteekman/accessible-astro-starter

v1.5.4

04 Sep 13:50
ebfb746
Compare
Choose a tag to compare

Updates

  • Astro to version 1.1.5
  • Astro Icon to version 0.7.3
  • Accessible Astro Components to version 1.5.6

v1.5.3

12 Aug 15:00
0aac9a6
Compare
Choose a tag to compare

⚙️ Updates

  • Astro to version 1.0.3
  • Accessible Astro Components to version 1.5.5

🐛 Bug Fixes

  • Fix faulty SVG's for responsive menu open and close actions in ResponsiveToggle.astro #36
    • Shout-out to @djmtype for submitting the issue!
  • Remove unnecessary client:load on a couple of components

v1.5.2

23 May 08:11
2b25cbf
Compare
Choose a tag to compare

⚙️ Updates

  • Accessible Astro Components to version 1.5.4

🏗️ Changes

  • Improve default text line-height for better readability

v1.5.1

15 May 12:26
42afc97
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fixed hover effect styles for the DarkMode.astro component's icons

v1.5.0

15 May 12:03
b010c99
Compare
Choose a tag to compare

✨ New

  • A Button primitive included in the utilities, check the README.md for more information

⚙️ 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 in index.astro
  • 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

v1.4.1

05 May 07:25
5342286
Compare
Choose a tag to compare

✨ New

  • Added a MIT License to the project

🏗️ Changes

  • Moved social-image-preview.png to root public folder

v1.4.0

01 May 18:26
6821aa1
Compare
Choose a tag to compare

✨ New

  • Added support for external links in the Navigation.astro component
  • Added a custom 404.astro page
  • Added a blog.astro page and a dynamic posts/[id].astro page as an example

🏗️ Changes

  • Removed about.astro and contact.astro example pages and replaced it with example-page.astro
  • Added a dynamic year to the footer copyright and credits to the Astro framework

v1.3.1

30 Apr 09:04
6821aa1
Compare
Choose a tag to compare

✨ New

  • Disabled animations in _reset.scss for users that have prefers-reduced-motion turned on

v1.3.0

27 Apr 20:07
478ff80
Compare
Choose a tag to compare

This release introduces some ❤️ for the Navigation.astro component:

⚙️ Updates

  • Navigation.astro now supports fully (keyboard and screenreader) accessible dropdown menu's
  • Navigation.astro now has an auto responsive feature, it will switch to the mobile navigation depending on the amount of menu items you have
  • DarkMode.astro and ResponsiveToggle.astro now use icons instead of text (and are still accessible)
  • DarkMode.astro and ResponsiveToggle.astro are now baked in the Navigation.astro component
  • Since DarkMode.astro is now embedded into Navigation.astro it will be more consistent across pages

Check it out on the new demo page at: https://starter.accessible-astro.dev/

v1.2.5

09 Apr 10:23
ad7c914
Compare
Choose a tag to compare

✨ New

⚙️ Updates

  • Astro to version 1.0.0-beta.5

🏗️ Changes

  • Migrated astro-config.mjs to latest version
  • Added DarkMode.astro component to about.astro and contact.astro pages