@syncfusion/ej2-angular-dropdowns 31.1.20 → 31.1.22

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,12 +2,44 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### DropDownTree
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I764613` - The issue with the child nodes are receiving an undefined value in the input when `loadOnDemand` and `allowMultiSelection` are enabled for the remote data in the Dropdown Tree Component has been resolved.
10
+
11
+ ### DropdownList
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I770970` - Resolved the null exception possibilities while Float element processing.
16
+
17
+ ### ComboBox
18
+
19
+ #### Bug Fixes
20
+
21
+ - `#I757717` - The issue where an uppercase value was selected when typing a lowercase value in the combo box has been resolved.
22
+
23
+ ## 31.1.20 (2025-09-10)
24
+
5
25
  ### Mention
6
26
 
7
27
  #### Bug Fixes
8
28
 
9
29
  - `#I762396` - Resolved the script error that occurred when copying and pasting bullet list content from Outlook into the `RichTextEditor`.
10
30
 
31
+ ### ComboBox
32
+
33
+ #### Bug Fixes
34
+
35
+ - `#I762995` - Fixed an issue where the combobox did not update its value when the `ignoreAccent` property was set to true.
36
+
37
+ ### MultiSelect
38
+
39
+ #### Bug Fixes
40
+
41
+ - `I761815` - Resolved an issue where MultiSelect items remained enabled when the maximum selection length was set to zero.
42
+
11
43
  ## 28.2.9 (2025-03-04)
12
44
 
13
45
  ### ComboBox
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-dropdowns",
3
- "version": "31.1.20",
3
+ "version": "31.1.22",
4
4
  "description": "Essential JS 2 DropDown Components for Angular",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
7
7
  "schematics": "./schematics/collection.json",
8
8
  "dependencies": {
9
- "@syncfusion/ej2-base": "~31.1.20",
9
+ "@syncfusion/ej2-base": "~31.1.22",
10
10
  "@syncfusion/ej2-angular-base": "~31.1.17",
11
- "@syncfusion/ej2-dropdowns": "31.1.20"
11
+ "@syncfusion/ej2-dropdowns": "31.1.22"
12
12
  },
13
13
  "keywords": [
14
14
  "angular",
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-dropdowns";
2
- export declare const pkgVer = "^18.66.23";
2
+ export declare const pkgVer = "^31.1.20";
3
3
  export declare const moduleName = "DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule";
4
- export declare const themeVer = "~18.66.23";
4
+ export declare const themeVer = "~31.1.20";
@@ -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 = '^31.1.20';
4
+ exports.pkgVer = '^31.1.22';
5
5
  exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
6
- exports.themeVer = '~31.1.20';
6
+ exports.themeVer = '~31.1.22';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-dropdowns';
2
- export const pkgVer = '^31.1.20';
2
+ export const pkgVer = '^31.1.22';
3
3
  export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
4
- export const themeVer = '~31.1.20';
4
+ export const themeVer = '~31.1.22';