Skip to content

v1.3.0

Compare
Choose a tag to compare
@calintamas calintamas released this 11 Mar 11:12

Added

  • Render custom toast types using a config prop
  • A default info type toast
  • onShow and onHide callbacks when using Toast.show({ onShow, onHide })

Changed

  • autoHide is now true by default

Removed

  • renderSuccessToast and renderErrorToast props are no longer relevant, so they were removed

Fixed

  • onHide is called when the toast is dismissed by a swipe gesture