Skip to content

Releases: jesusoterogomez/react-notify-toast

v0.5.1

24 Oct 08:31
e6b154e
Compare
Choose a tag to compare

Fixed

  • [#68] Removed deprecated componentWillMount

Internal

Updated vulnerable dev dependencies (eslint, babel)

v0.5.0

26 May 08:55
0723c12
Compare
Choose a tag to compare

Added

  • [#58] Support for setting vertical offset by specifying top as a default option.
// Example
<Notification options={{top: '50px'}}/>

0.4.1

15 May 22:18
Compare
Choose a tag to compare

Changed

  • [#55] Support react 16 as a peer dependency

0.4.0

15 May 22:17
Compare
Choose a tag to compare

Added

  • [#26] Support for multiline text/content

Fixed

  • [#44] Fixed animation positioning for content that's more than 3 lines of height

0.3.2

23 Aug 11:59
Compare
Choose a tag to compare

Fixed

  • [#42] Show queue was not working due to references to non existing variables
  • [#41] Fixed warning when using color property.

0.3.1

07 Aug 18:22
Compare
Choose a tag to compare

Fixed

  • [#39] createShowQueue was not working due to an undefined variable

0.3.0

07 Aug 18:22
Compare
Choose a tag to compare

Added

  • [#34] Support for dismissing toasts
  • [#36] Support for overriding default options through <Notification/> component, details in "Overriding Defaults" section of README.

Changed

  • Temporarily disables support for custom colors, this will be added as part of options parameter.

0.2.0

07 Aug 18:22
Compare
Choose a tag to compare

Added

  • [#22] Support for queueing notifications, deatils in "Queued Notifications" section of README

Changed

  • [#32] React PropTypes dependency changed for prop-types package.

0.1.4

07 Aug 18:21
Compare
Choose a tag to compare

Added

  • [#20] Support for custom colors

0.1.3

31 Aug 11:12
Compare
Choose a tag to compare
  • #14 Added support for react x.15
  • #14 Added support for persistent notifications by passing -1 to timeout.