Releases: incluud/accessible-astro-components
Releases · incluud/accessible-astro-components
v2.3.2
v2.3.1
Bug Fixes
- Card children can be a string #66 (David Abell)
v2.3.0
Updates
- Add Modal
viewTransition
support #60 (David Abell) - Add DarkMode
viewTransition
support #60 (David Abell) - Changed Modal Background color specificity #60 (David Abell)
Bug Fixes
- Fade-in animation not working on Dialog #60 (David Abell)
- Modal height issue on Safari #60 (David Abell)
v2.2.1
Bug Fixes
- Change default
src
value for Media component #58 (@david-abell)
v2.2.0
Updates
- 95cb0af: Refactor Modal to HTML
dialog
element (@david-abell) #57 resolves #48
Bug Fixes
- Class prop not marked optional #56 (@david-abell)
- Imports not resolving to correct dir #56 (@david-abell)
- Region can be used with
id
inslot
component #56 (@david-abell) - Remove unnecessary
rol="dialog"
#57 (@david-abell)
v2.1.3
v2.1.2
Bug Fixes
- Expand package.json exports to object containing types #54 (@JoshuaKGoldberg & @david-abell)
v2.1.1
Updates
- edb6f19: Update README.md #50 (@markteekman) #52
v2.1.0
Bug Fixes
- Script breaks upon multiple modals #46 (@david-abell)
v2.0.0
Updates
This version is a major update thanks to @david-abell who has added TypeScript declarations to the components which solves issue #40! 🚀
- 5dbba15: Typo in the README.md (@mark-meyer) #42
- 7204b02: Added TypeScript declarations and refactored all the components (@david-abell) #43
- 1ad0da7: Added Prettier support, consistent with the Accessible Astro Starter theme (@david-abell) #43
- 003164b: Several typo's fixed in the README.md (@rediris) #44