Releases: relay-tools/found-relay
Releases · relay-tools/found-relay
v0.3.0-alpha.5
- Bugfix: Fix
retry
callback to actually work (#58)
- Bugfix: Fix getting query name in Relay compatibility mode (#59)
v0.3.0-alpha.4
- Bugfix: Warn instead of throwing on Relay routes with no render method or component, and improve the warning message (#47)
v0.3.0-alpha.3
- Bugfix: Fix error handling with Relay Modern (#38)
v0.3.0-alpha.2
- Bugfix: Don't refetch data for unchanged routes (#32)
v0.3.0-alpha.1
- Breaking: Support Relay Modern (#27)
- Breaking: Move Relay Classic support with Relay v1.x to
found-relay/lib/classic
(#27)
v0.2.0
- Breaking: Use a resolver class rather than a factory to match Found v0.3.x (#17)
v0.1.7
- Chore: Fix peer dependency ranges (#18)
v0.1.6
- Bugfix: Fix
extraQuery
when not specifying queries
(#15)
v0.1.5
- Bugfix: Fix the shape for
extraData
(#14)
v0.1.4
- Feature: Add
prerender
hook with extraQuery
support (#13)