Skip to content

Latest commit

 

History

History
146 lines (80 loc) · 3.18 KB

CHANGELOG.md

File metadata and controls

146 lines (80 loc) · 3.18 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[1.1.0] - 2022-03-08

Added

  • Impersonate User action in organization user list
  • Impersonation status in b2b-user-widget
  • Stop Impersonation action in b2b-user-widget
  • User list now shown in Organizations admin panel

Fixed

  • User list is now ordered alphabetically by email
  • Remove user mutation now receives correct variable

[1.0.1] - 2022-03-02

Fixed

  • After adding a cost center in the storefront UI, it will immediately be shown in the cost centers dropdown menu when adding or editing a user

[1.0.0] - 2022-02-17

Changed

  • Remove billing options

[0.7.0] - 2022-02-17

Added

  • Added a new button after the organization request form has been submitted which cleans the localStorage property in order to enable submitting another one if the user needs

[0.6.3] - 2022-01-27

Fixed

  • Better validation for email addresses in forms
  • Better validation for required fields in forms
  • Ensure forms cannot be submitted multiple times by clicking multiple times
  • Ensure cost center addresses can be edited by org admin
  • Payment term toggle in admin cost center details page no longer behaves erratically

[0.6.2] - 2022-01-21

Added

  • Documentation

[0.6.1] - 2022-01-06

Added

  • SonarCloud quality analysis

[0.6.0] - 2021-12-22

Added

  • Organization status now shown in b2b-user-widget

Fixed

  • "View" row action in admin organizations table

[0.5.0] - 2021-12-10

Added

  • Organization admin can enable/disable specific payment term options per cost center

Fixed

  • Bug preventing cost center details page in admin from rendering

[0.4.0] - 2021-12-06

Added

  • Organization request form will now show an appropriate message if the current user has already submitted a request

[0.3.0] - 2021-12-01

Added

  • My Organization link/page to My Account

Removed

  • /organization/(:id) and /cost-center/:id routes (these pages are now accessible via My Account)

Fixed

  • Payment Term and Collection IDs are now saved/loaded correctly in organizations admin UI
  • Sales users are no longer editable by organization users in storefront organization UI

[0.2.0] - 2021-11-29

Added

  • b2b-user-widget block and component to show logged in user's organization details
  • Additional permission checks to storefront UI
  • Improved breadcrumb on cost center details page (storefront and admin)

[0.1.0] - 2021-11-09

Added

  • Storefront UI for B2B customer admins to manage their organization (cost centers and users)

Fixed

  • Store admin can now delete cost center addresses

[0.0.4] - 2021-10-29

Fixed

  • Update toast usage to match new @vtex/admin-ui requirements
  • Allow organization names to be changed through OrganizationDetails admin component

[0.0.3] - 2021-10-25

Added

  • Organization Payment Terms

[0.0.2] - 2021-09-10

Fixed

  • Optimize intl messages

[0.0.1] - 2021-09-10

Added

  • Initial release