github reactioncommerce/reaction v3.5.0

v3.5.0

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

Notable changes

Moves three plugins into their own npm packages

discount-codes, sitemap-generator and translations plugins have been moved from internal plugins, to npm install packages.

Price field has been deprecated on Product Variants and Options

A new pricing field has been added to Product and ProductVariant types, and price has been deprecated, to keep field consistant across packages and product types.

Features

  • feat: support passing product data with createProduct and createProductVariant (#6150)

Refactors

  • refactor: deprecate bin/token script (#6183)
  • refactor: move sitemap generator plugin to npm (#6144)
  • refactor: move translations plugin to npm (#6160)
  • refactor: npm discount codes (#6157)
  • refactor: filter out variant media from product media query (#6165)

Fixes

  • fix: adds new pricing field to product variants in order to correctly display prices (#6159)
  • fix: Update getAuthToken for ES6 modules (#6156)

Chores

  • chore: issue template update (#6158)
  • chore: Update security deps (#6190)

Docs

  • docs: Fix simple typo, epxect -> expect (#6188)

Contributors

Thanks to @timgates42 for contributing to this release! 🎉

Don't miss a new reaction release

NewReleases is sending notifications on new releases.