This repository has been archived by the owner on Mar 31, 2021. It is now read-only.
2.30.0
BREAKING CHANGES
- Fannypack now uses the free Font Awesome Icon Set as it's default icons instead of Blueprint Icons.
- The font awesome icon set is more extensive, familiar, and a better default option.
- In the near future, however, you will be able to add your own font sets.
- Removed
role
prop from<Dialog>
- usekind
instead (see below in Enhancements) - For
<DialogModal>
, thetype
prop was renamed tokind
. - For
<Modal>
, thetype
prop was renamed tokind
.
Enhancements
- Added
type
to<Dialog>
&<DialogModal>
, this can be set to"info"
,"success"
,"danger"
or"warning"
- Added
kind
to<Dialog>
&<DialogModal>
, this can be set to"alert"
to achieve an alert dialog. - Added
<Dialog.Icon>