-
Notifications
You must be signed in to change notification settings - Fork 2.2k
release v2.5.0 #5581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release v2.5.0 #5581
Conversation
Signed-off-by: Erik Kieckhafer <[email protected]>
… this method Signed-off-by: Erik Kieckhafer <[email protected]>
…r-removeContextInGraphQL-verifySMTPEmailSettings
…r-removeContextInGraphQL-verifySMTPEmailSettings
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
…r method Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Eric Dobbertin <[email protected]>
Signed-off-by: Eric Dobbertin <[email protected]>
from context.requestHeaders Signed-off-by: Eric Dobbertin <[email protected]>
Signed-off-by: Eric Dobbertin <[email protected]>
Signed-off-by: Eric Dobbertin <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Jaka Maver <[email protected]>
…order Signed-off-by: Jaka Maver <[email protected]>
Signed-off-by: Jaka Maver <[email protected]>
Signed-off-by: Jaka Maver <[email protected]>
Signed-off-by: Jaka Maver <[email protected]>
Add indices on updatedAt for CDC (Products & SimpleInventory)
Signed-off-by: Erik Kieckhafer <[email protected]>
…eader refactor(catalyst): use CardHeader for Filter by File card
Add extra field to the error message
Various small fixes
…57/reaction into jm18457-feat-5555-multilingual-email
Signed-off-by: Eric Dobbertin <[email protected]>
Signed-off-by: Will Lopez <[email protected]>
Signed-off-by: Will Lopez <[email protected]>
Signed-off-by: Will Lopez <[email protected]>
Signed-off-by: Will Lopez <[email protected]>
Signed-off-by: Will Lopez <[email protected]>
Signed-off-by: Will Lopez <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Will Lopez <[email protected]>
…hancements feat: add various filters to the main orders query
…moveContextInGraphQL-verifySMTPEmailSettings refactor: create verifySMTPEmailSettings GraphQL mutation, replace meteor version
Signed-off-by: Erik Kieckhafer <[email protected]>
manueldelreal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested the regression suite with special attention to:
Email workflows
Order filtering (new)
E2E order placing (3 datasets: example dataset, fresh db and enterprise dataset)
willopez
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested with sample data, LGTM
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.0of 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 runningnpm run test:integrationFeature
Fixes
Refactors
accounts/sendResetPasswordEmailinto a GraphQL mutation (#5558)catalog/publish/productsmeteor method, usepublishProductsToCatalogGQL Mutation instead (#5541Tests
Docs
Chores