Releases: kennetpostigo/react-reach
Releases · kennetpostigo/react-reach
UMD build with webpack
- UMD build through webpack completed
- reachWithDispatch fix
Query Bug Fix
- Fixed query bug, queries now fully functioning
- reactWithDispatch response undefined fixed
New Async Implementation
- querying and mutating with
reachGraphQL(...)
should work properly now and not returnundefined
Build Process and Transformation Update
- 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
0.0.4 fix(main in package selecting correct folder): fix in main so that it…
Beta Top-level API completed
This release adds .reachGraphQL() and .reachWithDispatch() to the top level API
To view the specifics of the Additions visit the .src