This is the sixth beta release of the Reaction Admin project that is designed to work with our new Reaction API.
- fix: Product media fixes (#247)
- fix: list accepted CSV mime types (#197)
- fix: correctly set and render prices for variants and options in product (#246)
- fix: Product editor fixes (#240)
- fix: setting views various issues reported in #238 (#239)
- fix: correctly display total order amount (#217)
This is the fifth beta release of the Reaction Admin project that is designed to work with our new Reaction API.
- fix: remove
canInviteToGroup
helper on the client (#214)
This is the fourth 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.
- fix: wait for Hydra before trying to create client (#208)
- fix: wait for mongo replica set (#205)
- fix: startup delay to make sure api is running (#204)
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.
- feat: product table improvements (#195)
- refactor: remove alanning:roles and related user roles code (#193)
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.
- feat: use new Catalyst data table in products view an#182d update orders view (#182)
- feat: point to /graphql instead of /graphql-beta #1(90)
- chore: reconfigure docker-compose networks (#194)
- fix: show product not found in products table (#167)
- refactor: get
permissions
from groups, not user object (#187)
- docs: update links to use trunk branch of docs (#189)
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.
- feat: add product page title (#175)
- chore: move packages collection and fix most pages (#166)
- ix: use updateProductVariantPrices mutation to save variant price (#172)
- fix: Allow variant fields to be updated on page refresh (#174)
- fix: prop types errors (#180)
- refactor: use OAuth flows for login, reg, logout, change password (#171)
- Add account shop creation (#5)
- Remove
/operator
prefix from all routes (#6) - Change server to port
4080
(from port4040
) (#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)
- Add missing dependency for
subscriptions-transport-ws
(#32) - Use published image for docker-compose #(131)
- Fix query missing
$
in front ofshopId
(#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)