Skip to content

v3.4.0

Compare
Choose a tag to compare
@kieckhafer kieckhafer released this 20 Mar 00:17
· 4245 commits to trunk since this release
acd12dc

v3.4.0

Reaction v3.4.0 adds minor features and performance enhancements, fixes bugs, and contains no breaking changes since v3.3.0.

Notable changes

Moves two plugins into their own npm packages

navigation and payments-example plugins have been moved from internal plugins, to npm install packages.

Adds additional fields to updateShop mutation

updateShop mutation has been expanded to allow updating of more Shop related settings via the GraphQL API

Refactor

  • refactor: add missing fields to updateShop mutation (#6146)
  • refactor: move navigation plugin into npm (#6118)
  • refactor: move payments-example plugin to npm package (#6142)

Fixes

  • fix: variant clone produces null and undefined values (#6149)

Contributors

Thanks to @trojanh for contributing to this release! 🎉