Reaction Commerce v1.17.0 Release Notes

  • ๐Ÿš€ This release contains mostly bug fixes, many of which are focused on Marketplace implementations. Thanks to @pmn4 for contributing many of the marketplace fixes and additions.

    ๐Ÿš€ There's also a little bit of cleanup of unused code in this release. This will likely be our last release on the 1.x line as our new work is focused on our 2.x version.

    ๐Ÿ”‹ Features

    • feat: Prioritize Primary when multiple Shops match domain (#3528)

    ๐Ÿ›  Fixes

    • ๐Ÿ›  fix: custom tax rates not applied (#4806)
    • ๐Ÿ›  fix: console error tag name error pdp .. Resolves #4776 (#4790)
    • ๐Ÿ›  fix: email settings update on cancel (#4792)
    • ๐Ÿ›  fix: update detailView when its data changes (#4791)
    • ๐Ÿ›  fix: submitting the template edit form now works .. Resolves #4774 (#4780)
    • ๐Ÿ›  fix: edit groups panel (#4771)
    • ๐Ÿ›  fix: add translated text for adding user to group by admin (#4562)
    • ๐Ÿ›  fix: Hide Action View if Product Settings panel open (#4433)
    • ๐Ÿ›  fix: Import getSlug instead of using this.getSlug (#4547)
    • ๐Ÿ›  fix: Product Visibility for Marketplace Shops (#4425)
    • ๐Ÿ›  fix: cart item attributes (#4607)
    • ๐Ÿ›  fix: startup error before primary shop is created on initial startup (#4602)
    • ๐Ÿ›  fix: avoid infinite looping when taxes are enabled (11e95ba) .. Resolves #4620
    • ๐Ÿ›  fix: limit jest maxWorkers to 4 to improve CI perf (cd76a50)

    ๐Ÿ”จ Refactors

    • ๐Ÿ”จ refactor: Remove unused schemas (#4566)

    Chores

    • ๐Ÿณ chore: Rename the reaction-api Docker network (#4613)
    • ๐Ÿš€ chore: Use new CLI tool "propel" to deploy services to ECS (#4623)