Skip to content

Commit

Permalink
build(2.1.0): bump version and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Jul 30, 2024
1 parent b2c8601 commit 9a064da
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 53 deletions.
97 changes: 45 additions & 52 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,57 +1,6 @@
# Changelog

## 2.1.0-RC3

### Technical Support

- upgraded shared components [#957](https://github.com/eclipse-tractusx/portal-frontend/pull/957)

### Bugfixes

- **Semantic Hub**:
- show appropriate error information to the user along with refetch button [#917](https://github.com/eclipse-tractusx/portal-frontend/pull/917)
- **Company Data Management**:
- updated company data input patterns [#946](https://github.com/eclipse-tractusx/portal-frontend/pull/946)
- **Admin Board**:
- fixed role to hide admin board page for service manager [#937](https://github.com/eclipse-tractusx/portal-frontend/pull/937)
- **Connector Overlay**
- fixed typo

## 2.1.0-RC2

### Feature

- **Imprint**:
- updated imprint page with anonymized data [#906](https://github.com/eclipse-tractusx/portal-frontend/pull/906)

### Bugfixes

- **Company Data Management**:
- removed unwanted input forms [#887](https://github.com/eclipse-tractusx/portal-frontend/issues/887)
- fixed crash issue in details page
- added error handling component in table [#888](https://github.com/eclipse-tractusx/portal-frontend/issues/888)
- **User Management**:
- fixed disable button state when deselect all checkboxes [#923](https://github.com/eclipse-tractusx/portal-frontend/pull/923)
- **Connector Management**:
- updated GET endpoint for 'Connect Company Connector' to consider technical user status [#938](https://github.com/eclipse-tractusx/portal-frontend/pull/938)
- **UI Language**
- updated translations in locale files [#935](https://github.com/eclipse-tractusx/portal-frontend/pull/935)
- **Application Requests**:
- made UI improvements [#911](https://github.com/eclipse-tractusx/portal-frontend/pull/911)
- **Connector Management**:
- show appropriate error information to the user along with refetch button [#923](https://github.com/eclipse-tractusx/portal-frontend/issues/923)
- **App marketplace**:
- show appropriate error information to the user along with refetch button [#910](https://github.com/eclipse-tractusx/portal-frontend/pull/910)
- **Service Marketplace**:
- show appropriate error information to the user along with refetch button [#910](https://github.com/eclipse-tractusx/portal-frontend/pull/910)

### Technical Support

- **Upgraded dependencies**
- bumped braces from 3.0.2 to 3.0.3 [#927](https://github.com/eclipse-tractusx/portal-frontend/pull/927)
- bumped ws from 8.16.0 to 8.18.0 [#928](https://github.com/eclipse-tractusx/portal-frontend/pull/928)

## 2.1.0-RC1
## 2.1.0

### Change

Expand All @@ -68,10 +17,15 @@
- released Company data management page for Legal Entity, Sites and Addresses incl. simple status management [#731](https://github.com/eclipse-tractusx/portal-frontend/pull/731)
- **Connector Management**:
- released connector detail view including change connector url, view SD document, etc. Add details overlay [#848](https://github.com/eclipse-tractusx/portal-frontend/pull/848)
- **Imprint**:
- updated imprint page with anonymized data [#906](https://github.com/eclipse-tractusx/portal-frontend/pull/906)

### Technical Support

- **Dependencies**:
- upgraded shared components [#957](https://github.com/eclipse-tractusx/portal-frontend/pull/957)
- bumped braces from 3.0.2 to 3.0.3 [#927](https://github.com/eclipse-tractusx/portal-frontend/pull/927)
- bumped ws from 8.16.0 to 8.18.0 [#928](https://github.com/eclipse-tractusx/portal-frontend/pull/928)
- bumped GitHub actions [#846](https://github.com/eclipse-tractusx/portal-frontend/pull/846)
- **Refactoring**:
- removed direct imports from MUI [#855](https://github.com/eclipse-tractusx/portal-frontend/pull/855)
Expand All @@ -94,8 +48,47 @@
- fixed permission validation for `my organization` view [#857](https://github.com/eclipse-tractusx/portal-frontend/pull/857)
- **App Marketplace**:
- fixed app category view more and collapse button function [#805](https://github.com/eclipse-tractusx/portal-frontend/pull/805)
- enabled showing of appropriate error information to the user along with refetch button [#910](https://github.com/eclipse-tractusx/portal-frontend/pull/910)
- **Service Marketplace**:
- enabled showing of appropriate error information to the user along with refetch button [#910](https://github.com/eclipse-tractusx/portal-frontend/pull/910)
- **Connector Management**:
- fixed blank page issue on clicking on details [#925](https://github.com/eclipse-tractusx/portal-frontend/pull/925)
- updated GET endpoint for 'Connect Company Connector' to consider technical user status [#938](https://github.com/eclipse-tractusx/portal-frontend/pull/938)
- enabled showing of appropriate error information to the user along with refetch button [#923](https://github.com/eclipse-tractusx/portal-frontend/issues/923)
- fixed typo in overlay [#947](https://github.com/eclipse-tractusx/portal-frontend/pull/947)
- **Company Data Management**:
- removed unwanted input forms [#887](https://github.com/eclipse-tractusx/portal-frontend/issues/887)
- fixed crash issue in details page
- added error handling component in table [#888](https://github.com/eclipse-tractusx/portal-frontend/issues/888)
- updated company data input patterns [#946](https://github.com/eclipse-tractusx/portal-frontend/pull/946)
- **User Management**:
- fixed disable button state when deselect all checkboxes [#923](https://github.com/eclipse-tractusx/portal-frontend/pull/923)
- **UI Language**:
- updated translations in locale files [#935](https://github.com/eclipse-tractusx/portal-frontend/pull/935)
- **Application Requests**:
- made UI improvements [#911](https://github.com/eclipse-tractusx/portal-frontend/pull/911)
- **Semantic Hub**:
- enabled showing of appropriate error information to the user along with refetch button [#917](https://github.com/eclipse-tractusx/portal-frontend/pull/917)
- **Admin Board**:
- fixed role to hide admin board page for service manager [#937](https://github.com/eclipse-tractusx/portal-frontend/pull/937)

### Known Knowns

- Technical Issues and Limitations
- Technical User Accounts
- There is an issue where attempting to display details for inactive technical users results in a blank page due to a lack of necessary backend support.
- Long Description field in German (de) does not accept German special characters [#965](https://github.com/eclipse-tractusx/portal-frontend/pull/965).
- Role Upload does not work during App Release Process when using Firefox [#961](https://github.com/eclipse-tractusx/portal-frontend/pull/961).
- Feature Support and Development
- Auto-setup Process Worker
- There is no frontend support for the extended auto-setup process worker, specifically in terms of error handling and status transparency.
- Registration Approval Process
- The frontend provides limited support for the registration approval process, particularly concerning the retriggering of jobs.
- Technical User Details
- The status of technical users is not displayed on the technical user detail page.
- UI Development Needs
- Onboarding Service Provider Management Board
- The user interface for the Onboarding Service Provider management board is not yet developed.

## 2.0.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-RC3",
"version": "v2.1.0",
"description": "Catena-X Portal Frontend",
"author": "Catena-X Contributors",
"license": "Apache-2.0",
Expand Down

0 comments on commit 9a064da

Please sign in to comment.