@syncfusion/ej2-vue-dropdowns 21.2.6 → 21.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,24 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### ListBox
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I462373` - Issue with "Double quotes value not submitted while using the listbox component within the form." has been resolved.
|
|
10
|
+
|
|
11
|
+
### AutoComplete
|
|
12
|
+
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- `#I460876` - Issue with "The header and footer template are not working" has been resolved.
|
|
16
|
+
|
|
17
|
+
## 21.2.6 (2023-05-23)
|
|
18
|
+
|
|
19
|
+
### MultiSelect
|
|
20
|
+
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
5
23
|
- `#I451885` - Resolved the performance issue when multiselect component is rendered with large number of data.
|
|
6
24
|
|
|
7
25
|
## 21.2.5 (2023-05-16)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-dropdowns.umd.min.js
|
|
3
|
-
* version : 21.2.
|
|
3
|
+
* version : 21.2.8
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|