Releases: ryanhefner/react-contentful
Releases · ryanhefner/react-contentful
v1.0.0
- Update
react-contentfulto support SSR requests - Add
ContentfulCachetoContentfulClientwhich supports caching both SSR and client requests - Add
getDataFromTreeandRenderPromisesto handle the plucking and fetching of SSR requests - Release coincides with/in support of release of
next-contentful - Site updated to use local dependency of project
- Took a small step backwards in testing/test coverage, but will be addressed in future releases
- More documentation and support materials to come
v0.1.0
- Add
parsers/fieldsParser.jswhich is a generic parser that flattens a Contentful response to just thefieldsvalues with a few values extracted from thesysobject associated with thefieldsthat are commonly referenced. - Clean-up things here and there.
v0.0.5
- Clean-up dependencies to not conflict with
sitedependency requirements - Add
titleandmetadatato examplesite - Clean-up some other stuff
v0.0.4
- Fix
localeparam supplied in Contentful client request
v0.0.3
- Add Babel runtime dependencies to project to resolve
regeneratorRuntimeerror - Minor comment edit in
README.md
v0.0.2
- Add example to
How to usesection inREADME.md - Update
Querycomponent to includeonRequest,onLoadandonErrorcallback props - Clean-up Contentful client request logic in
Query - Update
Querytests to include coverage for callback props, except foronError(running into issues testing that) - Update jest configuration to use new option