All Versions
10
Latest Version
Avg Release Cycle
117 days
Latest Release
2345 days ago
Changelog History
Changelog History
-
v6.84
August 24, 2018 -
v6.8.5 Changes
November 05, 2019- 🛠 Fixes a bug with the
action
prop type to allow all types
- 🛠 Fixes a bug with the
-
v6.8.4 Changes
August 24, 2018- ➕ Adds new TypeScript definitions.
- 🛠 Fixes installation error from the
generate-lockfile
npm script. - ⚡️ Updates examples to use Parcel.
- 👌 Improves ESLint support for future versions (yet disabled for current version).
-
v6.8.3 Changes
August 18, 2018⚡️ Updates Typescript definitions.
Edit:
🚀 This release is deprecated due to an installation error. Please use v6.8.4. -
v6.8.2 Changes
October 10, 2017➕ Adds TS definitions, thanks to @corydeppen.
-
v6.8.1 Changes
October 08, 2017➕ Adds support for React version 16.
-
v6.7.1 Changes
June 23, 2017➕ Adds support for using React elements as the title.
-
v6.7.0 Changes
May 10, 2017🚀 This release enhances custom styles by passing the
notification
object as a parameter tobarStyleFactory
andactiveBarStyleFactory
.💅 This will enable you to add custom styles to different notifications—useful if you have to style different notification "types" with different colors, for example.
function defaultStyleFactory(index, style, notification) { return Object.assign( .... ); }
-
v6.6.2 Changes
May 07, 2017✂ Removes
react-addons-test-utils
from dependencies, which was erroneously added in version 6.6.1. -
v6.6.1 Changes
April 17, 2017➕ Adds prop-types package as dependency, as per the discussion here.