@syncfusion/ej2-vue-popups 24.1.41 → 24.1.46
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 +14 -0
- package/README.md +1 -1
- package/dist/ej2-vue-popups.umd.min.js +1 -1
- package/dist/global/ej2-vue-popups.min.js +2 -2
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Tooltip
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I533557` - The console error while assigning a function type value to the `Content` property in the Tooltip component has been resolved.
|
|
10
|
+
|
|
11
|
+
## 24.1.44 (2024-01-03)
|
|
12
|
+
|
|
13
|
+
### Tooltip
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- `#I531367` - The issue with the Tooltip's incorrect positioning when template content is rendered has been resolved.
|
|
18
|
+
|
|
5
19
|
## 21.1.35 (2023-03-23)
|
|
6
20
|
|
|
7
21
|
### Tooltip
|
package/README.md
CHANGED
|
@@ -88,4 +88,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-vue-ui-compone
|
|
|
88
88
|
Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/components/popups/CHANGELOG.md/?utm_source=npm&utm_campaign=popup).
|
|
89
89
|
|
|
90
90
|
|
|
91
|
-
© Copyright
|
|
91
|
+
© Copyright 2024 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-popups.umd.min.js
|
|
3
|
-
* version : 24.1.
|
|
3
|
+
* version : 24.1.46
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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
|