This commit is contained in:
2024-12-11 01:19:54 +01:00
parent aa5cc9ff81
commit 08828d6771
4 changed files with 13 additions and 2 deletions
+10
View File
@@ -1,5 +1,15 @@
# Changelog # Changelog
## 2024-12-11 - 1.5.0 - feat(UI)
Added 'Learn more about idp.global' button
- Added a new button for learning more about idp.global in the welcome component
## 2024-12-11 - 1.5.0 - feat(UI)
Added 'Learn more about idp.global' button
- Added a new button for learning more about idp.global in the welcome component
## 2024-10-12 - 1.4.2 - fix(UI) ## 2024-10-12 - 1.4.2 - fix(UI)
Improve text rendering in account navigation. Improve text rendering in account navigation.
+1 -1
View File
@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@idp.global/idp.global', name: '@idp.global/idp.global',
version: '1.4.2', version: '1.5.0',
description: 'An identity provider software managing user authentications, registrations, and sessions.' description: 'An identity provider software managing user authentications, registrations, and sessions.'
} }
+1 -1
View File
@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@idp.global/idp.global', name: '@idp.global/idp.global',
version: '1.4.2', version: '1.5.0',
description: 'An identity provider software managing user authentications, registrations, and sessions.' description: 'An identity provider software managing user authentications, registrations, and sessions.'
} }
+1
View File
@@ -99,6 +99,7 @@ export class IdpWelcome extends DeesElement {
> >
`; `;
})} })}
<dees-button @click=${() => {}}>Learn more about idp.global</dees-button>
<dees-button @click=${() => {}}>Open Developer Dashboard</dees-button> <dees-button @click=${() => {}}>Open Developer Dashboard</dees-button>
<dees-button <dees-button
@click=${() => { @click=${() => {