Skip to content

Commit

Permalink
Merge pull request #199 from reactioncommerce/release-3.0.0-beta.3
Browse files Browse the repository at this point in the history
release v3.0.0-beta.3
  • Loading branch information
kieckhafer authored Feb 4, 2020
2 parents 6846496 + 4684263 commit cd723c6
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 33 deletions.
76 changes: 45 additions & 31 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v3.0.0-beta.3

This is the third beta release of the Reaction Admin project that is designed to work with our new Reaction API.

*Reaction releases will no longer be coordinated across all projects - we'll release each project, independently, as needed. This means version numbers will no longer be in sync. The newest versions of each project will work together. This change has two exceptions: we will release all projects in coordination for a `beta` release, and all projects in coordination for the official `v3.0.0` release.*

### Features

- feat: product table improvements [#195](https://github.com/reactioncommerce/reaction-admin/pull/195)

### Refactors

- refactor: remove alanning:roles and related user roles code [#193](https://github.com/reactioncommerce/reaction-admin/pull/193)

# v3.0.0-beta.2

This is the second beta release of the Reaction Admin project that is designed to work with our new Reaction API.
Expand All @@ -6,24 +20,24 @@ This is the second beta release of the Reaction Admin project that is designed t

### Features

feat: use new Catalyst data table in products view an#182d update orders view([](https://github.com/reactioncommerce/reaction-182admin/pull/))
feat: point to /graphql instead of /graphql-beta([#190](https://github.com/reactioncommerce/reaction-admin/pull/190))
- feat: use new Catalyst data table in products view an#182d update orders view [#182](https://github.com/reactioncommerce/reaction-admin/pull/182)
- feat: point to /graphql instead of /graphql-beta [#190](https://github.com/reactioncommerce/reaction-admin/pull/190)

### Chores

chore: reconfigure docker-compose networks ([#194](https://github.com/reactioncommerce/reaction-admin/pull/194))
- chore: reconfigure docker-compose networks [#194](https://github.com/reactioncommerce/reaction-admin/pull/194)

### Fixes

fix: show product not found in products table([#167](https://github.com/reactioncommerce/reaction-admin/pull/167))
- fix: show product not found in products table [#167](https://github.com/reactioncommerce/reaction-admin/pull/167)

### Refactors

refactor: get `permissions` from groups, not user object([#187](https://github.com/reactioncommerce/reaction-admin/pull/187))
- refactor: get `permissions` from groups, not user object [#187](https://github.com/reactioncommerce/reaction-admin/pull/187)

### Docs

docs: update links to use trunk branch of docs([#189](https://github.com/reactioncommerce/reaction-admin/pull/189))
- docs: update links to use trunk branch of docs [#189](https://github.com/reactioncommerce/reaction-admin/pull/189)

# v3.0.0-beta

Expand All @@ -33,54 +47,54 @@ This is the beta release of the Reaction Admin project that is designed to work

### Features

feat: add product page title ([#175](https://github.com/reactioncommerce/reaction-admin/pull/175))
- feat: add product page title [#175](https://github.com/reactioncommerce/reaction-admin/pull/175)

### Chores

chore: move packages collection and fix most pages ([#166](https://github.com/reactioncommerce/reaction-admin/pull/166))
- chore: move packages collection and fix most pages [#166](https://github.com/reactioncommerce/reaction-admin/pull/166)

### Fixes

fix: use updateProductVariantPrices mutation to save variant price ([#172](https://github.com/reactioncommerce/reaction-admin/pull/172))
fix: Allow variant fields to be updated on page refresh ([#174](https://github.com/reactioncommerce/reaction-admin/pull/174))
fix: prop types errors ([#180](https://github.com/reactioncommerce/reaction-admin/pull/180))
- ix: use updateProductVariantPrices mutation to save variant price [#172](https://github.com/reactioncommerce/reaction-admin/pull/172)
- fix: Allow variant fields to be updated on page refresh [#174](https://github.com/reactioncommerce/reaction-admin/pull/174)
- fix: prop types errors [#180](https://github.com/reactioncommerce/reaction-admin/pull/180)

### Refactors

refactor: use OAuth flows for login, reg, logout, change password ([#171](https://github.com/reactioncommerce/reaction-admin/pull/171))
- refactor: use OAuth flows for login, reg, logout, change password [#171](https://github.com/reactioncommerce/reaction-admin/pull/171)

# v3.0.0-alpha

### Features

- Add account shop creation ([#5](https://github.com/reactioncommerce/reaction-admin/pull/5))
- Remove `/operator` prefix from all routes ([#6](https://github.com/reactioncommerce/reaction-admin/pull/6))
- Change server to port `4080` (from port `4040`) ([#31](https://github.com/reactioncommerce/reaction-admin/pull/31))
- Use `Notistack` to display user notifications ([#76](https://github.com/reactioncommerce/reaction-admin/pull/76))
- Remove OAuth/identity plugin ([#82](https://github.com/reactioncommerce/reaction-admin/pull/82))
- Update to Meteor 1.8.1 ([#87](https://github.com/reactioncommerce/reaction-admin/pull/87))
- Move client config to `.env` ([#92](https://github.com/reactioncommerce/reaction-admin/pull/92))
- Updated UI for all tax settings ([#127](https://github.com/reactioncommerce/reaction-admin/pull/127))
- Add account shop creation [#5](https://github.com/reactioncommerce/reaction-admin/pull/5)
- Remove `/operator` prefix from all routes [#6](https://github.com/reactioncommerce/reaction-admin/pull/6)
- Change server to port `4080` (from port `4040`) [#31](https://github.com/reactioncommerce/reaction-admin/pull/31)
- Use `Notistack` to display user notifications [#76](https://github.com/reactioncommerce/reaction-admin/pull/76)
- Remove OAuth/identity plugin [#82](https://github.com/reactioncommerce/reaction-admin/pull/82)
- Update to Meteor 1.8.1 [#87](https://github.com/reactioncommerce/reaction-admin/pull/87)
- Move client config to `.env` [#92](https://github.com/reactioncommerce/reaction-admin/pull/92)
- Updated UI for all tax settings [#127](https://github.com/reactioncommerce/reaction-admin/pull/127)


### Chores

- Add missing dependency for `subscriptions-transport-ws` ([#32](https://github.com/reactioncommerce/reaction-admin/pull/32))
- Use published image for docker-compose ([#131](https://github.com/reactioncommerce/reaction-admin/pull/131))
- Add missing dependency for `subscriptions-transport-ws` [#32](https://github.com/reactioncommerce/reaction-admin/pull/32)
- Use published image for docker-compose [#131](https://github.com/reactioncommerce/reaction-admin/pull/131)


### Fixes

- Fix query missing `$` in front of `shopId` ([#83](https://github.com/reactioncommerce/reaction-admin/pull/83))
- Fix `reactioncommerce/admin` Docker image that is built and pushed to DockerHub when this is merged to trunk ([#86](https://github.com/reactioncommerce/reaction-admin/pull/86))
- Resolves some reaction-admin bugs such as: creating products and updating them works well now, publishing products, tag page, and navigation ([#89](https://github.com/reactioncommerce/reaction-admin/pull/89))
- Resolve port conflict `9229` with core reaction ([#90](https://github.com/reactioncommerce/reaction-admin/pull/90))
- Make bin/setup always run from the desired path ([#129](https://github.com/reactioncommerce/reaction-admin/pull/129))
- Fix query missing `$` in front of `shopId` [#83](https://github.com/reactioncommerce/reaction-admin/pull/83)
- Fix `reactioncommerce/admin` Docker image that is built and pushed to DockerHub when this is merged to trunk [#86](https://github.com/reactioncommerce/reaction-admin/pull/86)
- Resolves some reaction-admin bugs such as: creating products and updating them works well now, publishing products, tag page, and navigation [#89](https://github.com/reactioncommerce/reaction-admin/pull/89)
- Resolve port conflict `9229` with core reaction [#90](https://github.com/reactioncommerce/reaction-admin/pull/90)
- Make bin/setup always run from the desired path [#129](https://github.com/reactioncommerce/reaction-admin/pull/129)


### Refactors

- Merge the two routers into one simpler router ([#3](https://github.com/reactioncommerce/reaction-admin/pull/3))
- Add `shopId` to `defaultNavitgationTree` code to match updates to API ([#45](https://github.com/reactioncommerce/reaction-admin/pull/45))
- Remove old navigation and `tagnav` plugins ([#75](https://github.com/reactioncommerce/reaction-admin/pull/75))
- Remove UI to set Stripe API settings ([#88](https://github.com/reactioncommerce/reaction-admin/pull/88))
- Merge the two routers into one simpler router [#3](https://github.com/reactioncommerce/reaction-admin/pull/3)
- Add `shopId` to `defaultNavitgationTree` code to match updates to API [#45](https://github.com/reactioncommerce/reaction-admin/pull/45)
- Remove old navigation and `tagnav` plugins [#75](https://github.com/reactioncommerce/reaction-admin/pull/75)
- Remove UI to set Stripe API settings [#88](https://github.com/reactioncommerce/reaction-admin/pull/88)
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reaction",
"description": "Reaction is a modern reactive, real-time event driven ecommerce platform.",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"main": "main.js",
"directories": {
"test": "tests"
Expand Down

0 comments on commit cd723c6

Please sign in to comment.