Skip to content

Releases: reactioncommerce/reaction-admin

v3.0.0-beta.3

04 Feb 22:59
cd723c6
Compare
Choose a tag to compare
v3.0.0-beta.3 Pre-release
Pre-release

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

Refactors

  • refactor: remove alanning:roles and related user roles code #193

v3.0.0-beta.2

03 Feb 18:20
6700306
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

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.

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: use new Catalyst data table in products view an#182d update orders view()
feat: point to /graphql instead of /graphql-beta(#190)

Chores

chore: reconfigure docker-compose networks (#194)

Fixes

fix: show product not found in products table(#167)

Refactors

refactor: get permissions from groups, not user object(#187)

Docs

docs: update links to use trunk branch of docs(#189)

v3.0.0-beta

18 Jan 02:07
3944c57
Compare
Choose a tag to compare
v3.0.0-beta Pre-release
Pre-release

v3.0.0-beta

This is the 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.

v3.0.0-alpha

13 Dec 18:34
e9cc890
Compare
Choose a tag to compare
v3.0.0-alpha Pre-release
Pre-release

v3.0.0-alpha

Features

  • Add account shop creation (#5)
  • Remove /operator prefix from all routes (#6)
  • Change server to port 4080 (from port 4040) (#31)
  • Use Notistack to display user notifications (#76)
  • Remove OAuth/identity plugin (#82)
  • Update to Meteor 1.8.1 (#87)
  • Move client config to .env (#92)
  • Updated UI for all tax settings (#127)

Chores

  • Add missing dependency for subscriptions-transport-ws (#32)
  • Use published image for docker-compose (#131)

Fixes

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

Refactors

  • Merge the two routers into one simpler router (#3)
  • Add shopId to defaultNavitgationTree code to match updates to API (#45)
  • Remove old navigation and tagnav plugins (#75)
  • Remove UI to set Stripe API settings (#88)