@reachfive/identity-ui 1.12.1 → 1.15.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 CHANGED
@@ -7,6 +7,32 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.15.0] - 2022-02-22
11
+
12
+ ### Added
13
+
14
+ - Add ReCaptcha V3 for authentication pages: forgot-password, signup, login-with-password
15
+ - Add ReCaptcha V3 for passwordless page
16
+
17
+ ## [1.14.0] - 2021-11-10
18
+
19
+ ### Changed
20
+
21
+ - If the SMS feature is enabled for the account, login forms accept a phone number as the identifier.
22
+ - Version of consents can be displayed.
23
+
24
+ ### Fixes
25
+
26
+ Signup field `phone_number` for `showAuth` can now be made mandatory.
27
+
28
+ ## [1.13.0] - 2021-08-02
29
+
30
+ ### Changed
31
+
32
+ - Upgrade minors versions of dependencies.
33
+ - Upgrade the ReachFive Core SDK version to [`1.21.0`](https://github.com/ReachFive/identity-web-core-sdk/releases/tag/v1.21.0).
34
+ - The widgets handle now the archived consents: a user cannot accept an archived consent, but he can refuse the consent in the [`showProfileEditor`](https://developer.reachfive.com/sdk-ui/showProfileEditor.html) widget.
35
+
10
36
  ## [1.12.0] - 2020-06-02
11
37
 
12
38
  ### Changed
@@ -57,7 +83,7 @@ Temporary revert the SDK Core dependency version to solve the login with PKCE in
57
83
 
58
84
  ## [1.11.2] - 2020-11-04
59
85
 
60
- ### Features
86
+ ### Added
61
87
 
62
88
  A new check rule for password strength is now displayed on the signup view on
63
89
  the [showAuth](https://developer.reachfive.com/sdk-ui/showAuth.html) widget.
@@ -70,7 +96,7 @@ Revert the new check rule for password strength since the wordings are not yet d
70
96
 
71
97
  ## [1.11.0] - 2020-10-28
72
98
 
73
- ### Features
99
+ ### Added
74
100
 
75
101
  New changes were made on the [showAuth](https://developer.reachfive.com/sdk-ui/showAuth.html) widget:
76
102
 
@@ -87,14 +113,14 @@ Revert the latest FIDO2 signup Features since it's breaking the style of Hosted
87
113
 
88
114
  ## [1.10.0] - 2020-10-16
89
115
 
90
- ### Features
116
+ ### Added
91
117
 
92
118
  The [showAuth](https://developer.reachfive.com/sdk-ui/showAuth.html) widget can now handle signup with biometrics if
93
119
  the `allowWebAuthnSignup` option is enabled.
94
120
 
95
121
  ## [1.9.0] - 2020-09-16
96
122
 
97
- ### Features
123
+ ### Added
98
124
 
99
125
  Always override account `opt-out` consents.
100
126
 
@@ -104,13 +130,13 @@ Fixes the CircleCi job to deploy a new version.
104
130
 
105
131
  ## [1.8.0] - 2020-07-22
106
132
 
107
- ### Features
133
+ ### Added
108
134
 
109
135
  Add custom fields types (email & phone).
110
136
 
111
137
  ## [1.7.0] - 2020-07-08
112
138
 
113
- ### Features
139
+ ### Added
114
140
 
115
141
  - The user can now set the device's name in
116
142
  the [showWebAuthnDevices](https://developer.reachfive.com/sdk-ui/showWebAuthnDevices.html) widget.
@@ -118,7 +144,7 @@ Add custom fields types (email & phone).
118
144
 
119
145
  ## [1.6.0] - 2020-07-07
120
146
 
121
- ### Features
147
+ ### Added
122
148
 
123
149
  Display a friendly user error message on
124
150
  the [showWebAuthnDevices](https://developer.reachfive.com/sdk-ui/showWebAuthnDevices.html) widget when the user wants to
@@ -126,7 +152,7 @@ add a device already registered.
126
152
 
127
153
  ## [1.5.0] - 2020-07-01
128
154
 
129
- ### Features
155
+ ### Added
130
156
 
131
157
  Add a new widget [showWebAuthnDevices](https://developer.reachfive.com/sdk-ui/showWebAuthnDevices.html) allowing the
132
158
  management of the user’s registered FIDO2 devices.
@@ -139,7 +165,7 @@ The UI SDK now uses the latest version of the Core SDK.
139
165
 
140
166
  ## [1.4.0] - 2020-06-15
141
167
 
142
- ### Features
168
+ ### Added
143
169
 
144
170
  Add a new `allowWebAuthnLogin` option to the [showAuth](https://developer.reachfive.com/sdk-ui/showAuth.html) widget to
145
171
  allow a user to login with biometrics.
@@ -150,7 +176,7 @@ allow a user to login with biometrics.
150
176
 
151
177
  Call only the validation methods when the field is required or when the value is not empty.
152
178
 
153
- ### Features
179
+ ### Added
154
180
 
155
181
  - Set the default value of the _Remember be_ to `false`.
156
182
  - Upgrade all the dependencies.
@@ -181,13 +207,13 @@ ReachFive UI SDK is out! 🚀
181
207
 
182
208
  ## [1.0.0-alpha.10] - 2020-02-19
183
209
 
184
- ### Features
210
+ ### Added
185
211
 
186
212
  Improve the UX/UI of the password policy rules validation.
187
213
 
188
214
  ## [1.0.0-alpha.9] - 2020-02-10
189
215
 
190
- ### Features
216
+ ### Added
191
217
 
192
218
  The _display password in clear text_ option can now be enabled on the password reset widget.
193
219
 
@@ -199,7 +225,7 @@ The UI SDK uses now the latest version of the Core SDK.
199
225
 
200
226
  ## [1.0.0-alpha.7] - 2020-02-06
201
227
 
202
- ### Features
228
+ ### Added
203
229
 
204
230
  Add the `returnToAfterPasswordReset` parameter for reset password and the `returnToAfterEmailConfirmation` parameter for
205
231
  signup.
@@ -218,14 +244,14 @@ Passwords in the French dictionary were considered good enough while they weren'
218
244
 
219
245
  ## [1.0.0-alpha.4] - 2020-01-15
220
246
 
221
- ### Features
247
+ ### Added
222
248
 
223
249
  - French weak passwords are now rejected by the password strength policies.
224
250
  - A UMD bundle is now generated at the build process. It will allow deploying the UI SDK on [unpkg](https://unpkg.com).
225
251
 
226
252
  ## [1.0.0-alpha.3] - 2020-01-07
227
253
 
228
- ### Features
254
+ ### Added
229
255
 
230
256
  - Implement continuous integration pipelines set up with CircleCI (see
231
257
  the [CircleCI configuration file](.circleci/config.yml) for more details).
@@ -237,7 +263,7 @@ The eye icon is now correctly displayed in the Auth widget.
237
263
 
238
264
  ## [1.0.0-alpha.2] - 2019-11-06
239
265
 
240
- ### Features
266
+ ### Added
241
267
 
242
268
  - A `data-testid` attribute was added to most of the HTML elements.
243
269
  - Handle the errors returned at the creation of a password non-compliant to the account's password policy.
@@ -246,7 +272,19 @@ The eye icon is now correctly displayed in the Auth widget.
246
272
 
247
273
  First version of the SDK Web UI.
248
274
 
249
- [Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.11.5...HEAD
275
+ [Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.15.0...HEAD
276
+
277
+ [1.15.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.14.0...v1.15.0
278
+
279
+ [1.14.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.13.0...v1.14.0
280
+
281
+ [1.13.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.12.0...v1.13.0
282
+
283
+ [1.12.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.11.7...v1.12.0
284
+
285
+ [1.11.7]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.11.6...v1.11.7
286
+
287
+ [1.11.6]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.11.5...v1.11.6
250
288
 
251
289
  [1.11.5]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.11.4...v1.11.5
252
290