@syncfusion/ej2-dropdowns 21.2.5 → 21.2.6
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 +16 -0
- package/dist/ej2-dropdowns.min.js +2 -2
- 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 +16 -11
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +16 -11
- 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 +9 -9
- package/src/common/incremental-search.js +1 -1
- package/src/drop-down-list/drop-down-list.js +1 -1
- package/src/multi-select/multi-select.js +14 -9
- package/.eslintrc.json +0 -259
- package/tslint.json +0 -111
package/CHANGELOG.md
CHANGED
|
@@ -2,12 +2,28 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
- `#I451885` - Resolved the performance issue when multiselect component is rendered with large number of data.
|
|
6
|
+
|
|
7
|
+
## 21.2.5 (2023-05-16)
|
|
8
|
+
|
|
5
9
|
### ListBox
|
|
6
10
|
|
|
7
11
|
#### Bug Fixes
|
|
8
12
|
|
|
9
13
|
- `#I461307` - Issue with "No Records Template not renders properly when we set the default string in listbox" has been resolved.
|
|
10
14
|
|
|
15
|
+
### DropDownList
|
|
16
|
+
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
19
|
+
- `I460077` - Issue with "The popup is not closing properly when the focus is moved between two dropdowns" has been resolved.
|
|
20
|
+
|
|
21
|
+
### ComboBox
|
|
22
|
+
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
25
|
+
- `#I452948` - "The memory leak issue detected in the combobox component within the detach element tab of the Edge browser" has been resolved.
|
|
26
|
+
|
|
11
27
|
## 21.2.4 (2023-05-09)
|
|
12
28
|
|
|
13
29
|
### ListBox
|