Reaction Commerce v2.7.0 Release Notes

Release Date: 2019-10-14 // over 4 years ago
  • v2.7.0

    ๐ŸŽ Reaction v2.7.0 adds performance enhancements and fixes bugs.

    ๐Ÿš€ This release is being coordinated with Reaction Platform and is designed to work with v2.7.0 of Reaction Hydra and Example Storefront.

    Notable changes

    ๐Ÿ“ฆ More packages have continued to migrate from no-meteor folders to node-app

    As part of de-meteorization of the Reaction API, We have continued the migration of moving all server side code in no-meteor folders to their respective node-app folders.

    ๐Ÿ”Œ Potential Breaking Changes for Custom Plugins

    โšก๏ธ There might be breaking changes in custom plugins due to the movement of core packages to the node-app folders. Custom plugins will need to update their imports paths to reflect the new location of packages.

    ๐Ÿ›  Fixes

    • ๐Ÿ›  fix: pass correct userId when creating a shop (#5694)
    • ๐Ÿ›  fix: filter products by file on Windows (#5700)

    ๐Ÿ”จ Refactors

    • ๐Ÿ”จ refactor: Move accounts plugin to Node app and better split accounts from users/IDP (#5693)
    • ๐Ÿ”จ refactor: clean-up tasks related to removing appEvents from all meteor code (#5692)
    • ๐Ÿ”จ refactor: clean-up tasks related to moving files to the node-app (#5688)
    • ๐Ÿ”จ refactor: simpleSchema updates for mockContext (#5685)
    • ๐Ÿ”จ refactor: move getPaymentMethodConfigByName to context (#5684)
    • ๐Ÿ”จ refactor: create archiveProducts GQL mutation to replace meteor methods (#5680)
    • ๐Ÿ”จ refactor: move jobs-queue from server/no-meteor to node-app (#5678)
    • ๐Ÿ”จ refactor: move cart from server/no-meteor to node-app (#5675)
    • ๐Ÿ”จ refactor: move checkout from server/no-meteor to node-app (#5674)
    • ๐Ÿ”จ refactor: move core plugin to Node app (#5673)
    • ๐Ÿ”จ refactor: move discounts plugins to Node app (#5672)
    • ๐Ÿ”จ refactor: move marketplace to Node app (#5671)
    • ๐Ÿ”จ refactor: move orders from server/no-meteor to node-app (#5670)
    • ๐Ÿ”จ refactor: move catalog from server/no-meteor to node-app (#5658)
    • ๐Ÿ”จ refactor: move navigation from server/no-meteor to node-app (#5656)
    • ๐Ÿ”จ refactor: move email from server/no-meteor to node-app (#5655)
    • ๐Ÿ”จ refactor: move i18n from server/no-meteor to node-app (#5654)
    • ๐Ÿ”จ refactor: move product and product-variant from server/no-meteor to node-app (#5669)
    • ๐Ÿ”จ refactor: move sitemap-generator from server/no-meteor to node-app (#5667)
    • ๐Ÿ”จ refactor: move Tags from server/no-meteor to node-app (#5665)
    • ๐Ÿ”จ refactor: move dashboard from server/no-meteor to node-app (#5663)
    • ๐Ÿ”จ refactor: move product-admin plugin to Node app (#5659)
    • ๐Ÿ”จ refactor: move notifications plugin to Node app (#5661)