@syncfusion/ej2-angular-dropdowns 32.1.24 → 32.1.25
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,13 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
9
|
+
- `#I801682` - Resolved the issue where arrow key navigation failed when Autofill was enabled during filtering.
|
|
10
|
+
|
|
11
|
+
### MultiSelect
|
|
12
|
+
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- `#I798150` - Resolved the issue where the Multiselect popup did not close when clicking outside while using the `showPopup` method.
|
|
10
16
|
|
|
11
17
|
## 32.1.23 (2026-01-13)
|
|
12
18
|
|
|
@@ -2478,7 +2484,15 @@ DropDownList component contains a list of predefined values from which a single
|
|
|
2478
2484
|
|
|
2479
2485
|
- **Templates** - Allows customizing the list items, selected value, header, footer, category group header, and no records content.
|
|
2480
2486
|
|
|
2481
|
-
- **Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.##
|
|
2487
|
+
- **Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.## 32.1.24 (2026-01-20)
|
|
2488
|
+
|
|
2489
|
+
### ComboBox
|
|
2490
|
+
|
|
2491
|
+
#### Bug Fixes
|
|
2492
|
+
|
|
2493
|
+
- `#I794030` - Resolved a memory leak issue that occurred when using Angular Material Dialog in combination with Syncfusion ComboBox.
|
|
2494
|
+
|
|
2495
|
+
## 29.1.33 (2025-03-25)
|
|
2482
2496
|
|
|
2483
2497
|
### Mention
|
|
2484
2498
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-dropdowns",
|
|
3
|
-
"version": "32.1.
|
|
3
|
+
"version": "32.1.25",
|
|
4
4
|
"description": "Essential JS 2 DropDown Components 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.1.24",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~32.1.24",
|
|
11
|
-
"@syncfusion/ej2-dropdowns": "32.1.
|
|
11
|
+
"@syncfusion/ej2-dropdowns": "32.1.25"
|
|
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-dropdowns';
|
|
4
|
-
exports.pkgVer = '^32.1.
|
|
4
|
+
exports.pkgVer = '^32.1.25';
|
|
5
5
|
exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
|
|
6
|
-
exports.themeVer = '~32.1.
|
|
6
|
+
exports.themeVer = '~32.1.25';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-dropdowns';
|
|
2
|
-
export const pkgVer = '^32.1.
|
|
2
|
+
export const pkgVer = '^32.1.25';
|
|
3
3
|
export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
|
|
4
|
-
export const themeVer = '~32.1.
|
|
4
|
+
export const themeVer = '~32.1.25';
|