Skip to content
This repository has been archived by the owner on Dec 24, 2019. It is now read-only.

Version 6.2.0

Compare
Choose a tag to compare
@pburtchaell pburtchaell released this 16 Sep 15:16
· 138 commits to master since this release

This release enables permanent notifications. Given dismissAfter value of false, the notification will not dismiss after a timeout. Instead, the notification must be dismissed through the onClick handler.

// permanent notification 
<Notification
  dismissAfter={false]  
  onClick={...}
/>