Skip to content

Releases: markteekman/accessible-astro-dashboard

v1.1.4

06 Oct 12:31
f18dfb7
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.1.3

04 Sep 13:36
f5d3d37
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

v.1.1.2

12 Aug 15:21
f372b87
Compare
Choose a tag to compare

⚙️ Updates

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

v1.1.1

05 Jun 08:10
0a118e4
Compare
Choose a tag to compare

⚙️ Updates

  • Accessible Astro Components to version 1.5.4

🏗️ Changes

  • Improve default text line-height for better readability
  • Change max-width to width for the images on media.astro so they keep the same dimensions

v1.1.0

05 Jun 07:28
d17ce3b
Compare
Choose a tag to compare

✨ 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

v1.0.2

08 May 08:30
9d4e114
Compare
Choose a tag to compare

✨ New

  • Added the Modal component from the Accessible Astro Components package as a suggestion on how to add new items on the media.astro, messages.astro, products.astro and users.astro pages
  • Added an example Media library with some space themed images on the media.astro page

🏗️ Changes

  • Changed input type to email instead of text for the email field in LoginForm.astro

🐛 Bug Fixes

  • Added the missing SkipLinks.astro component to the DefaultLayout.astro layout

v1.0.1

07 May 08:55
4913b2a
Compare
Choose a tag to compare

🏗️ Changes

  • Improved responsive view of the login.astro page
  • Improved DarkMode.astro and ResponsiveToggle.astro icons color behavior on dark/light mode

v1.0.0

06 May 11:53
491f8cf
Compare
Choose a tag to compare

Initial release

  • The first release of this starter project using Astro v1.0.0-beta.26