Releases: reactioncommerce/reaction-admin
v3.0.0-beta.3
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
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
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
v3.0.0-alpha
Features
- 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)
Chores
- Add missing dependency for
subscriptions-transport-ws
(#32) - Use published image for docker-compose (#131)
Fixes
- 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)