Reaction Commerce v3.0.0-beta.2 Release Notes

Release Date: 2020-01-27 // over 4 years ago
  • v3.0.0-beta.2

    ๐Ÿš€ This is the second beta release of our new Reaction project.

    ๐Ÿš€ 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.

    Notable changes

    Permissions are checked against groups, not users

    โšก๏ธ Permissions are now checked by querying a group that user belongs to, and checking against permissions that the group has. In the past, each user had roles (renamed permissions) attached to it, and the roles were checked. This will help keep permissions in sync via groups, instead of individually updating all users every time a permission changes or a user is added to a group.

    ๐Ÿ›  Fixes

    • ๐Ÿ›  fix: add missing permissions check to #6040

    ๐Ÿ”จ Refactor

    • ๐Ÿ”จ refactor: get roles / permissions directly from group(s), not user object #6031

    ๐Ÿ“„ Docs

    • ๐Ÿ“„ docs: update links to use trunk branch of docs #6050