@reachfive/identity-ui 1.17.0 → 1.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -1
- package/cjs/identity-ui.js +8271 -9916
- package/es/identity-ui.js +8271 -9916
- package/package.json +3 -3
- package/umd/identity-ui.js +8219 -15336
- package/umd/identity-ui.min.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), and this project adheres
|
|
6
6
|
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [Unreleased]
|
|
9
|
+
|
|
10
|
+
## [1.19.0] - 2023-02-22
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
Support the social provider Naver
|
|
14
|
+
|
|
15
|
+
### Fixes
|
|
16
|
+
Wrong consent version from profile in signup/profile editor forms
|
|
17
|
+
|
|
18
|
+
## [1.18.0] - 2022-12-12
|
|
19
|
+
|
|
20
|
+
Allow to start a step up flow during a login when mfa is required
|
|
21
|
+
Add dedicated field custom identifier to login views if the right option is enabled
|
|
22
|
+
Fix issue during validation custom identifier can now be numbers
|
|
8
23
|
|
|
9
24
|
## [1.17.0] - 2022-10-26
|
|
10
25
|
|
|
@@ -308,7 +323,11 @@ The eye icon is now correctly displayed in the Auth widget.
|
|
|
308
323
|
|
|
309
324
|
First version of the SDK Web UI.
|
|
310
325
|
|
|
311
|
-
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.
|
|
326
|
+
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.19.0...HEAD
|
|
327
|
+
|
|
328
|
+
[1.19.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.18.0...v1.19.0
|
|
329
|
+
|
|
330
|
+
[1.18.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.17.0...v1.18.0
|
|
312
331
|
|
|
313
332
|
[1.17.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.16.2...v1.17.0
|
|
314
333
|
|