You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Introduced Captcha mechanism for Self-asserted and Unified SSP Flows (_Beta-version-Internal use only_).
71
+
72
+
**2.1.24**
73
+
74
+
- Fixed accessibility bugs.
75
+
76
+
- Fixed MFA related issue and IE11 compatibility issues.
77
+
78
+
**2.1.23**
79
+
80
+
- Fixed accessibility bugs.
81
+
82
+
- Reduced `min-width` value for UI viewport for default template.
83
+
84
+
**2.1.22**
85
+
86
+
- Fixed accessibility bugs.
87
+
88
+
- Added logic to adopt QR Code Image generated from backend library.
89
+
90
+
**2.1.21**
91
+
92
+
- Additional sanitization of script tags to avoid XSS attacks.
93
+
62
94
**2.1.20**
63
-
- Fixed an XSS issue on input from textbox
95
+
- Fixed Enter event trigger on MFA.
96
+
- CSS changes rendering page text/control in vertical manner for small screens
64
97
65
98
**2.1.19**
66
-
- Fixed accessibility bugs
67
-
-Handle Undefined Error message for existing user sign up
68
-
-Move Password Mismatch Error to Inline instead of Page Level
99
+
- Fixed accessibility bugs.
100
+
-Handled Undefined Error message for existing user sign up.
101
+
-Moved Password mismatch error to Inline instead of page level.
69
102
- Accessibility changes related to High Contrast button display and anchor focus improvements
70
103
71
104
**2.1.18**
@@ -81,6 +114,7 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
81
114
- Enforce Validation Error Update on control change and enable continue on email verified
82
115
- Added additional field to error code to validation failure response
83
116
117
+
84
118
**2.1.16**
85
119
- Fixed "Claims for verification control have not been verified" bug while verifying code.
86
120
- Hide error message on validation succeeds and send code to verify
@@ -94,7 +128,7 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
94
128
**2.1.10**
95
129
96
130
- Correcting to the tab index
97
-
-Fixing WCAG 2.1 accessibility and screen reader issues
131
+
-Fixed WCAG 2.1 accessibility and screen reader issues
98
132
99
133
**2.1.9**
100
134
@@ -187,10 +221,34 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
187
221
> [!TIP]
188
222
> If you localize your page to support multiple locales, or languages in a user flow. The [localization IDs](localization-string-ids.md) article provides the list of localization IDs that you can use for the page version you select.
- Introduced Captcha mechanism for Self-asserted and Unified SSP Flows (_Beta-version-Internal use only_)
233
+
234
+
**2.1.12**
235
+
236
+
- Removed `ReplaceAll` function for IE11 compatibility.
237
+
238
+
**2.1.11**
239
+
240
+
- Fixed accessibility bugs.
241
+
242
+
**2.1.10**
243
+
244
+
- Added additional sanitization of script tags to avoid XSS attacks.
245
+
190
246
**2.1.9**
191
-
- Fix accessibility bugs
247
+
248
+
- Fixed accessibility bugs.
249
+
192
250
- Accessibility changes related to High Contrast button display and anchor focus improvements
193
-
251
+
194
252
**2.1.8**
195
253
- Add descriptive error message and fixed forgotPassword link!
196
254
@@ -255,6 +313,46 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
255
313
256
314
## MFA page (multifactor)
257
315
316
+
**1.2.12**
317
+
318
+
- Replaced `KeyPress` to `KeyDown` event.
319
+
320
+
**1.2.11**
321
+
322
+
- Removed `ReplaceAll` function for IE11 compatibility.
323
+
324
+
**1.2.10**
325
+
326
+
- Fixed accessibility bugs.
327
+
328
+
**1.2.9**
329
+
330
+
- Fixed `Enter` event trigger on MFA.
331
+
332
+
- CSS changes render page text/control in vertical manner for small screens
333
+
334
+
- Fixed Multifactor tab navigation bug.
335
+
336
+
**1.2.8**
337
+
338
+
- Passed the response status for MFA verification with error for backend to further triage.
339
+
340
+
**1.2.7**
341
+
342
+
- Fixed accessibility issue on label for retries code.
343
+
344
+
- Fixed issue caused by incompatibility of default parameter on IE 11.
345
+
346
+
- Set up `H1` heading and enable by default.
347
+
348
+
- Updated HandlebarJS version to 4.7.7.
349
+
350
+
**1.2.6**
351
+
352
+
- Corrected the `autocomplete` value on verification code field from false to off.
353
+
354
+
- Fixed a few XSS encoding issues.
355
+
258
356
**1.2.5**
259
357
- Fixed a language encoding issue that is causing the request to fail.
260
358
@@ -303,7 +401,24 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
303
401
304
402
## Exception Page (globalexception)
305
403
404
+
**1.2.5**
405
+
406
+
- Removed `ReplaceAl`l function for IE11 compatibility.
407
+
408
+
**1.2.4**
409
+
410
+
- Fixed accessibility bugs.
411
+
412
+
**1.2.3**
413
+
414
+
- Updated HandlebarJS version to 4.7.7.
415
+
416
+
**1.2.2**
417
+
418
+
- Set up `H1` heading and enable by default.
419
+
306
420
**1.2.1**
421
+
307
422
- Updated jQuery version to 3.5.1.
308
423
- Updated HandlebarJS version to 4.7.6.
309
424
@@ -328,7 +443,20 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
328
443
329
444
## Other pages (ProviderSelection, ClaimsConsent, UnifiedSSD)
330
445
446
+
**1.2.4**
447
+
448
+
- Remove `ReplaceAll` function for IE11 compatibility.
449
+
450
+
**1.2.3**
451
+
452
+
- Fixed accessibility bugs.
453
+
454
+
**1.2.2**
455
+
456
+
- Updated HandlebarJS version to 4.7.7
457
+
331
458
**1.2.1**
459
+
332
460
- Updated jQuery version to 3.5.1.
333
461
- Updated HandlebarJS version to 4.7.6.
334
462
@@ -348,3 +476,5 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
348
476
## Next steps
349
477
350
478
For details on how to customize the user interface of your applications in custom policies, see [Customize the user interface of your application using a custom policy](customize-ui-with-html.md).
0 commit comments