@syncfusion/ej2-angular-inputs 32.2.7 → 32.2.8

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
@@ -2,49 +2,11 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### Uploader
6
-
7
- #### Bug Fixes
8
-
9
- - `#I809049` - Resolved a memory leak issue that occurred when using Angular Material Dialog in combination with Syncfusion Uploader.
10
-
11
- ### Signature
12
-
13
- #### Bug Fixes
14
-
15
- - `#I809049` - Resolved a memory leak issue that occurred when using Angular Material Dialog in combination with Syncfusion Signature.
16
-
17
- ### ColorPicker
18
-
19
- #### Bug Fixes
20
-
21
- - `#I809049` - Resolved a memory leak issue that occurred when using Angular Material Dialog in combination with Syncfusion ColorPicker.
22
-
23
- - `#I811155` - Resolved an issue where `colorpicker` appeared beneath Angular `dialogs` in Angular 21.
24
-
25
- ### TextArea
26
-
27
- #### Bug Fixes
28
-
29
- - `#I809049` - Resolved a memory leak issue that occurred when using Angular Material Dialog in combination with Syncfusion TextArea
30
-
31
5
  ### TextBox
32
6
 
33
7
  #### Bug Fixes
34
8
 
35
- - `#I809049` - Resolved a memory leak issue that occurred when using Angular Material Dialog in combination with Syncfusion TextBox.
36
-
37
- ### MaskedTextBox
38
-
39
- #### Bug Fixes
40
-
41
- - `#I809049` - Resolved a memory leak issue that occurred when using Angular Material Dialog in combination with Syncfusion MaskedTextBox.
42
-
43
- ### NumericTextBox
44
-
45
- #### Bug Fixes
46
-
47
- - `#I809049` - Resolved a memory leak issue that occurred when using Angular Material Dialog in combination with Syncfusion NumericTextBox.
9
+ - `#I816493` - Fixed an issue where the `getComponent` method failed to retrieve TextBox component instances correctly.
48
10
 
49
11
  ## 32.2.5 (2026-02-17)
50
12
 
@@ -1418,7 +1380,53 @@ MaskedTextBox allows the user to enter the valid input only based on the provide
1418
1380
 
1419
1381
  - **Regular Expression** - can be used as a mask element for each character of the MaskedTextBox.
1420
1382
 
1421
- - **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.## 32.1.22 (2026-01-06)
1383
+ - **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.## 32.2.7 (2026-02-24)
1384
+
1385
+ ### Uploader
1386
+
1387
+ #### Bug Fixes
1388
+
1389
+ - `#I809049` - Resolved a memory leak issue that occurred when using Angular Material Dialog in combination with Syncfusion Uploader.
1390
+
1391
+ ### Signature
1392
+
1393
+ #### Bug Fixes
1394
+
1395
+ - `#I809049` - Resolved a memory leak issue that occurred when using Angular Material Dialog in combination with Syncfusion Signature.
1396
+
1397
+ ### ColorPicker
1398
+
1399
+ #### Bug Fixes
1400
+
1401
+ - `#I809049` - Resolved a memory leak issue that occurred when using Angular Material Dialog in combination with Syncfusion ColorPicker.
1402
+
1403
+ - `#I811155` - Resolved an issue where `colorpicker` appeared beneath Angular `dialogs` in Angular 21.
1404
+
1405
+ ### TextArea
1406
+
1407
+ #### Bug Fixes
1408
+
1409
+ - `#I809049` - Resolved a memory leak issue that occurred when using Angular Material Dialog in combination with Syncfusion TextArea
1410
+
1411
+ ### TextBox
1412
+
1413
+ #### Bug Fixes
1414
+
1415
+ - `#I809049` - Resolved a memory leak issue that occurred when using Angular Material Dialog in combination with Syncfusion TextBox.
1416
+
1417
+ ### MaskedTextBox
1418
+
1419
+ #### Bug Fixes
1420
+
1421
+ - `#I809049` - Resolved a memory leak issue that occurred when using Angular Material Dialog in combination with Syncfusion MaskedTextBox.
1422
+
1423
+ ### NumericTextBox
1424
+
1425
+ #### Bug Fixes
1426
+
1427
+ - `#I809049` - Resolved a memory leak issue that occurred when using Angular Material Dialog in combination with Syncfusion NumericTextBox.
1428
+
1429
+ ## 32.1.22 (2026-01-06)
1422
1430
 
1423
1431
  ### NumericTextBox
1424
1432
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-inputs",
3
- "version": "32.2.7",
3
+ "version": "32.2.8",
4
4
  "description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Angular",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -8,7 +8,7 @@
8
8
  "dependencies": {
9
9
  "@syncfusion/ej2-base": "~32.2.6",
10
10
  "@syncfusion/ej2-angular-base": "~32.2.3",
11
- "@syncfusion/ej2-inputs": "32.2.7"
11
+ "@syncfusion/ej2-inputs": "32.2.8"
12
12
  },
13
13
  "keywords": [
14
14
  "angular",
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-inputs';
4
- exports.pkgVer = '^32.2.7';
4
+ exports.pkgVer = '^32.2.8';
5
5
  exports.moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule, SpeechToTextModule';
6
- exports.themeVer = '~32.2.7';
6
+ exports.themeVer = '~32.2.8';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-inputs';
2
- export const pkgVer = '^32.2.7';
2
+ export const pkgVer = '^32.2.8';
3
3
  export const moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule, SpeechToTextModule';
4
- export const themeVer = '~32.2.7';
4
+ export const themeVer = '~32.2.8';