Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(2.0.0): bump version and update docs #179

Merged
merged 1 commit into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 14 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,33 @@
# Changelog


## 2.0.0-RC2
## 2.0.0

### Change
- Company Role
- added support for optional terms

### Technical Support
- reworked year in file header

## 2.0.0-RC1

### Change
- Migrated from Create React App (webpack) to Vite (rollup)
- Switched from deprecated CRA to new framework for build scripts and development server
- Use React 18 instead of 17
- Upgraded dependencies
- Pattern updates
- Support special characters in the registration form - Name, street, region, city and postal code
- updated company region field to accept hyphens
- upgraded keycloak-js dependency to v23.0.7
- move config values from code to config (clientID, realm name, etc.)


### Feature
- Registration Step "Select Company Role"
- added support for optional and inactive agreements based on received backend response ![Tag](https://img.shields.io/static/v1?label=&message=Pre-Release&color=grey&style=flat)

### Technical Support
- migrated from Create React App (webpack) to Vite (rollup)
- switched from deprecated CRA to new framework for build scripts and development server
- use React 18 instead of 17
- upgraded dependencies
- set node version explicitly
- introduced codeql scan
- introduced dependabot.yml
- removed veracode workflow
- upgraded gh actions and change to pinned actions full length commit sha
- CONTRIBUTING.md: linked to contribution details
- renamed docker notice file
* updated eclipse dash tool for dependencies check
- updated eclipse dash tool for dependencies check
- reworked year in file header
- upgraded keycloak-js dependency to v23.0.7
- move config values from code to config (clientID, realm name, etc.)

## 1.6.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-registration",
"version": "v2.0.0-RC2",
"version": "v2.0.0",
"description": "Catena-X Portal Frontend Registration App",
"author": "Catena-X Contributors",
"license": "Apache-2.0",
Expand Down