Skip to content

Releases: markteekman/accessible-astro-starter

v1.6.1

06 Nov 10:11
17876c5
Compare
Choose a tag to compare

🐛 Bugs squashed

v1.6.0

03 Nov 21:21
17876c5
Compare
Choose a tag to compare

New

  • 6e0a671: New SEO component SiteMeta.astro. (Mark Teekman) #45

Changes

  • f2f3dd6: Improved blog and posts (pagination, breadcrumbs, SEO). (Mark Teekman) #45
  • 541425c: Moved theming styles to DefaultLayout.astro and added the new SiteMeta.astro component. (Mark Teekman) #45
  • 214693d: Simplified styles for ordered and unordered lists. (Mark Teekman) #45

Updates

  • d5f402f: Update Astro to version 1.6.3 and Accessible Astro Components to 1.6.1. (Mark Teekman) #45

Fixes

  • f93594f: Fixed typo in the title of the 404 page. (Mark Teekman) #45

v1.5.5

06 Oct 12:33
Compare
Choose a tag to compare

Changes

  • Cleaned up project (removed autoprefixer, stylelint, vite ssr svgo and robots.txt)
  • Updated Astro to version 1.4.4
  • Updated Accessible Astro Components to version 1.5.7

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