@syncfusion/ej2-angular-inputs 25.2.5-ngcc → 25.2.6-ngcc

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
@@ -6,7 +6,7 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `#I585900` - Issue with "Top border breaks when dynamically rendering the textbox component" has been resolved.
9
+ - `#I587808` - Fixed an accessibility issue in the Multi Line textbox caused by the role attribute.
10
10
 
11
11
  ## 25.1.42 (2024-04-30)
12
12
 
@@ -1341,6 +1341,14 @@ MaskedTextBox allows the user to enter the valid input only based on the provide
1341
1341
  - **Accessibility** - provides built-in accessibility support which helps to access all the MaskedTextBox component features through keyboard, on-screen readers, or other assistive technology devices.
1342
1342
 
1343
1343
 
1344
+ ## 25.2.5 (2024-05-21)
1345
+
1346
+ ### TextBox
1347
+
1348
+ #### Bug Fixes
1349
+
1350
+ - `#I585900` - Issue with "Top border breaks when dynamically rendering the textbox component" has been resolved.
1351
+
1344
1352
  ## 19.3.47 (2021-10-26)
1345
1353
 
1346
1354
  ### TextBox