Releases: oscartbeaumont/vite-plugin-relay
Releases · oscartbeaumont/vite-plugin-relay
v2.1.0
What's Changed
- Update babel-plugin-relay peer dependency version by @koistya in #476
- Create sourcemaps for the relay plugin transformation by @tmair in #459
- chore: Bump version to v2.1.0 by @tobias-tengler in #497
- chore: Make package releasable by @tobias-tengler in #496
- chore: Downgrade Vite version in Vite 2 example by @tobias-tengler in #456
- chore: Use type: module for Vite 3 example by @tobias-tengler in #457
- chore(README): Typo fix by @tony in #474
- chore(deps): bump pnpm/action-setup from 2.0.1 to 2.2.4 by @dependabot in #462
- chore(deps): bump actions/checkout from 2 to 3.1.0 by @dependabot in #460
New Contributors
- @tony made their first contribution in #474
- @koistya made their first contribution in #476
- @tmair made their first contribution in #459
Full Changelog: 2.0.0...2.1.0
v2.0.0
Thanks, @tobias-tengler for doing a bunch of fixes.
Check out PR #424 for the changes.
Release 1.0.7
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
chore: :bookmark: bump version to 1.0.6
Release 1.0.5
Changes:
- Changed
window
toglobalThis
for Server-Side Rendering support