@syncfusion/ej2-vue-dropdowns 20.4.38 → 20.4.42
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 +38 -0
- package/README.md +1 -1
- package/dist/ej2-vue-dropdowns.umd.min.js +1 -1
- package/dist/global/ej2-vue-dropdowns.min.js +2 -2
- package/package.json +9 -18
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,44 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Mention
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I422992` - Now, the `cssClass` property works fine in the Mention component.
|
|
10
|
+
|
|
11
|
+
### MultiSelect
|
|
12
|
+
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- `#I423751` - The issue "MultiSelect height not being set properly in the tailwind theme" has been resolved.
|
|
16
|
+
|
|
17
|
+
## 20.4.40 (2022-12-28)
|
|
18
|
+
|
|
19
|
+
### Dropdown Tree
|
|
20
|
+
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
23
|
+
- `#F178650` - Resolved the error after perform filtering in Dropdown Tree while updating data dynamically
|
|
24
|
+
|
|
25
|
+
- `#F178650` - Resolved the error after perform filtering in Dropdown Tree while updating data dynamically.
|
|
26
|
+
|
|
27
|
+
### ListBox
|
|
28
|
+
|
|
29
|
+
#### Bug Fixes
|
|
30
|
+
|
|
31
|
+
- `#F424252` - Issue with "Data source not update properly when we filtering and clicking move All button in listbox toolbar sample" has been resolved.
|
|
32
|
+
- `#I423072` - Issue with "`actionBegin` event argument not passes the filtered item properly while filtering and clicking move All button in listbox toolbar sample" has been resolved.
|
|
33
|
+
|
|
34
|
+
## 20.4.38 (2022-12-21)
|
|
35
|
+
|
|
36
|
+
### Dropdown Tree
|
|
37
|
+
|
|
38
|
+
#### New Features
|
|
39
|
+
|
|
40
|
+
- `#I395558` - Provided enableHtmlSanitizer support for Dropdown Tree component.
|
|
41
|
+
- `#F169154`, `#I424048` - Provided an option to prevent the parent node selection in the Dropdown Tree component.
|
|
42
|
+
|
|
5
43
|
### ListBox
|
|
6
44
|
|
|
7
45
|
#### Bug Fixes
|
package/README.md
CHANGED
|
@@ -111,4 +111,4 @@ Check the license details [here.](https://github.com/syncfusion/ej2/blob/master/
|
|
|
111
111
|
## 8. Change log
|
|
112
112
|
Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/components/dropdowns/CHANGELOG.md)
|
|
113
113
|
|
|
114
|
-
© Copyright
|
|
114
|
+
© Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-dropdowns.umd.min.js
|
|
3
|
-
* version : 20.4.
|
|
3
|
+
* version : 20.4.42
|
|
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
|