Skip to content

Commit e1ddcb2

Browse files
authored
Merge pull request eclipse-tractusx#1263 from eclipse-tractusx/release/v2.3.0-alpha.3
build(2.3.0-alpha.3): merge release into main
2 parents 9a26053 + cdd305b commit e1ddcb2

File tree

2 files changed

+50
-49
lines changed

2 files changed

+50
-49
lines changed

CHANGELOG.md

Lines changed: 49 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2,61 +2,73 @@
22

33
## Unreleased
44

5-
### Bugfixes
5+
## 2.3.0-alpha.3
66

7-
- **App Subscription Management**
8-
- fixed 'read more' link by adding link [#1200](https://github.com/eclipse-tractusx/portal-frontend/pull/1200)
7+
### Change
8+
9+
- **Onboarding Service Provider Management**
10+
- 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)
11+
- **Service Subscriptions**
12+
- renamed 'Configure' button to 'Activate' button [#1150](https://github.com/eclipse-tractusx/portal-frontend/pull/1150)
13+
- **Header**
14+
- moved company roles into enum [#1213](https://github.com/eclipse-tractusx/portal-frontend/pull/1213)
15+
- **Business Partner Invitation**
16+
- enabled support for all language characters for company names [#1189](https://github.com/eclipse-tractusx/portal-frontend/pull/1189)
17+
- **Keycloak**
18+
- upgraded keycloak-js library to version 25 to align with Keycloak server version [#1262](https://github.com/eclipse-tractusx/portal-frontend/pull/1262)
19+
- **App & Service Subscription Management**
20+
- 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)
21+
- **CX-Operator Application**
22+
- enabled to not show overlay for submitted application to CX-Operator [#1204](https://github.com/eclipse-tractusx/portal-frontend/pull/1204)
923

1024
### Feature
1125

1226
- **Clearinghouse Self-Description**
13-
- Admin UI for Managing SD Document Retriggering [#1141](https://github.com/eclipse-tractusx/portal-frontend/pull/1141)
27+
- added admin UI for managing SD Document retriggering [#1141](https://github.com/eclipse-tractusx/portal-frontend/pull/1141)
1428

1529
### Technical Support
1630

1731
- **Injection of environment variables to Docker image**
1832
- 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)
19-
20-
### Change
21-
22-
- **Onboarding Service Provider Management**
23-
- 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)
24-
- **Service Subscriptions**
25-
26-
- rename 'Configure' button to 'Activate' button [#1150](https://github.com/eclipse-tractusx/portal-frontend/pull/1150)
27-
28-
- **Header**
29-
- moved company roles into enum [#1213](https://github.com/eclipse-tractusx/portal-frontend/pull/1213)
30-
- **Application Request**
31-
- add separate end points for downloading company credential document and registration document [#1229](https://github.com/eclipse-tractusx/portal-frontend/pull/1229)
32-
- **Business Partner Invitation**
33-
- support all language characters for company names [#1189](https://github.com/eclipse-tractusx/portal-frontend/pull/1189)
33+
- **Notifications**
34+
- harmonized notification translation keys with constants [#1192](https://github.com/eclipse-tractusx/portal-frontend/pull/1192)
35+
- **Dependencies**
36+
- upgraded app dependencies [#1181](https://github.com/eclipse-tractusx/portal-frontend/pull/1181)
3437

3538
### Bugfixes
3639

3740
- **Partner Network**
3841
- changed role to access page [#1234](https://github.com/eclipse-tractusx/portal-frontend/pull/1234)
39-
40-
### Bugfixes
41-
42+
- **Onboarding Service Provider Management**
43+
- fixed blank page issue in customer overview tab [#1232](https://github.com/eclipse-tractusx/portal-frontend/pull/1232)
44+
- fixed hardcoded OSP callback url [#1201](https://github.com/eclipse-tractusx/portal-frontend/pull/1201)
45+
- **Hamburger Menu**
46+
- fixed hamburger menu to display all pages [#1240](https://github.com/eclipse-tractusx/portal-frontend/pull/1240)
4247
- **Company Subscriptions**
43-
4448
- fixed wrong hyperlink and role requirement for technical user details in company subscription details [#1220](https://github.com/eclipse-tractusx/portal-frontend/pull/1220)
45-
46-
### Bugfixes
47-
49+
- fixed error message scenario post technical user deletion action [#1164](https://github.com/eclipse-tractusx/portal-frontend/pull/1164)
50+
- 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)
51+
- fixed DE translation for search input in App and Service Subscription [#1211](https://github.com/eclipse-tractusx/portal-frontend/pull/1211)
52+
- **App Subscription Management**
53+
- fixed 'read more' link by adding link [#1200](https://github.com/eclipse-tractusx/portal-frontend/pull/1200)
4854
- **Service Release Process**
49-
- Fixed "None" selection issue in Technical Integration [#1161](https://github.com/eclipse-tractusx/portal-frontend/issues/1161)
50-
51-
### Bugfixes
52-
53-
- **Onboarding Service Provider Management**
54-
- fixed blank page issue in customer overview tab
55-
56-
### Bugfixes
57-
58-
- **User Menu**
59-
- fixed company user menu to display all pages
55+
- fixed "None" selection issue in Technical Integration [#1212](https://github.com/eclipse-tractusx/portal-frontend/pull/1212)
56+
- **Application Request**
57+
- added separate endpoints for downloading company credential document and registration document [#1229](https://github.com/eclipse-tractusx/portal-frontend/pull/1229)
58+
- **User Management**
59+
- fixed special characters in user management email filters [#1128](https://github.com/eclipse-tractusx/portal-frontend/issues/1128)
60+
- **App Marketplace**
61+
- unified card design in marketplace to list view style [#1194](https://github.com/eclipse-tractusx/portal-frontend/issues/1194)
62+
- **Technical User Details**
63+
- added notification on copy action [#1188](https://github.com/eclipse-tractusx/portal-frontend/issues/1188)
64+
- **Technical User Table**
65+
- prevent overlap between text and sort icon [#1160](https://github.com/eclipse-tractusx/portal-frontend/issues/1160)
66+
- **My Company**
67+
- fixed text overlap issue at company roles [#1180](https://github.com/eclipse-tractusx/portal-frontend/issues/1180)
68+
- **Notifications**
69+
- aligned notification page search field color with other pages [#1178](https://github.com/eclipse-tractusx/portal-frontend/issues/1178)
70+
- **Home**
71+
- disabled My Apps button for users without permission [#1165](https://github.com/eclipse-tractusx/portal-frontend/issues/1165)
6072

6173
## 2.3.0-alpha.2
6274

@@ -66,8 +78,6 @@
6678
- 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)
6779
- **Company Subscriptions**
6880
- update API query parameters and fix tab UI scroll [#1131](https://github.com/eclipse-tractusx/portal-frontend/pull/1131)
69-
- **App & Service Subscription Management**
70-
- 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)
7181
- **Customer Data**
7282
- re-enabled CSV upload [#1144](https://github.com/eclipse-tractusx/portal-frontend/pull/1144)
7383
- reverted manual intervention with ready state api [#1144](https://github.com/eclipse-tractusx/portal-frontend/pull/1144)
@@ -84,8 +94,6 @@
8494
- fixed error message scenario post technical user deletion action [#1164](https://github.com/eclipse-tractusx/portal-frontend/pull/1164)
8595
- **Company Subscriptions**
8696
- fixed incorrect data display in service company subscriptions [#1191](https://github.com/eclipse-tractusx/portal-frontend/pull/1191)
87-
- fixed error message scenario post technical user deletion action [#1164](https://github.com/eclipse-tractusx/portal-frontend/pull/1164)
88-
- fixed duplicate api records on load [#1206] (https://github.com/eclipse-tractusx/portal-frontend/pull/1206)
8997

9098
## 2.3.0-alpha.1
9199

@@ -162,18 +170,11 @@
162170
- **Notifications**
163171
- rename translation key from 'appsubscription' to 'appSubscription' [#1054](https://github.com/eclipse-tractusx/portal-frontend/pull/1054)
164172
- **User Management**
165-
166173
- fixed displaying of user management navigation button based on role validation [#1073](https://github.com/eclipse-tractusx/portal-frontend/pull/1073)
167-
- Fixed special characters in user management email filters [#1128](https://github.com/eclipse-tractusx/portal-frontend/issues/1128)
168-
169174
- **App Management**
170-
171175
- fixed 400 Bad Request error due to search filter [#1057](https://github.com/eclipse-tractusx/portal-frontend/pull/1058)
172176
- added load more button app overview [#1009](https://github.com/eclipse-tractusx/portal-frontend/pull/1009)
173177

174-
- **Search Translation for App and Service Subsciption**
175-
- fixed DE translation for search input in App and Service Subsciption [#1211](https://github.com/eclipse-tractusx/portal-frontend/pull/1211)
176-
177178
## 2.2.0
178179

179180
### Change

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@catena-x/portal-frontend",
3-
"version": "v2.3.0-alpha.2",
3+
"version": "v2.3.0-alpha.3",
44
"description": "Catena-X Portal Frontend",
55
"author": "Catena-X Contributors",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)