Skip to content

v3.0.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@rosshadden rosshadden released this 13 Dec 18:34
· 993 commits to trunk since this release
e9cc890

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)