- Upgraded React Habitat peer dependency range to include v1.0.0
- 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 onreact-redux
- Updated habitat dependency to v0.6
- Now works with react and react-dom v16
- Fixed broken import. Thanks @jirgn
- Removed container
- Exposed underlying factory to be compatable with React Habitat v0.5
- Updated readme with TypeScript notes
- Fixed issues with type script definitions #1. Thanks @aventurella