## React Habitat Redux Change log


### [2.0.4]

- Upgraded React Habitat peer dependency range to include v1.0.0

### [2.0.3]

- Fixed syntax typo in readme
- Fixed typescript definitions, now exposes `ReduxDomFactory` correctly [#6](https://github.com/DeloitteDigitalAPAC/react-habitat-redux/issues/6)
- Removed `redux` as a peer dependency as we only need to depend on `react-redux`
- Updated habitat dependency to v0.6

### [2.0.2]

- Now works with react and react-dom v16

### [2.0.1]

- Fixed broken import. Thanks @jirgn

### [2.0.0]

- Removed container
- Exposed underlying factory to be compatable with React Habitat v0.5

### [1.0.2]

- Updated readme with TypeScript notes
- Fixed issues with type script definitions [#1](https://github.com/DeloitteDigitalAPAC/react-habitat-redux/issues/1). Thanks @aventurella
