From cdd305bcb77d4145c9e61f1c986a78f617a6147b Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Mon, 21 Oct 2024 17:06:12 +0200 Subject: [PATCH] build(2.3.0-alpha.3): bump version and update changelog --- CHANGELOG.md | 97 ++++++++++++++++++++++++++-------------------------- package.json | 2 +- 2 files changed, 50 insertions(+), 49 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b2395462..b479e3085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,61 +2,73 @@ ## Unreleased -### Bugfixes +## 2.3.0-alpha.3 -- **App Subscription Management** - - fixed 'read more' link by adding link [#1200](https://github.com/eclipse-tractusx/portal-frontend/pull/1200) +### Change + +- **Onboarding Service Provider Management** + - removed "User List" from table header, added search to onboarding service provider management table, adjusted design to be identical with customer overview table and fixed action 'disable/enable' status not being updated issue [#1132](https://github.com/eclipse-tractusx/portal-frontend/pull/1132) +- **Service Subscriptions** + - renamed 'Configure' button to 'Activate' button [#1150](https://github.com/eclipse-tractusx/portal-frontend/pull/1150) +- **Header** + - moved company roles into enum [#1213](https://github.com/eclipse-tractusx/portal-frontend/pull/1213) +- **Business Partner Invitation** + - enabled support for all language characters for company names [#1189](https://github.com/eclipse-tractusx/portal-frontend/pull/1189) +- **Keycloak** + - upgraded keycloak-js library to version 25 to align with Keycloak server version [#1262](https://github.com/eclipse-tractusx/portal-frontend/pull/1262) +- **App & Service Subscription Management** + - updated search place holder text - showing only available offer names at the top - and implemented hover information on the status icon of service subscription [#1130](https://github.com/eclipse-tractusx/portal-frontend/pull/1130) +- **CX-Operator Application** + - enabled to not show overlay for submitted application to CX-Operator [#1204](https://github.com/eclipse-tractusx/portal-frontend/pull/1204) ### Feature - **Clearinghouse Self-Description** - - Admin UI for Managing SD Document Retriggering [#1141](https://github.com/eclipse-tractusx/portal-frontend/pull/1141) + - added admin UI for managing SD Document retriggering [#1141](https://github.com/eclipse-tractusx/portal-frontend/pull/1141) ### Technical Support - **Injection of environment variables to Docker image** - refactored to a more readable and typo resistant implementation using sh - bash and jq are no longer required in image [#914](https://github.com/eclipse-tractusx/portal-frontend/pull/914) - -### Change - -- **Onboarding Service Provider Management** - - Removed "User List" from table header, added search to onboarding service provider management table, adjusted design to be identical with customer overview table and fixed action 'disable/enable' status not being updated issue [#1132](https://github.com/eclipse-tractusx/portal-frontend/pull/1132) -- **Service Subscriptions** - - - rename 'Configure' button to 'Activate' button [#1150](https://github.com/eclipse-tractusx/portal-frontend/pull/1150) - -- **Header** - - moved company roles into enum [#1213](https://github.com/eclipse-tractusx/portal-frontend/pull/1213) -- **Application Request** - - add separate end points for downloading company credential document and registration document [#1229](https://github.com/eclipse-tractusx/portal-frontend/pull/1229) -- **Business Partner Invitation** - - support all language characters for company names [#1189](https://github.com/eclipse-tractusx/portal-frontend/pull/1189) +- **Notifications** + - harmonized notification translation keys with constants [#1192](https://github.com/eclipse-tractusx/portal-frontend/pull/1192) +- **Dependencies** + - upgraded app dependencies [#1181](https://github.com/eclipse-tractusx/portal-frontend/pull/1181) ### Bugfixes - **Partner Network** - changed role to access page [#1234](https://github.com/eclipse-tractusx/portal-frontend/pull/1234) - -### Bugfixes - +- **Onboarding Service Provider Management** + - fixed blank page issue in customer overview tab [#1232](https://github.com/eclipse-tractusx/portal-frontend/pull/1232) + - fixed hardcoded OSP callback url [#1201](https://github.com/eclipse-tractusx/portal-frontend/pull/1201) +- **Hamburger Menu** + - fixed hamburger menu to display all pages [#1240](https://github.com/eclipse-tractusx/portal-frontend/pull/1240) - **Company Subscriptions** - - fixed wrong hyperlink and role requirement for technical user details in company subscription details [#1220](https://github.com/eclipse-tractusx/portal-frontend/pull/1220) - - ### Bugfixes - + - fixed error message scenario post technical user deletion action [#1164](https://github.com/eclipse-tractusx/portal-frontend/pull/1164) + - fixed duplicate api records on load [#1206](https://github.com/eclipse-tractusx/portal-frontend/pull/1206), [#1207](https://github.com/eclipse-tractusx/portal-frontend/pull/1207) + - fixed DE translation for search input in App and Service Subscription [#1211](https://github.com/eclipse-tractusx/portal-frontend/pull/1211) +- **App Subscription Management** + - fixed 'read more' link by adding link [#1200](https://github.com/eclipse-tractusx/portal-frontend/pull/1200) - **Service Release Process** - - Fixed "None" selection issue in Technical Integration [#1161](https://github.com/eclipse-tractusx/portal-frontend/issues/1161) - -### Bugfixes - -- **Onboarding Service Provider Management** - - fixed blank page issue in customer overview tab - -### Bugfixes - -- **User Menu** - - fixed company user menu to display all pages + - fixed "None" selection issue in Technical Integration [#1212](https://github.com/eclipse-tractusx/portal-frontend/pull/1212) +- **Application Request** + - added separate endpoints for downloading company credential document and registration document [#1229](https://github.com/eclipse-tractusx/portal-frontend/pull/1229) +- **User Management** + - fixed special characters in user management email filters [#1128](https://github.com/eclipse-tractusx/portal-frontend/issues/1128) +- **App Marketplace** + - unified card design in marketplace to list view style [#1194](https://github.com/eclipse-tractusx/portal-frontend/issues/1194) +- **Technical User Details** + - added notification on copy action [#1188](https://github.com/eclipse-tractusx/portal-frontend/issues/1188) +- **Technical User Table** + - prevent overlap between text and sort icon [#1160](https://github.com/eclipse-tractusx/portal-frontend/issues/1160) +- **My Company** + - fixed text overlap issue at company roles [#1180](https://github.com/eclipse-tractusx/portal-frontend/issues/1180) +- **Notifications** + - aligned notification page search field color with other pages [#1178](https://github.com/eclipse-tractusx/portal-frontend/issues/1178) +- **Home** + - disabled My Apps button for users without permission [#1165](https://github.com/eclipse-tractusx/portal-frontend/issues/1165) ## 2.3.0-alpha.2 @@ -66,8 +78,6 @@ - updated technical user details with user type and service endpoint fields. Also, updated copy icon color for better view and made copy icon available only when value is available [#1137](https://github.com/eclipse-tractusx/portal-frontend/pull/1137) - **Company Subscriptions** - update API query parameters and fix tab UI scroll [#1131](https://github.com/eclipse-tractusx/portal-frontend/pull/1131) -- **App & Service Subscription Management** - - updated search place holder text - showing only available offer names at the top - and implemented hover information on the status icon of service subscription [#1130](https://github.com/eclipse-tractusx/portal-frontend/pull/1130) - **Customer Data** - re-enabled CSV upload [#1144](https://github.com/eclipse-tractusx/portal-frontend/pull/1144) - reverted manual intervention with ready state api [#1144](https://github.com/eclipse-tractusx/portal-frontend/pull/1144) @@ -84,8 +94,6 @@ - fixed error message scenario post technical user deletion action [#1164](https://github.com/eclipse-tractusx/portal-frontend/pull/1164) - **Company Subscriptions** - fixed incorrect data display in service company subscriptions [#1191](https://github.com/eclipse-tractusx/portal-frontend/pull/1191) - - fixed error message scenario post technical user deletion action [#1164](https://github.com/eclipse-tractusx/portal-frontend/pull/1164) - - fixed duplicate api records on load [#1206] (https://github.com/eclipse-tractusx/portal-frontend/pull/1206) ## 2.3.0-alpha.1 @@ -162,18 +170,11 @@ - **Notifications** - rename translation key from 'appsubscription' to 'appSubscription' [#1054](https://github.com/eclipse-tractusx/portal-frontend/pull/1054) - **User Management** - - fixed displaying of user management navigation button based on role validation [#1073](https://github.com/eclipse-tractusx/portal-frontend/pull/1073) - - Fixed special characters in user management email filters [#1128](https://github.com/eclipse-tractusx/portal-frontend/issues/1128) - - **App Management** - - fixed 400 Bad Request error due to search filter [#1057](https://github.com/eclipse-tractusx/portal-frontend/pull/1058) - added load more button app overview [#1009](https://github.com/eclipse-tractusx/portal-frontend/pull/1009) -- **Search Translation for App and Service Subsciption** - - fixed DE translation for search input in App and Service Subsciption [#1211](https://github.com/eclipse-tractusx/portal-frontend/pull/1211) - ## 2.2.0 ### Change diff --git a/package.json b/package.json index 0d16eaae1..f5830c166 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@catena-x/portal-frontend", - "version": "v2.3.0-alpha.2", + "version": "v2.3.0-alpha.3", "description": "Catena-X Portal Frontend", "author": "Catena-X Contributors", "license": "Apache-2.0",