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
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/page-layout.md
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,35 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
59
59
60
60
## Self-asserted page (selfasserted)
61
61
62
+
**2.1.20**
63
+
- Fixed an XSS issue on input from textbox
64
+
65
+
**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
69
+
- Accessibility changes related to High Contrast button display and anchor focus improvements
70
+
71
+
**2.1.18**
72
+
- Add asterisk for required fields
73
+
- TOTP Store Icons position fixes for Classic Template
74
+
- Activate input items only when verification code is verified
75
+
- Add Alt Text for Background Image
76
+
- Added customization for server errors by TOTP verification
77
+
78
+
**2.1.17**
79
+
- Add descriptive error message and fixed forgotPassword link
80
+
- Make checkbox as group
81
+
- Enforce Validation Error Update on control change and enable continue on email verified
82
+
- Added additional field to error code to validation failure response
83
+
84
+
**2.1.16**
85
+
- Fixed "Claims for verification control have not been verified" bug while verifying code.
86
+
- Hide error message on validation succeeds and send code to verify
87
+
88
+
**2.1.15**
89
+
- Fixed QR code generation bug due to QR text length
90
+
62
91
**2.1.14**
63
92
- Fixed WCAG 2.1 accessibility bug for the TOTP multifactor authentication screens.
64
93
@@ -158,6 +187,12 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
158
187
> [!TIP]
159
188
> 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.
160
189
190
+
**2.1.9**
191
+
- Fix accessibility bugs
192
+
- Accessibility changes related to High Contrast button display and anchor focus improvements
193
+
194
+
**2.1.8**
195
+
- Add descriptive error message and fixed forgotPassword link!
0 commit comments