Releases: vtex-apps/storefront-permissions
Releases · vtex-apps/storefront-permissions
v3.2.2
v3.2.1
Changed
- Change checkUserPermission error logs on the graphql framework to warn level
v3.2.0
Added
- Introduced the getOrganizationsPaginatedByEmail function to retrieve organizations with pagination, preventing timeouts.
v3.0.1
Feature
- Added license manager checks to certain queries and all mutations so only users with b2b organizations view and edit are able to interact with the information from the organizations.
v3.0.0
Changed
- Update dependency major version. If you are updating to this major version, make sure to update the following apps (if you have then installed) to the following major versions:
v1.47.0-hkignore
Freeze v1.45.3 version with hkignore.
v2.1.0
Added
- Add new setCurrentPriceTable mutation that allows a specific price table to be selected for the user
v2.0.0
Changed
- Update dependency major version. If you are updating to this major version, make sure to update the following apps (if you have then installed) to the following major versions:
Removed
- Reverted version 1.46.0
v1.46.0
Added
- New mutation
setCurrentPriceTableto allow users to select a specific price table from their organization's available price tables - New field
selectedPriceTabletob2b_usersschema to persist user's price table preference - Enhanced price table handling in
setProfileto prioritize user's selected price table in the response
Changed
- Add
selectedPriceTabletob2b_usersschema
v1.45.3
Changed
- Change the way to retrieve the customer from Master Data using custom client
- Change the way to retrieve the organization by id from Master Data using custom client