@reachfive/identity-ui 1.13.0 → 1.16.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 +59 -17
- package/cjs/identity-ui.js +628 -83
- package/es/identity-ui.js +628 -83
- package/package.json +3 -3
- package/umd/identity-ui.js +14917 -12008
- package/umd/identity-ui.min.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,34 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.16.0] - 2022-07-27
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
Upgrade identity-web-core-sdk version to 1.24.0
|
|
15
|
+
|
|
16
|
+
### Fixes
|
|
17
|
+
|
|
18
|
+
Fix consents UI in profile editor component.
|
|
19
|
+
|
|
20
|
+
## [1.15.0] - 2022-02-22
|
|
21
|
+
|
|
22
|
+
### Added
|
|
23
|
+
|
|
24
|
+
- Add ReCaptcha V3 for authentication pages: forgot-password, signup, login-with-password
|
|
25
|
+
- Add ReCaptcha V3 for passwordless page
|
|
26
|
+
|
|
27
|
+
## [1.14.0] - 2021-11-10
|
|
28
|
+
|
|
29
|
+
### Changed
|
|
30
|
+
|
|
31
|
+
- If the SMS feature is enabled for the account, login forms accept a phone number as the identifier.
|
|
32
|
+
- Version of consents can be displayed.
|
|
33
|
+
|
|
34
|
+
### Fixes
|
|
35
|
+
|
|
36
|
+
Signup field `phone_number` for `showAuth` can now be made mandatory.
|
|
37
|
+
|
|
10
38
|
## [1.13.0] - 2021-08-02
|
|
11
39
|
|
|
12
40
|
### Changed
|
|
@@ -65,7 +93,7 @@ Temporary revert the SDK Core dependency version to solve the login with PKCE in
|
|
|
65
93
|
|
|
66
94
|
## [1.11.2] - 2020-11-04
|
|
67
95
|
|
|
68
|
-
###
|
|
96
|
+
### Added
|
|
69
97
|
|
|
70
98
|
A new check rule for password strength is now displayed on the signup view on
|
|
71
99
|
the [showAuth](https://developer.reachfive.com/sdk-ui/showAuth.html) widget.
|
|
@@ -78,7 +106,7 @@ Revert the new check rule for password strength since the wordings are not yet d
|
|
|
78
106
|
|
|
79
107
|
## [1.11.0] - 2020-10-28
|
|
80
108
|
|
|
81
|
-
###
|
|
109
|
+
### Added
|
|
82
110
|
|
|
83
111
|
New changes were made on the [showAuth](https://developer.reachfive.com/sdk-ui/showAuth.html) widget:
|
|
84
112
|
|
|
@@ -95,14 +123,14 @@ Revert the latest FIDO2 signup Features since it's breaking the style of Hosted
|
|
|
95
123
|
|
|
96
124
|
## [1.10.0] - 2020-10-16
|
|
97
125
|
|
|
98
|
-
###
|
|
126
|
+
### Added
|
|
99
127
|
|
|
100
128
|
The [showAuth](https://developer.reachfive.com/sdk-ui/showAuth.html) widget can now handle signup with biometrics if
|
|
101
129
|
the `allowWebAuthnSignup` option is enabled.
|
|
102
130
|
|
|
103
131
|
## [1.9.0] - 2020-09-16
|
|
104
132
|
|
|
105
|
-
###
|
|
133
|
+
### Added
|
|
106
134
|
|
|
107
135
|
Always override account `opt-out` consents.
|
|
108
136
|
|
|
@@ -112,13 +140,13 @@ Fixes the CircleCi job to deploy a new version.
|
|
|
112
140
|
|
|
113
141
|
## [1.8.0] - 2020-07-22
|
|
114
142
|
|
|
115
|
-
###
|
|
143
|
+
### Added
|
|
116
144
|
|
|
117
145
|
Add custom fields types (email & phone).
|
|
118
146
|
|
|
119
147
|
## [1.7.0] - 2020-07-08
|
|
120
148
|
|
|
121
|
-
###
|
|
149
|
+
### Added
|
|
122
150
|
|
|
123
151
|
- The user can now set the device's name in
|
|
124
152
|
the [showWebAuthnDevices](https://developer.reachfive.com/sdk-ui/showWebAuthnDevices.html) widget.
|
|
@@ -126,7 +154,7 @@ Add custom fields types (email & phone).
|
|
|
126
154
|
|
|
127
155
|
## [1.6.0] - 2020-07-07
|
|
128
156
|
|
|
129
|
-
###
|
|
157
|
+
### Added
|
|
130
158
|
|
|
131
159
|
Display a friendly user error message on
|
|
132
160
|
the [showWebAuthnDevices](https://developer.reachfive.com/sdk-ui/showWebAuthnDevices.html) widget when the user wants to
|
|
@@ -134,7 +162,7 @@ add a device already registered.
|
|
|
134
162
|
|
|
135
163
|
## [1.5.0] - 2020-07-01
|
|
136
164
|
|
|
137
|
-
###
|
|
165
|
+
### Added
|
|
138
166
|
|
|
139
167
|
Add a new widget [showWebAuthnDevices](https://developer.reachfive.com/sdk-ui/showWebAuthnDevices.html) allowing the
|
|
140
168
|
management of the user’s registered FIDO2 devices.
|
|
@@ -147,7 +175,7 @@ The UI SDK now uses the latest version of the Core SDK.
|
|
|
147
175
|
|
|
148
176
|
## [1.4.0] - 2020-06-15
|
|
149
177
|
|
|
150
|
-
###
|
|
178
|
+
### Added
|
|
151
179
|
|
|
152
180
|
Add a new `allowWebAuthnLogin` option to the [showAuth](https://developer.reachfive.com/sdk-ui/showAuth.html) widget to
|
|
153
181
|
allow a user to login with biometrics.
|
|
@@ -158,7 +186,7 @@ allow a user to login with biometrics.
|
|
|
158
186
|
|
|
159
187
|
Call only the validation methods when the field is required or when the value is not empty.
|
|
160
188
|
|
|
161
|
-
###
|
|
189
|
+
### Added
|
|
162
190
|
|
|
163
191
|
- Set the default value of the _Remember be_ to `false`.
|
|
164
192
|
- Upgrade all the dependencies.
|
|
@@ -189,13 +217,13 @@ ReachFive UI SDK is out! 🚀
|
|
|
189
217
|
|
|
190
218
|
## [1.0.0-alpha.10] - 2020-02-19
|
|
191
219
|
|
|
192
|
-
###
|
|
220
|
+
### Added
|
|
193
221
|
|
|
194
222
|
Improve the UX/UI of the password policy rules validation.
|
|
195
223
|
|
|
196
224
|
## [1.0.0-alpha.9] - 2020-02-10
|
|
197
225
|
|
|
198
|
-
###
|
|
226
|
+
### Added
|
|
199
227
|
|
|
200
228
|
The _display password in clear text_ option can now be enabled on the password reset widget.
|
|
201
229
|
|
|
@@ -207,7 +235,7 @@ The UI SDK uses now the latest version of the Core SDK.
|
|
|
207
235
|
|
|
208
236
|
## [1.0.0-alpha.7] - 2020-02-06
|
|
209
237
|
|
|
210
|
-
###
|
|
238
|
+
### Added
|
|
211
239
|
|
|
212
240
|
Add the `returnToAfterPasswordReset` parameter for reset password and the `returnToAfterEmailConfirmation` parameter for
|
|
213
241
|
signup.
|
|
@@ -226,14 +254,14 @@ Passwords in the French dictionary were considered good enough while they weren'
|
|
|
226
254
|
|
|
227
255
|
## [1.0.0-alpha.4] - 2020-01-15
|
|
228
256
|
|
|
229
|
-
###
|
|
257
|
+
### Added
|
|
230
258
|
|
|
231
259
|
- French weak passwords are now rejected by the password strength policies.
|
|
232
260
|
- A UMD bundle is now generated at the build process. It will allow deploying the UI SDK on [unpkg](https://unpkg.com).
|
|
233
261
|
|
|
234
262
|
## [1.0.0-alpha.3] - 2020-01-07
|
|
235
263
|
|
|
236
|
-
###
|
|
264
|
+
### Added
|
|
237
265
|
|
|
238
266
|
- Implement continuous integration pipelines set up with CircleCI (see
|
|
239
267
|
the [CircleCI configuration file](.circleci/config.yml) for more details).
|
|
@@ -245,7 +273,7 @@ The eye icon is now correctly displayed in the Auth widget.
|
|
|
245
273
|
|
|
246
274
|
## [1.0.0-alpha.2] - 2019-11-06
|
|
247
275
|
|
|
248
|
-
###
|
|
276
|
+
### Added
|
|
249
277
|
|
|
250
278
|
- A `data-testid` attribute was added to most of the HTML elements.
|
|
251
279
|
- Handle the errors returned at the creation of a password non-compliant to the account's password policy.
|
|
@@ -254,7 +282,21 @@ The eye icon is now correctly displayed in the Auth widget.
|
|
|
254
282
|
|
|
255
283
|
First version of the SDK Web UI.
|
|
256
284
|
|
|
257
|
-
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.
|
|
285
|
+
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.16.0...HEAD
|
|
286
|
+
|
|
287
|
+
[1.16.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.15.0...v1.16.0
|
|
288
|
+
|
|
289
|
+
[1.15.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.14.0...v1.15.0
|
|
290
|
+
|
|
291
|
+
[1.14.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.13.0...v1.14.0
|
|
292
|
+
|
|
293
|
+
[1.13.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.12.0...v1.13.0
|
|
294
|
+
|
|
295
|
+
[1.12.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.11.7...v1.12.0
|
|
296
|
+
|
|
297
|
+
[1.11.7]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.11.6...v1.11.7
|
|
298
|
+
|
|
299
|
+
[1.11.6]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.11.5...v1.11.6
|
|
258
300
|
|
|
259
301
|
[1.11.5]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.11.4...v1.11.5
|
|
260
302
|
|