Skip to content

Commit

Permalink
feat: changeme update
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoddox committed Oct 4, 2019
1 parent 03419d4 commit c7ae933
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v7.6.0
Now you can define the toastr state path via a function
```
<ReduxToastr
{...anotherProps}
getState={(state) => state.toastr} // This is the default
/>
```

# v7.5.2
[#245] Fix W3C validation errors

Expand Down

0 comments on commit c7ae933

Please sign in to comment.