Reaction Commerce v2.5.0 Release Notes

Release Date: 2019-09-26 // over 4 years ago
  • v2.5.0

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

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

    Notable changes

    Filters have been added to Orders query

    โž• Adds API support to enable users to filter orders by: search keywords (fuzzy search), status, payment status, fulfillment status, date range.

    โœ… Faster Jest integration tests

    ๐Ÿ‘€ By switching to jest-mongodb, we've seen 8x speed improvement when running npm run test:integration

    ๐Ÿ”‹ Feature

    • feat: add various filters to the main orders query (#5575)
    • ๐ŸŒ feat: Translations without Meteor (#5514)

    ๐Ÿ›  Fixes

    • ๐Ÿ›  fix: restore Add/Remove menu item in products page (#5564)
    • ๐Ÿ›  fix: use catalyst button for mediauploader (#5563)
    • ๐Ÿ›  fix: restore loadTranslations fn (#5546)
    • ๐Ÿ›  fix: Add missing GraphQL argument descriptions (#5547)

    ๐Ÿ”จ Refactors

    • ๐Ÿ”จ refactor: create verifySMTPEmailSettings GraphQL mutation, replace meteor version (#5531)
    • ๐Ÿ”จ refactor: various small fixes (#5561)
    • ๐Ÿ”จ refactor: Add extra field to the error message (#5574)
    • ๐Ÿ”จ refactor: use CardHeader for Filter by File card (#5569)
    • ๐Ÿ”จ refactor: add indices on updatedAt for CDC (Products & SimpleInventory) (#5571)
    • ๐Ÿ”จ refactor: rewrite accounts/sendResetPasswordEmail into a GraphQL mutation (#5558)
    • ๐Ÿ”จ refactor: remove Reaction.Email (#5559)
    • ๐Ÿ”จ refactor: remove all code releated to inviting a shop owner (#5553)
    • ๐Ÿ”จ refactor: Fix proptype warning with ReactSortableTree (#5552)
    • ๐Ÿ”จ refactor: remove catalog/publish/products meteor method, use publishProductsToCatalog GQL Mutation instead (#5541

    โœ… Tests

    • โœ… tests: faster Jest integration tests (#5549)

    ๐Ÿ“„ Docs

    • ๐Ÿ“„ docs: Fix test command in README.md (#5565)

    Chores

    • chore: fix various prop type validation errors (#5550)