Changelog History
Page 3
-
v3.12.2 Changes
June 11, 2021๐ Bug Fixes
- ๐ณ push to docker hub without v, get latest tag across all branches (79a0ece)
-
v3.12.1 Changes
June 11, 2021๐ Bug Fixes
- ๐ update docker-compose on release (2e88105)
-
v3.11.0 Changes
๐ Reaction v3.11.0 adds minor enhancements, fixes bugs and contains no breaking changes since v3.10.0.
Notable changes
๐ Fixed image uploads
๐ Fixed issues causing image upload to fail.
๐ Fixes
- ๐ fix: Get product image uploads working again (#6309)
๐จ Refactors
- ๐จ refactor: preserve symlinks in docker debug npm scripts (#6302)
Chores
- โก๏ธ chore: Update @reactioncommerce dependencies (#6296)
- โก๏ธ chore: Update api-plugin-shops (#6295)
- โก๏ธ chore: update api-plugin-accounts package (6312)
Contributors
๐ Thanks to @loan-laux and @balibebas for contributing to this release! ๐
-
v3.10.0 Changes
October 05, 2020v3.10.0
๐ Reaction v3.10.0 adds minor features and performance enhancements, and contains no breaking changes since v3.9.0
Notable changes
โก๏ธ Update node from v12.x to v14.x
โก๏ธ Update Reaction to current stable node for general maintenance.
๐จ Please note that node's ES Modules support is stable, but still experimental. While we are not aware of any specific breaking changes or issues, some CommonJS/ES Modules refactoring may be necessary in some installations.
๐ Features
โก๏ธ feat: update to nodejs v14 (#6292)
-
v3.9.0 Changes
August 11, 2020v3.9.0
๐ Reaction v3.9.0 adds minor features and performance enhancements, and contains no breaking changes since v3.8.0
Chores
โก๏ธ chore: update simple authorization plugin (#6274)
โก๏ธ chore: Update accounts package (#6269)
๐ฆ chore: use yalc for package link and unlink (#6266)
โก๏ธ chore: updated api plugins (#6265)
๐ฆ chore: fix package link script issues (#6251)Contributors
๐ Thanks to @loan-laux for contributing to this release! ๐
-
v3.8.0 Changes
June 03, 2020๐ Reaction v3.8.0 adds minor features and performance enhancements, and contains no breaking changes since v3.7.1
Notable changes
โ Add package link and unlink scripts for easier testing of plugins
๐ณ
bin/package-link
andbin/package-unlink
allow you to test local plugins easily and efficiently, no longer needing you tonpm link
packages or adjust yourdocker-compose.yml
file.โก๏ธ Update various
api-plugins
- ๐ api-core (Release notes)
- ๐ api-plugin-accounts (Release notes)
- ๐ api-plugin-carts (Release notes)
- ๐ api-plugin-orders (Release notes)
- ๐ api-plugin-shops (Release notes)
- ๐ api-plugin-taxes-flat-rate (Release notes)
- ๐ api-utils (Release notes)
Chore
- ๐ฆ chore: add package link and unlink scripts (#6238)
- ๐ฆ chore: fix package link script issues (#6251)
๐ Fixes
- ๐ฆ chore: fix package link script issues
-
v3.7.1 Changes
May 05, 2020v3.7.1
Reaction v3.7.1 adds a bug fix and contains no breaking changes since v3.7.0
Notable changes
๐ Fix API Docker image
โก๏ธ Updates
Dockerfile
to copy newplugins.json
into the Docker image.๐ Fixes
- ๐ fix: copy plugins.json into prod image (#6244)
-
v3.7.0 Changes
May 01, 2020v3.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
- feat: reaction as library (#6155)
๐จ Refactors
- ๐จ refactor: use npm package for taxes plugin (#6228)
- ๐จ refactor: move
shipments-flat-rate
plugin to npm (#6199) - ๐จ refactor: move
taxes-flat-rate
plugin to npm (#6198) - ๐จ refactor: use npm package for inventory plugin (#6226)
- ๐จ refactor: use npm package for simple-pricing plugin (#6225)
- ๐จ refactor: move shipments plugin to NPM package (#6224)
- ๐จ refactor: use npm package for files plugin (#6217)
- ๐จ refactor: move surcharges plugin to NPM package (#6223)
- ๐จ refactor: use npm package for products plugin (#6220)
- ๐จ refactor: move discounts plugin to NPM package (#6216)
- ๐จ refactor: use npm package for simple-inventory plugin (#6222)
- ๐จ refactor: move email-smtp plugin to NPM package (#6218)
- ๐จ refactor: move email-templates plugin to NPM pkg (#6219)
- ๐จ refactor: move payments plugin to NPM package (#6221)
- ๐จ refactor: move
payments-stripe
plugin to npm (#6161) - ๐จ refactor: use npm package for carts plugin (#6215)
- ๐จ refactor: move
email
plugin to npm (#6200) - ๐จ refactor: move orders plugin to NPM (#6214)
- ๐จ refactor: move
notifications
plugin to npm (#6211) - ๐จ refactor: move
job-queue
plugin to npm (#6197) - ๐จ refactor: use npm package for tags plugin (#6212)
Chores
-
v3.6.0 Changes
April 16, 2020v3.6.0
๐ Reaction v3.6.0 adds minor features and performance enhancements, fixes bugs, and contains no breaking changes since v3.5.0.
Notable changes
โ Addresses hidden items in cart and checkout
๐ Fixes a bug which was causing cart and checkout to fail if an item was hidden after it was added to cart
๐ฆ Moves eight plugins into their own npm packages
๐ฆ
accounts
,address-validation
,address-validation-test
,catalogs
,i18n
,settings
,simple-schema
andshops
plugins have been moved from internal plugins, to npm install packages.๐จ Refactors
- ๐จ refactor: use npm package for settings plugin (#6203)
- ๐จ refactor: move
simple-schema
plugin to npm (#6202) - ๐จ refactor: use npm package for shops plugin (#6201)
- ๐จ refactor: move catalogs plugin to npm (#6196)
- ๐จ refactor: move i18n service to npm (#6193)
- ๐จ refactor: move address-validation service and address-validation-test plugin to npm (#6186)
- ๐จ refactor: move accounts plugin to npm (#6189)
๐ Fixes
- ๐ fix: find catalog product regardless of visibility (#6089)
Chores
- โก๏ธ chore: update graphql-schema-linter (#6192)