Skip to content

Releases: LaunchPadLab/redux-flash

v2.0.9

28 Mar 17:42
Compare
Choose a tag to compare

All the functionality in 2.0.8, but created as a separate release to allow for publishing to npm.

v2.0.8

28 Mar 16:22
4d8da9c
Compare
Choose a tag to compare

🚨 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.7

07 Jul 01:28
ff9755b
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/LaunchPadLab/redux-flash/commits/v2.0.7

v2.0.0

29 Mar 14:48
Compare
Choose a tag to compare
  • Removes redux-thunk peer dependency and adds custom middleware

v1.2.1

20 Mar 17:35
Compare
Choose a tag to compare
  • 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

06 Mar 17:31
Compare
Choose a tag to compare
  • Adds flashMessageType for propType checking