Releases: dev-onenetworkecommerce/aia
Releases · dev-onenetworkecommerce/aia
v0.5.0
- #107 Add escape-to-exit accessbility for modals. [
BREAKING
]
- Modals now require the
onRequestClose
prop.
- #115 Add button-group size variants.
- #112 Add dropdown divider.
- #108 Add form error message.
- #110 Support icon in dropdowns.
v0.4.9
- bae3bb5 Fix modal body class not being removed on modal unmount.
v0.4.8
- 8d97bf5 Fix modal not rendering for prop / state changes.
v0.4.7
- 0782e63 Increase modal backdrop bg opacity
- 77527e2 Fix modal to be scrollable.
v0.4.5
- Fix dropdown horizontal position miscalculation. (commit)
v0.4.4
- Fix dropdown not triggering for children elements of the trigger. (commit)
v0.4.3
- Fix the border color between multiple
body
in panel
. (pr)
v0.4.2
Additions
- Add
-default
variant for .btn
. (pr).
- Add
-link
variant for .btn
. (pr)
Fixes
- Fix elements in
.btn
not being vertically centered. (pr).
- Fix text not being vertically centered with
.btn-block
. (pr)
Tweaks
- Resize the size of
.btn.-large
from 40px
to 50px
. (pr)
- Center text of
.btn.-block
. (pr)
v0.4.1
- Unignore
/scripts
dir. (commit)