@syncfusion/ej2-vue-dropdowns 21.1.38 → 21.1.41
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 +35 -0
- package/dist/ej2-vue-dropdowns.umd.min.js +1 -1
- package/dist/global/ej2-vue-dropdowns.min.js +2 -2
- package/package.json +8 -8
- package/styles/material-dark.css +4 -4
- package/styles/material.css +4 -4
- package/styles/multi-select/material-dark.css +4 -4
- package/styles/multi-select/material.css +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,41 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### ListBox
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#F181311` - Issue with "Scrolling is not working while drag and drop the list box with item Template in angular platform" has been resolved.
|
|
10
|
+
|
|
11
|
+
### Dropdown Tree
|
|
12
|
+
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- `#I451965` - While performing filtering multiple times, the checked node state is cleared in the Dropdown Tree component has been resolved.
|
|
16
|
+
|
|
17
|
+
### Multiselect
|
|
18
|
+
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- `#I452519` - The issue regarding "Grouping Header not being updated properly when a set of items in a group is selected or removed" has been resolved.
|
|
22
|
+
|
|
23
|
+
## 21.1.39 (2023-04-11)
|
|
24
|
+
|
|
25
|
+
### ListBox
|
|
26
|
+
|
|
27
|
+
#### Bug Fixes
|
|
28
|
+
|
|
29
|
+
- `#F181131` - Issue with "No Record Found text disappears while hovering the drag item on list box without drop" has been resolved.
|
|
30
|
+
- `#F181311` - Issue with "Scrolling is not working while drag and drop the list box with item Template" has been resolved.
|
|
31
|
+
|
|
32
|
+
### MultiSelect
|
|
33
|
+
|
|
34
|
+
#### Bug Fixes
|
|
35
|
+
|
|
36
|
+
- `I455155` - The issue of "Browser hanging when focusing on the multiselect component in checkbox mode" has been resolved.
|
|
37
|
+
|
|
38
|
+
## 21.1.38 (2023-04-04)
|
|
39
|
+
|
|
5
40
|
### Dropdown Tree
|
|
6
41
|
|
|
7
42
|
#### Bug Fixes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-dropdowns.umd.min.js
|
|
3
|
-
* version : 21.1.
|
|
3
|
+
* version : 21.1.41
|
|
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
|