Skip to content

v0.9.0

Compare
Choose a tag to compare
@rrdelaney rrdelaney released this 18 Aug 15:47
· 32 commits to main since this release

Breaking Changes

  • Removed ErrorComponent configuration option, prefer using a custom error boundary at the root level of your app (in _app.ts).
  • Changed logic for detecting if query variables have changed, this should prevent unintended re-renderings.

Full Changelog: v0.8.0...v0.9.0