@syncfusion/ej2-vue-dropdowns 20.4.40 → 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
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
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
|
+
|
|
5
19
|
### Dropdown Tree
|
|
6
20
|
|
|
7
21
|
#### 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
|