Skip to content

Releases: relay-tools/found-relay

v0.3.0

17 Aug 23:55
v0.3.0
4407507
Compare
Choose a tag to compare

This is the same code as v0.3.0-alpha.14. These release notes cover all changes since v0.2.0.

  • Breaking: Support Relay Modern
  • Breaking: Move Relay Classic support to found-relay/lib/classic

v0.3.0-alpha.14

16 Aug 03:37
v0.3.0-alpha.14
da7e378
Compare
Choose a tag to compare
v0.3.0-alpha.14 Pre-release
Pre-release
  • Feature: Support dataFrom and getDataFrom with values of STORE_THEN_NETWORK to match upstream and STORE_OR_NETWORK to match relay-query-lookup-renderer (#149)
  • Bugfix: Clear ready state when retrying after an error (#149)

v0.3.0-alpha.13

24 May 18:24
v0.3.0-alpha.13
8d6a856
Compare
Choose a tag to compare
v0.3.0-alpha.13 Pre-release
Pre-release
  • Bugfix: Fix Relay v1.6 compatibility (#140)

v0.3.0-alpha.12

01 Apr 21:39
v0.3.0-alpha.12
ce77adb
Compare
Choose a tag to compare
v0.3.0-alpha.12 Pre-release
Pre-release
  • Bugfix: Respect match tree when preparing variables (#121)
  • Bugfix: Prefer getRequest over getOperation when both are available (#122)

v0.3.0-alpha.11

04 Feb 04:44
8390392
Compare
Choose a tag to compare
v0.3.0-alpha.11 Pre-release
Pre-release
  • Bugfix: Support getRequest instead of getOperation for Relay v1.5 (#113)

v0.3.0-alpha.10

18 Dec 22:22
9ca630d
Compare
Choose a tag to compare
v0.3.0-alpha.10 Pre-release
Pre-release
  • Bugfix: Don't let own props shadow Relay props (#106)

v0.3.0-alpha.9

03 Oct 21:41
cf5ee54
Compare
Choose a tag to compare
v0.3.0-alpha.9 Pre-release
Pre-release
  • Bugfix: Fix disposing pending requests (#93)

v0.3.0-alpha.8

02 Oct 23:18
63b6c01
Compare
Choose a tag to compare
v0.3.0-alpha.8 Pre-release
Pre-release
  • Breaking: Use Relay v1.4 APIs and update peer dependency (#88)
  • Bugfix: Properly fire QuerySubscription listeners after errors (#91)

v0.3.0-alpha.7

18 Sep 16:14
f979b05
Compare
Choose a tag to compare
v0.3.0-alpha.7 Pre-release
Pre-release
  • Breaking: Remove prerender callback for Relay Modern (#45)
    • Allow throwing Found exceptions in render for Relay Modern while resolving
    • Add resolving flag to render callback to indicate resolving status
  • Feature: Allow hitting global renderPending by returning undefined in render for Relay Modern, as with upstream Found (#79)

v0.3.0-alpha.6

10 Aug 01:16
v0.3.0-alpha.6
a253e20
Compare
Choose a tag to compare
v0.3.0-alpha.6 Pre-release
Pre-release
  • Bugfix: Allow reusing QuerySubscription objects (#66, #67)
  • Bugfix: Actually rerender after retry (#71)