Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

2.30.0

Compare
Choose a tag to compare
@jxom jxom released this 13 Dec 09:47
· 981 commits to master since this release

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> - use kind instead (see below in Enhancements)
  • For <DialogModal>, the type prop was renamed to kind.
  • For <Modal>, the type prop was renamed to kind.

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>