@syncfusion/ej2-angular-dropdowns 32.2.3 → 32.2.4
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,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### DropDownList
|
|
6
6
|
|
|
7
|
-
#### Bug
|
|
7
|
+
#### Bug fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
9
|
+
- `#I801864` - The issue with programmatic value binding in a virtualization dropdown has been fixed.
|
|
10
10
|
|
|
11
11
|
## 32.1.23 (2026-01-13)
|
|
12
12
|
|
|
@@ -2478,7 +2478,15 @@ DropDownList component contains a list of predefined values from which a single
|
|
|
2478
2478
|
|
|
2479
2479
|
- **Templates** - Allows customizing the list items, selected value, header, footer, category group header, and no records content.
|
|
2480
2480
|
|
|
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.## 32.
|
|
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.## 32.2.3 (2026-02-05)
|
|
2482
|
+
|
|
2483
|
+
### MultiSelect
|
|
2484
|
+
|
|
2485
|
+
#### Bug Fixes
|
|
2486
|
+
|
|
2487
|
+
- `#I694939` - Fixed an issue where preselected values were not displayed correctly in Angular when using virtualization with checkbox mode.
|
|
2488
|
+
|
|
2489
|
+
## 32.1.25 (2026-01-27)
|
|
2482
2490
|
|
|
2483
2491
|
### ComboBox
|
|
2484
2492
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-dropdowns",
|
|
3
|
-
"version": "32.2.
|
|
3
|
+
"version": "32.2.4",
|
|
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.2.3",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~32.2.3",
|
|
11
|
-
"@syncfusion/ej2-dropdowns": "32.2.
|
|
11
|
+
"@syncfusion/ej2-dropdowns": "32.2.4"
|
|
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.2.
|
|
4
|
+
exports.pkgVer = '^32.2.4';
|
|
5
5
|
exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
|
|
6
|
-
exports.themeVer = '~32.2.
|
|
6
|
+
exports.themeVer = '~32.2.4';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-dropdowns';
|
|
2
|
-
export const pkgVer = '^32.2.
|
|
2
|
+
export const pkgVer = '^32.2.4';
|
|
3
3
|
export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
|
|
4
|
-
export const themeVer = '~32.2.
|
|
4
|
+
export const themeVer = '~32.2.4';
|