File tree Expand file tree Collapse file tree 4 files changed +17
-12
lines changed Expand file tree Collapse file tree 4 files changed +17
-12
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,19 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [ Unreleased]
9
9
10
- - Allow to list and remove trusted devices
10
+ ## [ 1.33.0 ] - 2025-03-13
11
11
12
- ### Fixed
12
+ ### Added
13
13
14
- - Fix phoneNumberField so phone number is not in the payload instead of always valuating it to null
14
+ - Allow to define onSuccess and onError callback on all widgets.
15
+ - Allow to list and remove trusted devices.
16
+ - Add a button in MfaList widget to delete credential.
15
17
16
- ### Added
18
+ ### Fixed
19
+
20
+ - Fix phoneNumberField so phone number is not in the payload instead of always valuating it to null.
21
+ - Use the right color for Kakao provider as defined in the design guidelines.
17
22
18
- - Allow to list and remove trusted devices
19
- -
20
23
## [ 1.32.2] - 2025-02-10
21
24
22
25
### Fixed
@@ -582,7 +585,9 @@ The eye icon is now correctly displayed in the Auth widget.
582
585
583
586
First version of the SDK Web UI.
584
587
585
- [ Unreleased ] : https://github.com/ReachFive/identity-web-ui-sdk/compare/1.32.2...HEAD
588
+ [ Unreleased ] : https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.33.0...HEAD
589
+
590
+ [ 1.33.0 ] : https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.32.2...v1.33.0
586
591
587
592
[ 1.32.2 ] : https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.32.1...v1.32.2
588
593
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @reachfive/identity-ui" ,
3
- "version" : " 1.32.2 " ,
3
+ "version" : " 1.33.0 " ,
4
4
"description" : " ReachFive Identity Web UI SDK" ,
5
5
"author" : " ReachFive" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
/**
2
- * @reachfive /identity-ui - v1.32.2
3
- * Compiled Fri, 21 Feb 2025 13:11:28 UTC
2
+ * @reachfive /identity-ui - v1.33.0
3
+ * Compiled Thu, 13 Mar 2025 14:55:13 UTC
4
4
*
5
5
* Copyright (c) ReachFive.
6
6
*
You can’t perform that action at this time.
0 commit comments