Releases: jesusoterogomez/react-notify-toast
Releases · jesusoterogomez/react-notify-toast
v0.5.1
Fixed
- [#68] Removed deprecated
componentWillMount
Internal
Updated vulnerable dev dependencies (eslint, babel)
v0.5.0
Added
- [#58] Support for setting vertical offset by specifying
top
as a default option.
// Example
<Notification options={{top: '50px'}}/>
0.4.1
Changed
- [#55] Support react 16 as a peer dependency
0.4.0
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
Fixed
- [#42] Show queue was not working due to references to non existing variables
- [#41] Fixed warning when using
color
property.
0.3.1
Fixed
- [#39]
createShowQueue
was not working due to an undefined variable
0.3.0
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
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
Added
- [#20] Support for custom colors
0.1.3
- #14 Added support for react x.15
- #14 Added support for persistent notifications by passing
-1
to timeout.