Releases: LaunchPadLab/redux-flash
Releases · LaunchPadLab/redux-flash
v2.0.9
All the functionality in 2.0.8, but created as a separate release to allow for publishing to npm.
v2.0.8
🚨 Don't use this version. It wasn't published with all the necessary files
What's Changed
New Contributors
Full Changelog: v2.0.7...v2.0.8
v2.0.0
- Removes
redux-thunk
peer dependency and adds custom middleware
v1.2.1
- Fixes a bug where selectors were returning a direct reference to the messages array, allowing it to be mutated outside of the reducer.
v1.2.0
- Adds
flashMessageType
for propType checking