Skip to content

Commit

Permalink
Merge pull request #1006 from eclipse-tractusx/release/v2.2.0-RC1
Browse files Browse the repository at this point in the history
build(2.2.0-rc1): merge release into main
  • Loading branch information
evegufy authored Aug 14, 2024
2 parents 744a7fa + a70f28c commit d79c334
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 16 deletions.
39 changes: 24 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,38 @@

## Unreleased

## 2.2.0-RC1

### Change

- Page headers
- harmonization and standardization of page headers, added consistent headers and removed unused code
- **Page headers**
- harmonized and standardized page headers: added consistent headers and removed unused code [#864](https://github.com/eclipse-tractusx/portal-frontend/pull/864)
- **Company data Management**
- integrated /ready api to trigger once the new record is created [#958](https://github.com/eclipse-tractusx/portal-frontend/pull/958)
- enabled displaying of sharing state error details in the company overlay details page [#958](https://github.com/eclipse-tractusx/portal-frontend/pull/958)

### Feature

- Use scroll to top button from shared components
- Company data
- Integrate /ready api to trigger once the new record is created
- Show sharing state error details in the company overlay details page
- Subscription Overlay
- implement loading state for provider subscription detail overlay
- Technical User Management
- Enhance technical user table by adding StatusTag to the status column
- Enhance technical user table status column by adding new status 'pending deletion'
- **Subscription Overlay**
- implemented loading state for provider subscription detail overlay [#959](https://github.com/eclipse-tractusx/portal-frontend/pull/959)
- **Technical User Management**
- enhanced technical user table by adding StatusTag to the status column [#967](https://github.com/eclipse-tractusx/portal-frontend/pull/967)
- enhanced technical user table status column by adding new status 'pending deletion' [#967](https://github.com/eclipse-tractusx/portal-frontend/pull/967)

### Technical Support

- fixed incorrect usage of pre-commit hook [#874](https://github.com/eclipse-tractusx/portal-frontend/pull/874)
- changed licensing and legal docs [#881](https://github.com/eclipse-tractusx/portal-frontend/pull/881)
- dev-flow: maintain latest changes in main branch [#882](https://github.com/eclipse-tractusx/portal-frontend/pull/882)
- enhanced readme file and added coding guidelines [#916](https://github.com/eclipse-tractusx/portal-frontend/pull/916)

### Bugfixes

- Fixed incorrect usage of pre-commit hook
- Fix consistency issue in constants file. Use camel case for all page paths. Update corresponding usage in other files
- Remove unnecessary condition in semantic hub page's table
- Remove fixed height for "Admin Service Detail" page content.
- fixed usage of scroll to top button from shared components [#868](https://github.com/eclipse-tractusx/portal-frontend/pull/868)
- fixed naming consistency of constants: used camel case for all page paths and update corresponding usage in other files [#895](https://github.com/eclipse-tractusx/portal-frontend/pull/895)
- removed unnecessary condition in semantic hub page's table [#979](https://github.com/eclipse-tractusx/portal-frontend/pull/979)
- fixed unchanged text of button when user requests subscription [#985](https://github.com/eclipse-tractusx/portal-frontend/pull/985)
- fixed height for "Admin Service Detail" page content [#1001](https://github.com/eclipse-tractusx/portal-frontend/pull/1001)

## 2.1.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@catena-x/portal-frontend",
"version": "v2.1.0",
"version": "v2.2.0-RC1",
"description": "Catena-X Portal Frontend",
"author": "Catena-X Contributors",
"license": "Apache-2.0",
Expand Down

0 comments on commit d79c334

Please sign in to comment.