Files
app/changelog.md
T

2.1 KiB

Changelog

2024-10-06 - 1.3.0 - feat(account)

Implement account and organization management features

  • Added account management UI with organization selection
  • Introduced organization creation and selection functionalities
  • Implemented subscription view with Paddle setup integration

2024-10-04 - 1.2.2 - fix(core)

Update dependencies and refactor registration process

  • Updated @design.estate/dees-catalog, @design.estate/dees-domtools, and @design.estate/dees-element dependencies to their latest versions.
  • Refactored registration process to improve validation flow.
  • Improved user interface for login and registration prompts.
  • Fixed issues with email and token validation during registration.

2024-10-04 - 1.2.1 - fix(core)

Added logging for user email login process and fixed client URL parsing

  • Added info logging when loginWithEmail is requested and when a user is found.
  • Ensured reception client parses the URL correctly in IdpClient and IdpRequests classes.
  • Updated login process flow in idp-logincontainer and idp-loginprompt elements.
  • Improved element loading mechanism with updated state management in viewcontainer.

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 - 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 - 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