@syncfusion/ej2-angular-dropdowns 26.2.7 → 26.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,6 +2,35 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### MultiSelect
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I606184` - Fixed an issue where placeholder content was incorrectly displayed as an ellipsis in the MultiSelect component when the Chinese language was selected.
10
+
11
+ ## 26.2.7 (2024-07-30)
12
+
13
+ - `#I606320` - Fixed an issue where selected values were displayed in a disabled state.
14
+
15
+ ### AutoComplete
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#I609561` - Fixed an issue where an exception occurred when clearing the value using the static clear icon.
20
+
21
+ ### ListBox
22
+
23
+ #### Bug Fixes
24
+
25
+ - `#I608662` - Issue with "listbox `RemoveItems` method performance issue occurs while using large number items" has been resolved.
26
+ - `#I897491` - Issue with "Input filter element was focused while clearing the datasource in the listbox" has been resolved.
27
+
28
+ ### MultiSelect
29
+
30
+ #### Bug fixes
31
+
32
+ - `#I612325` - Fixed the issue where the form data did not update when clearing values using the clear icon.
33
+
5
34
  ## 26.2.4 (2024-07-24)
6
35
 
7
36
  ### DropdownList
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-dropdowns@*",
3
- "_id": "@syncfusion/ej2-angular-dropdowns@26.2.4",
3
+ "_id": "@syncfusion/ej2-angular-dropdowns@26.2.7",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-R9DNAETeSGdSDH79lUqBsS5ppa22WODtYrU6hRHpBGQSHUSVCvhqok/pRMLI1mbf1Q+8zOVO07oeS2mHyfKvew==",
5
+ "_integrity": "sha512-T8IeuuYMcwTR+WQwM97AnKdfCUnKjm64D7N4R7XIOaZTi99A50pZLCuhu/l6gsAUTQFH+pasYaQF9pO+NNkZgw==",
6
6
  "_location": "/@syncfusion/ej2-angular-dropdowns",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-26.2.4.tgz",
23
- "_shasum": "3ca583b6cec1c6782217f7cb490fdbc5590d94c0",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-26.2.7.tgz",
23
+ "_shasum": "9689fa73bb5e4990d5992259b9021dc71079ecc0",
24
24
  "_spec": "@syncfusion/ej2-angular-dropdowns@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~26.2.5",
35
35
  "@syncfusion/ej2-base": "~26.2.5",
36
- "@syncfusion/ej2-dropdowns": "26.2.7",
36
+ "@syncfusion/ej2-dropdowns": "26.2.8",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -77,5 +77,5 @@
77
77
  "schematics": "./schematics/collection.json",
78
78
  "sideEffects": false,
79
79
  "typings": "syncfusion-ej2-angular-dropdowns.d.ts",
80
- "version": "26.2.7"
80
+ "version": "26.2.8"
81
81
  }
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-dropdowns';
2
- export const pkgVer = '^26.2.4';
2
+ export const pkgVer = '^26.2.7';
3
3
  export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
4
- export const themeVer = '~26.2.4';
4
+ export const themeVer = '~26.2.7';