Skip to content

Releases: kennetpostigo/react-reach

UMD build with webpack

09 Mar 00:29
Compare
Choose a tag to compare
  • UMD build through webpack completed
  • reachWithDispatch fix

Query Bug Fix

30 Jan 14:42
Compare
Choose a tag to compare
  • Fixed query bug, queries now fully functioning
  • reactWithDispatch response undefined fixed

New Async Implementation

30 Jan 05:44
Compare
Choose a tag to compare
  • querying and mutating with reachGraphQL(...) should work properly now and not return undefined

Build Process and Transformation Update

29 Jan 19:39
Compare
Choose a tag to compare
  • Updated the build process to webpack for building a static assets.
  • Changed async transformation in babel to Async to generator transform plugin

Fix in package.json main field

17 Nov 03:37
Compare
Choose a tag to compare
0.0.4

fix(main in package selecting correct folder): fix in main so that it…

Beta Top-level API completed

16 Nov 20:32
Compare
Choose a tag to compare

This release adds .reachGraphQL() and .reachWithDispatch() to the top level API

To view the specifics of the Additions visit the .src

v0.0.0

15 Nov 02:39
Compare
Choose a tag to compare

<a name"0.0.0">

0.0.0 (2015-11-15)

Bug Fixes

  • Build fix with travis: Test was running with -w flag (e6afb69f)
  • test bug: fixed problems with syntax (bd05aa72)