Skip to content

Releases: flipace/horizon-react

v0.4.0

16 Sep 12:39
@BBB BBB
Compare
Choose a tag to compare
  • updated to horizon/client@2.0.0 #23
  • added tests

v0.3.3

29 Aug 16:30
Compare
Choose a tag to compare
  • move react-dom and horizon-client to peer dependencies, remove src folder from npmignore
  • Add documentation for mapDispatchToProps (#15)
  • added contributors and boilerplate sections to readme, remove eslint-disable-line from prepublish.js

v0.3.2

18 Aug 14:53
@BBB BBB
Compare
Choose a tag to compare
  • No Changes

v0.3.1

18 Aug 14:53
@BBB BBB
Compare
Choose a tag to compare
  • fixes an issue where setState would be called before the Connector was mounted

v0.2.0

07 May 20:34
Compare
Choose a tag to compare
  • added redux to subscribe with one function to state and data, connector is now a HOC instead of a wrapper function
  • re-use existing queries if query didn't Change
  • improved subscription query building
  • horizon client can now be passed as horizon prop to Connector in order to define the client outside.
  • always return an array - even if there's just one document
  • fixes issue with old props being used in subscriptions on update