Skip to content

Releases: diegoddox/react-redux-toastr

v7.6.0

04 Oct 18:18
Compare
Choose a tag to compare

Now you can define the toastr state path via a function

<ReduxToastr
    {...anotherProps}
    getState={(state) => state.toastr} // This is the default
/>

7.5.2

30 Sep 08:14
Compare
Choose a tag to compare

Fix W3C validation errors

v7.1.7: add onAttentionClick and expose remove

09 Jan 02:58
Compare
Choose a tag to compare
- Feature request: #170
- Expose remove on toastr object to simply copy default behavior