All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- [#68] Removed deprecated
componentWillMount
0.5.0 - 2018-05-26
- #58 Support for setting vertical offset by specifying
top
as a default option.
// Example
<Notification options={{top: '50px'}}/>
0.4.1 - 2018-05-16
- #55 Support react 16 as a peer dependency
0.4.0 - 2017-10-23
- [#26] Support for multiline text/content
- [#44] Fixed animation positioning for content that's more than 3 lines of height
0.3.2 - 2017-08-23
- [#42] Show queue was not working due to references to non existing variables
- [#41] Fixed warning when using
color
property.
0.3.1 - 2017-08-07
- #19 Support for rendering React elements inside toasts
- #39
createShowQueue
was not working due to an undefined variable
0.3.0 - 2017-07-04
- #34 Support for dismissing toasts
- #36 Support for overriding default options through
<Notification/>
component, details in "Overriding Defaults" section of README.
- Temporarily disables support for custom colors, this will be added as part of options parameter.
0.2.0 - 2017-02-28
- #22 Support for queueing notifications, deatils in "Queued Notifications" section of README
- #32 React PropTypes dependency changed for prop-types package.
0.1.4 - 2016-12-19
- #20 Support for custom colors
0.1.3 - 2016-08-31
0.1.2 - 2016-07-19
- #8 React 15.x version is raising warning for some CSS properties that don't include units.