Skip to content

Releases: oscartbeaumont/vite-plugin-relay

v2.1.0

28 Jan 20:37
8c76628
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.1.0

v2.0.0

10 Sep 05:47
6d2abf6
Compare
Choose a tag to compare

Thanks, @tobias-tengler for doing a bunch of fixes.

Check out PR #424 for the changes.

Release 1.0.7

19 Nov 19:25
a1ba4fc
Compare
Choose a tag to compare

Note: This release removes the redefinition of the global window property so you may need to add it back in depending on your setup. Refer to the README for help doing this.

Release 1.0.6

18 Aug 16:24
d56a6d7
Compare
Choose a tag to compare
chore: :bookmark: bump version to 1.0.6

Release 1.0.5

09 Aug 21:32
4e811dc
Compare
Choose a tag to compare

Changes:

  • Changed window to globalThis for Server-Side Rendering support

Version 1.0.4

09 Aug 21:05
25b4c53
Compare
Choose a tag to compare

Changes:

  • Doesn't require window.global to be set to window. It is now done automatically by vite-plugin-relay.
  • Support for pnpm thanks to @kesne
  • Updated dependencies
  • Added example project, unit tests, linting, GitHub Actions and Dependabot to the repository.