Releases: markteekman/accessible-astro-dashboard
Releases · markteekman/accessible-astro-dashboard
v1.1.4
v1.1.3
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
⚙️ Updates
- Astro to version 1.0.3
- Accessible Astro Components to version 1.5.5
v1.1.1
⚙️ Updates
- Accessible Astro Components to version 1.5.4
🏗️ Changes
- Improve default text
line-height
for better readability - Change
max-width
towidth
for the images onmedia.astro
so they keep the same dimensions
v1.1.0
✨ New
- A Button primitive included in the utilities, check the
README.md
for more information - Added a
Media.astro
component on themedia.astro
page, provided by the Accessible Astro Components package - Added a
Pagination.astro
component on themedia.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 theResponsiveToggle.astro
component - Replaced
DarkMode.astro
andSkipLinks.astro
components with those provided by the Accessible Astro Components package
v1.0.2
✨ 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
andusers.astro
pages - Added an example Media library with some space themed images on the
media.astro
page
🏗️ Changes
- Changed input type to
email
instead oftext
for the email field inLoginForm.astro
🐛 Bug Fixes
- Added the missing
SkipLinks.astro
component to theDefaultLayout.astro
layout
v1.0.1
🏗️ Changes
- Improved responsive view of the
login.astro
page - Improved
DarkMode.astro
andResponsiveToggle.astro
icons color behavior on dark/light mode
v1.0.0
Initial release
- The first release of this starter project using Astro v1.0.0-beta.26