vite-plugin-relay

A vite plugin for Relay

MIT License

Downloads
44.9K
Stars
76
Committers
6

Bot releases are hidden (Show)

vite-plugin-relay - v2.1.0 Latest Release

Published by tobias-tengler 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/oscartbeaumont/vite-plugin-relay/compare/2.0.0...2.1.0

vite-plugin-relay - v2.0.0

Published by oscartbeaumont about 2 years ago

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

Check out PR #424 for the changes.

vite-plugin-relay - Release 1.0.7

Published by oscartbeaumont almost 3 years ago

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.

vite-plugin-relay - Release 1.0.6

Published by oscartbeaumont about 3 years ago

vite-plugin-relay - Release 1.0.5

Published by oscartbeaumont about 3 years ago

Changes:

  • Changed window to globalThis for Server-Side Rendering support
vite-plugin-relay - Version 1.0.4

Published by oscartbeaumont about 3 years ago

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.