Skip to content

Releases: jackyef/react-isomorphic-data

react-isomorphic-data@0.11.1

24 Nov 15:11
ccc985c
Compare
Choose a tag to compare

0.11.1 (2019-11-24)

Bug Fixes

  • remove suspense-related stuffs for now (4a3de1d)

react-isomorphic-data@0.11.0

24 Nov 11:23
d710e16
Compare
Choose a tag to compare

0.11.0 (2019-11-24)

Features

Bug Fixes

  • Fixed a bug where network-only fetches will do double fetches.

react-isomorphic-data@0.10.0

17 Nov 15:34
b950279
Compare
Choose a tag to compare

0.10.0 (2019-11-17)

Features

  • added capabilities to create link prefetch tags automatically during SSR (d5145ae)

Improvements

  • normalise the cache for smaller size after serialisation (ed64b05)

react-isomorphic-data@0.9.0

12 Nov 13:18
7eb811f
Compare
Choose a tag to compare

0.9.0 (2019-11-12)

Features

  • separate ssr utilities to its own bundle (d2d78db)

BREAKING CHANGES

  • renderToStringWithData and getDataFromTree can now be imported from react-isomorphic-data/ssr instead of react-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

05 Nov 08:27
138daf0
Compare
Choose a tag to compare

0.8.0 (2019-11-05)

Features

  • ssr: added renderToStringWithData for SSR use cases (7029043)

react-isomorphic-data@0.7.0

02 Nov 08:15
caa0e64
Compare
Choose a tag to compare

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

16 Oct 14:08
af01f2b
Compare
Choose a tag to compare

0.5.0 (2019-10-16)

Features

  • examples/ssr: updated example to include POST example (c885b93)

react-isomorphic-data@0.6.1

16 Oct 14:17
5831d3f
Compare
Choose a tag to compare

0.6.1 (2019-10-16)

Note: Version bump only for package react-isomorphic-data

react-isomorphic-data@0.6.0

16 Oct 14:08
af01f2b
Compare
Choose a tag to compare

0.6.0 (2019-10-16)

Bug Fixes

  • react-isomorphic-data: fix the typings for error (468d9df)

Features

  • react-isomorphic-data: support non-GET requests lazily (1e42d59)

client@0.3.10

16 Oct 14:08
af01f2b
Compare
Choose a tag to compare

0.3.10 (2019-10-16)

Note: Version bump only for package client