@syncfusion/ej2-angular-dropdowns 26.2.11 → 26.2.13

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,14 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### DropDownTree
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I622674` - The issue where, when multi selection is enabled, selected items were just appended into one string for the aria-label in the Dropdown Tree has been resolved.
10
+
11
+ ## 26.2.11 (2024-08-27)
12
+
5
13
  ### MultiSelect
6
14
 
7
15
  #### Bug fixes
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.10",
3
+ "_id": "@syncfusion/ej2-angular-dropdowns@26.2.11",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-+3n4zcsN5luZE/Kc+n0LSNxC2GJygBVkE37Zh/qN2N6GGmezYII62z/KjzjNwtr1EJ3vK9nXMhF31t6x3lxPPA==",
5
+ "_integrity": "sha512-G2O4KQaAgk9DP5v0JwOwfs8lgy5q2zB05OZxYQhzZapxJZul7R6ppga28k/ToRh0oQMcDk9vPM6DAAlpdjjcng==",
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.10.tgz",
23
- "_shasum": "1bc04fb48633a53deda5496dce39d9fb9d5474e6",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-26.2.11.tgz",
23
+ "_shasum": "c9d24f3f0d8d9ff0378edea9ade25fc1881fd67e",
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.11",
36
+ "@syncfusion/ej2-dropdowns": "26.2.13",
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.11"
80
+ "version": "26.2.13"
81
81
  }
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-dropdowns';
2
- export const pkgVer = '^26.2.10';
2
+ export const pkgVer = '^26.2.11';
3
3
  export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
4
- export const themeVer = '~26.2.10';
4
+ export const themeVer = '~26.2.11';