Releases: markteekman/accessible-astro-components
Releases · markteekman/accessible-astro-components
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
v1.6.6
Updates
- 2b8b776: Update live preview URL in README.md (@markteekman)
v1.6.5
Updates
- 2b8b776: Update live preview URL in README.md (@markteekman) #37
v1.6.4
Updates
- b8494d5: Reintroduce
class
prop the right way according to the official docs for the Media component (@markteekman) #36
v1.6.3
Updates
- 67b52bf: Add
decoding="async"
to Media component (@markteekman) #35 - 6beb22c: Remove unnecessary
classes
attribute in Media component (@markteekman) #35