@syncfusion/ej2-angular-dropdowns 26.2.10 → 26.2.11

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,38 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### MultiSelect
6
+
7
+ #### Bug fixes
8
+
9
+ - `#I620910` - Fixed the misalignment of footer elements in the MultiSelect popup on mobile devices.
10
+
11
+ - `#I619463` - Fixed an exception that occurred when re-rendering the multiselect component inside the scheduler by clicking the scheduler navigation icon.
12
+
13
+ - `#I620453` - Fixed the issue where ItemData returned null in the removed event argument when the value was cleared.
14
+
15
+ - `#I6414793` - Fixed the issue where the Clear Icon fails to create a placeholder in MultiSelect after the selection is reset.
16
+
17
+ - `#I620453` - Fixed the issue where ItemData returned null in the removed event argument when the value was cleared.
18
+
19
+ - `#I6414793` - Fixed the issue where the Clear Icon fails to create a placeholder in MultiSelect after the selection is reset.
20
+
21
+ ### DropDownTree
22
+
23
+ #### Bug Fixes
24
+
25
+ - `#I619097` - The issue where the value property was not updating dynamically has been resolved.
26
+
27
+ ## 26.2.10 (2024-08-20)
28
+
5
29
  ### DropDownTree
6
30
 
7
31
  #### Bug Fixes
8
32
 
9
33
  - `#I618290` - The issue with keyboard actions and the focus-related issue in the Dropdown Tree component have been resolved.
10
34
 
35
+ - `#I615533` - The issue with toolbar action not working after insert the mention item in the Rich Text Editor has been resolved.
36
+
11
37
  ## 26.2.9 (2024-08-13)
12
38
 
13
39
  ### ListBox
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.9",
3
+ "_id": "@syncfusion/ej2-angular-dropdowns@26.2.10",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-L7bEUr7Bq8GRwdTQPKj8xuAsTa1FJSOIigz4YAhz7LpLxP7mWIKYzC7NHy2XUJ8p4pMXsAZ/GwihMRbMfvexPg==",
5
+ "_integrity": "sha512-+3n4zcsN5luZE/Kc+n0LSNxC2GJygBVkE37Zh/qN2N6GGmezYII62z/KjzjNwtr1EJ3vK9nXMhF31t6x3lxPPA==",
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.9.tgz",
23
- "_shasum": "c7272016e5c8ce348fb77aee6242988df2b0b290",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-26.2.10.tgz",
23
+ "_shasum": "1bc04fb48633a53deda5496dce39d9fb9d5474e6",
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.10",
35
35
  "@syncfusion/ej2-base": "~26.2.10",
36
- "@syncfusion/ej2-dropdowns": "26.2.10",
36
+ "@syncfusion/ej2-dropdowns": "26.2.11",
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.10"
80
+ "version": "26.2.11"
81
81
  }
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-dropdowns';
2
- export const pkgVer = '^26.2.9';
2
+ export const pkgVer = '^26.2.10';
3
3
  export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
4
- export const themeVer = '~26.2.9';
4
+ export const themeVer = '~26.2.10';