Reaction Commerce v3.6.0 Release Notes

Release Date: 2020-04-16 // about 4 years ago
  • v3.6.0

    ๐ŸŽ Reaction v3.6.0 adds minor features and performance enhancements, fixes bugs, and contains no breaking changes since v3.5.0.

    Notable changes

    โž• Addresses hidden items in cart and checkout

    ๐Ÿ›  Fixes a bug which was causing cart and checkout to fail if an item was hidden after it was added to cart

    ๐Ÿ“ฆ Moves eight plugins into their own npm packages

    ๐Ÿ“ฆ accounts, address-validation, address-validation-test, catalogs, i18n, settings, simple-schema and shops plugins have been moved from internal plugins, to npm install packages.

    ๐Ÿ”จ Refactors

    • ๐Ÿ”จ refactor: use npm package for settings plugin (#6203)
    • ๐Ÿ”จ refactor: move simple-schema plugin to npm (#6202)
    • ๐Ÿ”จ refactor: use npm package for shops plugin (#6201)
    • ๐Ÿ”จ refactor: move catalogs plugin to npm (#6196)
    • ๐Ÿ”จ refactor: move i18n service to npm (#6193)
    • ๐Ÿ”จ refactor: move address-validation service and address-validation-test plugin to npm (#6186)
    • ๐Ÿ”จ refactor: move accounts plugin to npm (#6189)

    ๐Ÿ›  Fixes

    • ๐Ÿ›  fix: find catalog product regardless of visibility (#6089)

    Chores

    • โšก๏ธ chore: update graphql-schema-linter (#6192)