Skip to content

Releases: DeloitteAU/react-habitat-redux

v2.0.4

12 Feb 20:26
Compare
Choose a tag to compare

Updated React Habitat peer dependency to work with v1.0.0

v2.0.3

15 Jan 09:50
Compare
Choose a tag to compare
  • 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

03 Oct 12:04
Compare
Choose a tag to compare
  • Now works with react and react-dom v16

v2.0.1

28 Aug 20:45
Compare
Choose a tag to compare
  • Fixed broken import. Thanks @jirgn

v2.0.0

28 Aug 20:45
Compare
Choose a tag to compare
  • Removed container
  • Exposed underlying factory to be compatible with React Habitat v0.5

v1.0.2

07 Feb 07:30
Compare
Choose a tag to compare
  • Updated readme with TypeScript notes
  • Fixed issues with type script definitions #1. Thanks @aventurella