feat(web): Implement view container and update elements

This commit is contained in:
2024-09-29 16:48:06 +02:00
parent 7735b4070a
commit a4fde94a36
15 changed files with 182 additions and 40 deletions
+16
View File
@@ -0,0 +1,16 @@
# Changelog
## 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