Releases: jxom/fannypack
Releases · jxom/fannypack
2.26.2
Fixes
- Removed
max-height
style from <Card>
2.26.1
Enhancements
- Added
<VisuallyHidden>
to leverage screen readers for invisible content
2.26.0
Features
- Added
<Popover>
component
2.25.0
Features
- Added
<Modal>
component
- Added
<DialogModal>
component (built with <Modal>
)
- Added
<TrapFocus>
private util to trap focus in a certain area of the DOM.
- Added a
uniqueId.js
util easily generate a unique ID for HTML ID attributes.
2.24.0
Features
- Added the
<Avatar>
component
Credits
Huge thanks to @samantha-wong for helping!
2.23.0
BREAKING CHANGES
Fixes
- Fixed
Overlay
& Backdrop
exports in index.js
2.22.1
Enhancements
- Swap positions of
<ActionButtons>
coz UX: fa90ea6
2.21.3
Fixes
- Fix button text wrapper styling: f08729b