Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v3.7.0
Reaction v3.7.0 adds minor features and performance enhancements, and contains no breaking changes since v3.6.0.
Notable changes
Moves API Core into its own plugin
API core is now its own plugin which provides the
ReactionAPICore
class. Use this to build a NodeJS microservice that is compatible with the Reaction Commerce platform, or to build your main Reaction Commerce API if you don't want to start by forking this project.Finishes moving all plugins into their own npm packages
All remaining plugins which were not moved previous to this release have now been moved out of this project and into their own npm plugins.
Features
Refactors
shipments-flat-rate
plugin to npm (#6199)taxes-flat-rate
plugin to npm (#6198)payments-stripe
plugin to npm (#6161)email
plugin to npm (#6200)notifications
plugin to npm (#6211)job-queue
plugin to npm (#6197)Chores