Releases: DeloitteAU/react-habitat-redux
Releases · DeloitteAU/react-habitat-redux
v2.0.4
Updated React Habitat peer dependency to work with v1.0.0
v2.0.3
- Fixed syntax typo in readme
- Fixed typescript definitions, now exposes ReduxDomFactory correctly #6
- Removed redux as a peer dependency as we only need to depend on react-redux
- Updated habitat dependency to v0.6
v2.0.2
- Now works with react and react-dom v16
v2.0.1
- Fixed broken import. Thanks @jirgn
v2.0.0
- Removed container
- Exposed underlying factory to be compatible with React Habitat v0.5
v1.0.2
- Updated readme with TypeScript notes
- Fixed issues with type script definitions #1. Thanks @aventurella