Releases: markteekman/accessible-astro-starter
Releases · markteekman/accessible-astro-starter
v1.5.5
Changes
- Cleaned up project (removed
autoprefixer
,stylelint
,vite ssr svgo
androbots.txt
) - Updated Astro to version 1.4.4
- Updated Accessible Astro Components to version 1.5.7
v1.5.4
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
v1.5.2
⚙️ Updates
- Accessible Astro Components to version 1.5.4
🏗️ Changes
- Improve default text
line-height
for better readability
v1.5.1
🐛 Bug Fixes
- Fixed hover effect styles for the
DarkMode.astro
component's icons
v1.5.0
✨ 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 theResponsiveToggle.astro
component - Replaced
DarkMode.astro
andSkipLinks.astro
components with those provided by the Accessible Astro Components package
v1.4.1
✨ New
- Added a MIT License to the project
🏗️ Changes
- Moved
social-image-preview.png
to root public folder
v1.4.0
✨ New
- Added support for external links in the
Navigation.astro
component - Added a custom
404.astro
page - Added a
blog.astro
page and a dynamicposts/[id].astro
page as an example
🏗️ Changes
- Removed
about.astro
andcontact.astro
example pages and replaced it withexample-page.astro
- Added a dynamic year to the footer copyright and credits to the Astro framework
v1.3.1
✨ New
- Disabled animations in
_reset.scss
for users that haveprefers-reduced-motion
turned on
v1.3.0
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/