Releases: jackyef/react-isomorphic-data
Releases · jackyef/react-isomorphic-data
react-isomorphic-data@0.11.1
react-isomorphic-data@0.11.0
react-isomorphic-data@0.10.0
react-isomorphic-data@0.9.0
0.9.0 (2019-11-12)
Features
- separate
ssr
utilities to its own bundle (d2d78db)
BREAKING CHANGES
renderToStringWithData
andgetDataFromTree
can now be imported fromreact-isomorphic-data/ssr
instead ofreact-isomorphic-data
Even though there is a breaking change, I deliberately made it a minor
version bump because I want to preserve 1.0.0
to be a truly stable and production-ready release.
react-isomorphic-data@0.8.0
react-isomorphic-data@0.7.0
0.7.0 (2019-11-02)
Bug Fixes
- usebasedata: fixed a subtle bug where exact same requests are fetched multiple time during SSR (9c37936)
- usebasedata: fixed issue where multiple same request could be sent when another is in flight (eb6af37)
Features
- react-isomorphic-data: added dataOptions that allows component to skip ssr for some data (91b5843)
- react-isomorphic-data: added fetchPolicy for finer control on how data should be cached (8c0cd67)
- added refetch() that will always bypass cache (f62126f)
Performance Improvements
- react-isomorphic-data: added rollup replacer plugin for better minification (894f419)
ssr@0.5.0
react-isomorphic-data@0.6.1
0.6.1 (2019-10-16)
Note: Version bump only for package react-isomorphic-data
react-isomorphic-data@0.6.0
client@0.3.10
0.3.10 (2019-10-16)
Note: Version bump only for package client