Skip to content

Commit 4c78081

Browse files
authored
v1.33.0 (#275)
1 parent 63c2a00 commit 4c78081

File tree

4 files changed

+17
-12
lines changed

4 files changed

+17
-12
lines changed

CHANGELOG.md

+12-7
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,19 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10-
- Allow to list and remove trusted devices
10+
## [1.33.0] - 2025-03-13
1111

12-
### Fixed
12+
### Added
1313

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

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

18-
- Allow to list and remove trusted devices
19-
-
2023
## [1.32.2] - 2025-02-10
2124

2225
### Fixed
@@ -582,7 +585,9 @@ The eye icon is now correctly displayed in the Auth widget.
582585

583586
First version of the SDK Web UI.
584587

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
586591

587592
[1.32.2]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.32.1...v1.32.2
588593

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reachfive/identity-ui",
3-
"version": "1.32.2",
3+
"version": "1.33.0",
44
"description": "ReachFive Identity Web UI SDK",
55
"author": "ReachFive",
66
"repository": {

types/identity-ui.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
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
44
*
55
* Copyright (c) ReachFive.
66
*

0 commit comments

Comments
 (0)