Skip to content

Commit 17d952c

Browse files
Merge pull request #295406 from bernawy/patch-50
Added latest versions
2 parents 96151b9 + 7a188bd commit 17d952c

File tree

1 file changed

+49
-1
lines changed

1 file changed

+49
-1
lines changed

articles/active-directory-b2c/page-layout.md

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: CelesteDG
99
ms.service: azure-active-directory
1010

1111
ms.topic: reference
12-
ms.date: 04/16/2024
12+
ms.date: 02/27/2025
1313
ms.author: kengaderdus
1414
ms.subservice: b2c
1515

@@ -63,6 +63,21 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
6363

6464
## Self-asserted page (selfasserted)
6565

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+
6681
**2.1.30**
6782
- 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.
6883
- Implementation of Captcha Control
@@ -207,6 +222,23 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
207222
> [!TIP]
208223
> 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.
209224
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+
210242
**2.1.18**
211243
- Implementation of Captcha Control
212244

@@ -290,6 +322,22 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
290322

291323
## MFA page (multifactor)
292324

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.
340+
293341
**1.2.16**
294342
- Fixes enter key for 'Phone only' mode.
295343
- Implementation to Captcha Control

0 commit comments

Comments
 (0)