Releases: incluud/accessible-astro-dashboard
Releases · incluud/accessible-astro-dashboard
Next Release
Commits
- 3dcc290: Update README.md (Mark Teekman)
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-heightfor better readability - Change
max-widthtowidthfor the images onmedia.astroso they keep the same dimensions
v1.1.0
✨ New
- A Button primitive included in the utilities, check the
README.mdfor more information - Added a
Media.astrocomponent on themedia.astropage, provided by the Accessible Astro Components package - Added a
Pagination.astrocomponent on themedia.astropage, 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.astrocomponent - Replaced
DarkMode.astroandSkipLinks.astrocomponents 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.astroandusers.astropages - Added an example Media library with some space themed images on the
media.astropage
🏗️ Changes
- Changed input type to
emailinstead oftextfor the email field inLoginForm.astro
🐛 Bug Fixes
- Added the missing
SkipLinks.astrocomponent to theDefaultLayout.astrolayout
v1.0.1
🏗️ Changes
- Improved responsive view of the
login.astropage - Improved
DarkMode.astroandResponsiveToggle.astroicons 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