@syncfusion/ej2-dropdowns 20.1.56 → 20.1.57
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 +14 -6
- package/dist/ej2-dropdowns.umd.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +18 -9
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +18 -9
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +2 -2
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +7 -7
- package/src/drop-down-base/drop-down-base.js +1 -1
- package/src/drop-down-list/drop-down-list.js +1 -1
- package/src/drop-down-tree/drop-down-tree.js +9 -7
- package/src/list-box/list-box.js +7 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,23 +2,31 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### Dropdown Tree
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `
|
|
9
|
+
- `#I374653` - The issue with "The filtering was not working properly when using a hierarchical data source for the Dropdown Tree component" has been resolved.
|
|
10
10
|
|
|
11
|
-
###
|
|
11
|
+
### DropDownList
|
|
12
12
|
|
|
13
13
|
#### Bug Fixes
|
|
14
14
|
|
|
15
|
-
- `
|
|
15
|
+
- `I375107` - Issue with "cascading dropdown list doesn't display the updated data while binding the remote data and filtering enabled" has been resolved.
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
## 20.1.56 (2022-05-17)
|
|
18
|
+
|
|
19
|
+
### ListBox
|
|
18
20
|
|
|
19
21
|
#### Bug Fixes
|
|
20
22
|
|
|
21
|
-
- `
|
|
23
|
+
- `F174682` - Issue with "Drag and Drop not working properly while using item template in listbox" has been resolved.
|
|
24
|
+
|
|
25
|
+
### AutoComplete
|
|
26
|
+
|
|
27
|
+
#### Bug Fixes
|
|
28
|
+
|
|
29
|
+
- `I372269` - Issue with "value is displayed instead of text while binding beyond the initial loading data values" has been resolved.
|
|
22
30
|
|
|
23
31
|
## 20.1.52 (2022-05-04)
|
|
24
32
|
|