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
+49-1Lines changed: 49 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ manager: CelesteDG
9
9
ms.service: azure-active-directory
10
10
11
11
ms.topic: reference
12
-
ms.date: 04/16/2024
12
+
ms.date: 02/27/2025
13
13
ms.author: kengaderdus
14
14
ms.subservice: b2c
15
15
@@ -63,6 +63,21 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
63
63
64
64
## Self-asserted page (selfasserted)
65
65
66
+
**2.1.34**
67
+
- Input labels are now consistently visible and accessible, enhancing user experience and clarity. A new `enableInputLabel` feature flag has been introduced, which is enabled by default, allowing clients to toggle the visibility of input labels according to their preferences.
68
+
- Resolved a problem with CAPTCHA input boxes to ensure smoother and more accurate interactions for Finnish language users.
69
+
70
+
**2.1.33**
71
+
- Enhanced error handling for CAPTCHA, providing clearer error messages and improving the user flow when CAPTCHA validation fails.
72
+
73
+
**2.1.32**
74
+
- Enhanced error handling for CAPTCHA, providing clearer error messages.
75
+
76
+
**2.1.31**
77
+
- Resolved an issue where audio would overlap when CAPTCHA was refreshed, improving accessibility and user interaction.
78
+
- Fixed a bug that caused certain Finnish characters to incorrectly trigger validation actions, ensuring accurate form processing and validation.
79
+
- Implemented exception message logging for server-side failures, allowing for better tracking, debugging, and handling of server errors.
80
+
66
81
**2.1.30**
67
82
- Removed Change Email for readonly scenarios (i.e. Change Phone Number). You will no longer be able to change the email if you are trying to change your phone number, it will now be read only.
68
83
- Implementation of Captcha Control
@@ -207,6 +222,23 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
207
222
> [!TIP]
208
223
> 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.
209
224
225
+
**2.1.22**
226
+
- Input labels are now consistently visible and accessible, enhancing user experience and clarity. A new `enableInputLabel` feature flag has been introduced, which is enabled by default, allowing clients to toggle the visibility of input labels according to their preferences.
227
+
- Resolved a problem with CAPTCHA input boxes to ensure smoother and more accurate interactions for Finnish language users.
228
+
229
+
**2.1.21**
230
+
- Enhanced error handling for CAPTCHA, providing clearer error messages and improving the user flow when CAPTCHA validation fails.
231
+
232
+
**2.1.20**
233
+
- Enhanced error handling for CAPTCHA, providing clearer error messages.
234
+
235
+
**2.1.19**
236
+
- Introduced support for the read-only attribute, allowing certain form fields to be marked as read-only for better user control.
237
+
- Addressed an issue with delayed rendering in the Handlebar framework, ensuring faster and smoother page loads.
238
+
- Resolved the overlapping audio issue when CAPTCHA was refreshed, improving accessibility and user interaction.
239
+
- Fixed a bug that caused certain Finnish characters to trigger validation actions incorrectly, improving form validation accuracy.
240
+
- Implemented exception message logging for server-side failures, improving tracking, debugging, and error handling.
241
+
210
242
**2.1.18**
211
243
- Implementation of Captcha Control
212
244
@@ -290,6 +322,22 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
290
322
291
323
## MFA page (multifactor)
292
324
325
+
**1.2.20**
326
+
- Resolved a problem with CAPTCHA input boxes to ensure smoother and more accurate interactions for Finnish language users.
327
+
328
+
**1.2.19**
329
+
- Addressed a problem where the "send a new code" functionality was not working for VoiceOver users, ensuring better accessibility for screen reader users.
330
+
- Enhanced error handling for CAPTCHA, providing clearer error messages and improving the user flow when CAPTCHA validation fails.
331
+
332
+
**1.2.18**
333
+
- Enhanced error handling for CAPTCHA, providing clearer error messages.
334
+
335
+
**1.2.17**
336
+
- Implemented ARIA labels for the progress bar, improving accessibility for screen reader users to track progress.
337
+
- Resolved an issue where audio would overlap during CAPTCHA refresh, improving accessibility and user experience.
338
+
- Fixed a bug causing certain Finnish characters to incorrectly trigger validation actions, improving form processing and validation accuracy.
339
+
- Implemented exception message logging for server-side failures, allowing better tracking, debugging, and handling of server errors.
0 commit comments