Reaction Commerce v3.5.0 Release Notes

Release Date: 2020-04-08 // about 4 years ago
  • 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! ๐ŸŽ‰