Skip to content

Releases: relay-tools/found-relay

v0.8.2

24 Jul 21:07
v0.8.2
c52015b
Compare
Choose a tag to compare
  • Bugfix: Update cacheConfig and fetchPolicy when not refetching data (#539)

v0.8.1

23 Jul 07:26
v0.8.1
e4df12b
Compare
Choose a tag to compare
  • Bugfix: Fix props for render method on non-Relay routes (#538)

v0.8.0

01 Apr 07:17
v0.8.0
c7e9316
Compare
Choose a tag to compare
  • Breaking: Update for Found v0.5.x (#506)
  • Chore: Add ES module build (#507)

v0.7.0

14 Feb 18:15
v0.7.0
bcc083a
Compare
Choose a tag to compare
  • Breaking: Support Relay v9.x (#490)
    • Use updated Environment APIs

v0.6.0

20 Dec 17:57
v0.6.0
2db0263
Compare
Choose a tag to compare
  • Breaking: Support Relay v8.x (#476)
    • Use updated Environment APIs

v0.5.0

17 Sep 18:56
v0.5.0
a68f329
Compare
Choose a tag to compare
  • Breaking: Support Relay v6.x (#395)
    • Replace dataFrom with fetchPolicy

v0.4.3

05 Sep 13:21
v0.4.3
1de1736
Compare
Choose a tag to compare
  • Bugfix: Don't clear in-use query subscriptions (#382)

v0.4.2

30 Aug 17:22
v0.4.2
439858b
Compare
Choose a tag to compare
  • Chore: Upgrade to core-js v3.x (#376)

v0.4.1

07 Aug 19:55
v0.4.1
0b3e991
Compare
Choose a tag to compare
  • Feature: Allow render method to return a function (#348)

v0.4.0

14 Jun 15:56
v0.4.0
b19e8ae
Compare
Choose a tag to compare

This is the same code as v0.4.0-alpha.9. These release notes cover all changes since v0.3.1.

  • Breaking: Match withRouter props signature for route components by only passing in match and router (#163, #165)
  • Breaking: Remove miscellaneous exports from public API (#166)
  • Breaking: Support Relay v2.x and higher (#167)
  • Breaking: Do not subscribe to store for routes that return null in render (#171)
  • Feature: Provide Relay variables as variables in render arguments object for route render methods (#166)
  • Feature: Provide Relay environment to route render method (#198)
  • Minor: Improve determining query names for warnings (#170)
  • Refactor: Migrate to new React lifecycle methods (#201)
  • Chore: Upgrade to Babel 7 (#189)