Skip to content

Releases: RevereCRE/relay-nextjs

v0.7.0

21 Feb 18:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

21 Jan 23:58
Compare
Choose a tag to compare
  • Fixes #41
  • Adds better types to the ErrorComponent option

v0.5.0

08 Nov 22:40
Compare
Choose a tag to compare

What's Changed

  • Update ignore plugin params for Next 11 by @httpsOmkar in #31
  • Client-side props are now passed to page components

Full Changelog: v0.4.1...v0.5.0

v0.4.1

18 Oct 17:48
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @httpsOmkar made their first contribution in #24
  • @monoppa made their first contribution in #23
  • @alailsonko made their first contribution in #29

Full Changelog: v0.4.0...v0.4.1

v0.4.0

16 Jun 20:23
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a bug where changing router params didn't use the configured variablesFromContext

Breaking Changes

  • Tightened up typings around variablesFromContext

v0.3.0

08 Jun 17:50
Compare
Choose a tag to compare

Added

  • Added new variablesFromContext configuration to the component API, defaults to returning ctx.query

Breaking Changes

  • Queries are now reloaded when query variables change

v0.2.0

24 May 19:22
Compare
Choose a tag to compare

Breaking Changes

  • Removed the error configuration, handling 404's and errors during rendering should now be handled by the application. Previously this relied on a specific error message being reported by the GraphQL server.