2024-09-29 16:48:06 +02:00
|
|
|
# Changelog
|
|
|
|
|
|
2024-10-01 20:03:49 +02:00
|
|
|
## 2024-10-01 - 1.2.0 - feat(web)
|
|
|
|
|
Improve UI styling and add registration prompt
|
|
|
|
|
|
|
|
|
|
- Updated max-width of login container to improve layout consistency
|
|
|
|
|
- Added new component for user registration
|
|
|
|
|
- Improved styling for various elements including buttons and text boxes
|
|
|
|
|
|
2024-10-01 13:49:18 +02:00
|
|
|
## 2024-10-01 - 1.1.1 - fix(core)
|
|
|
|
|
Corrected typos and added missing keywords.
|
|
|
|
|
|
|
|
|
|
- Added missing newline at the end of package.json.
|
|
|
|
|
- Revised various typos and added missing keywords.
|
|
|
|
|
|
2024-09-29 16:48:06 +02:00
|
|
|
## 2024-09-29 - 1.1.0 - feat(web)
|
|
|
|
|
Implement view container and update elements
|
|
|
|
|
|
|
|
|
|
- Add IdpViewcontainer element for managing views
|
|
|
|
|
- Update idp-welcome element to load IdpLogincontainer element
|
|
|
|
|
- Rename wg-loginprompt and wg-logincontainer to idp-login and idp-logincontainer
|
|
|
|
|
- Fix CSS styling and references in elements
|
|
|
|
|
- Re-add idp-registration-stepper element
|
|
|
|
|
|
|
|
|
|
## 2024-09-29 - 1.0.0 - Initial Release
|
|
|
|
|
Project initialization and initial documentation setup.
|
|
|
|
|
|
|
|
|
|
- Added README
|
|
|
|
|
- Initial project setup
|