update
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -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.'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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.'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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=${() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user