Releases: ryanhefner/react-contentful
Releases · ryanhefner/react-contentful
v1.0.0
- Update
react-contentful
to support SSR requests - Add
ContentfulCache
toContentfulClient
which supports caching both SSR and client requests - Add
getDataFromTree
andRenderPromises
to 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.js
which is a generic parser that flattens a Contentful response to just thefields
values with a few values extracted from thesys
object associated with thefields
that are commonly referenced. - Clean-up things here and there.
v0.0.5
- Clean-up dependencies to not conflict with
site
dependency requirements - Add
title
andmetadata
to examplesite
- Clean-up some other stuff
v0.0.4
- Fix
locale
param supplied in Contentful client request
v0.0.3
- Add Babel runtime dependencies to project to resolve
regeneratorRuntime
error - Minor comment edit in
README.md
v0.0.2
- Add example to
How to use
section inREADME.md
- Update
Query
component to includeonRequest
,onLoad
andonError
callback props - Clean-up Contentful client request logic in
Query
- Update
Query
tests to include coverage for callback props, except foronError
(running into issues testing that) - Update jest configuration to use new option