Releases: markteekman/accessible-astro-components
Releases · markteekman/accessible-astro-components
v2.3.6
What's Changed
- Allow rendering user-defined progress-text in
Pagination
by @boredland in #80 - Use correct
close
method onwindow
#79 by @markteekman in #81
New Contributors
- @boredland made their first contribution in #80
Full Changelog: v2.3.5...v2.3.6
v2.3.5
Updates
- 6b99c0e: Add
height: auto
to ensure new sizing attributes of Astro Icon work in Notification.astro component (@markteekman) #77
v2.3.4
Updates
- 406775e: Updated the way to target icons from Astro Icon in Notification.astro (@markteekman) #76
v2.3.3
Updates
- d42548e: Make
z-index
larger on SkipLinks to accommodate for Tailwind utilities #73 (@markteekman) #74 thanks @david-abell!
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)