You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,24 @@
2
2
3
3
## Unreleased
4
4
5
-
### Bugfix
6
-
7
-
- remove logic that sets bpn before validation [#253](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/253)
8
-
- fixed company data invalidation when receiving multiple identifier [247](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/247)
5
+
## 2.1.0-RC1
9
6
10
7
### Change
11
8
12
-
- adjust legalEntityPattern REGEX to allow all language characters and update ES version [#250](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/250)
9
+
- adjusted legalEntityPattern REGEX to allow all language characters and update ES version [#250](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/250)
10
+
- upgraded keycloak-js library to version 25 to align with Keycloak server version [#286](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/286)
- removed logic that sets bpn before validation [#253](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/253)
19
+
- fixed company data invalidation when receiving multiple identifier [247](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/247)
20
+
- fixed clearing of form fields after non-existent bpn entered [#260](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/260)
21
+
- fixed clearing of form fields after non-existent bpn entered [#260](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/260)
22
+
- updated logic to handle prefilled values if BPN is present [#244](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/244)
13
23
14
24
## 2.1.0-alpha.1
15
25
@@ -22,7 +32,6 @@
22
32
- fixed country value not updating if user moves back and forth between steps [#232](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/232)
23
33
- removed code that always displays error message on screen [#230](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/230)
24
34
- updated the logic for maxFiles count in upload docs step [#234](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/234)
25
-
- clear form fields after non-existent bpn entered [#260](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/260)
26
35
- fixed upload docs and role selection screen - next button required validation if no role/docs is selected [#228](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/228)
27
36
- allowed for shorter and longer german commercial register number [#216](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/216)
0 commit comments