@syncfusion/ej2-vue-inputs 24.1.41 → 24.1.47
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 +16 -0
- package/README.md +1 -1
- package/dist/ej2-vue-inputs.umd.min.js +1 -1
- package/dist/global/ej2-vue-inputs.min.js +2 -2
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,22 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#F86282` - Issue with "The `getSignature` method data is not cleared after using clear method of signature" has been resolved.
|
|
10
|
+
|
|
11
|
+
## 24.1.45 (2024-01-09)
|
|
12
|
+
|
|
13
|
+
### Signature
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- `#I510300` - Issue with "drawn points will be in a significantly different location than the cursor while zooming" has been resolved.
|
|
18
|
+
|
|
19
|
+
## 24.1.41 (2023-12-18)
|
|
20
|
+
|
|
21
|
+
### Signature
|
|
22
|
+
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
9
25
|
- `#I433821` - Correcting the signature scaling issue while resizing the web browser has been resolved.
|
|
10
26
|
|
|
11
27
|
### ColorPicker
|
package/README.md
CHANGED
|
@@ -212,4 +212,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/b
|
|
|
212
212
|
|
|
213
213
|
See [LICENSE FILE](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license) for more info.
|
|
214
214
|
|
|
215
|
-
© Copyright
|
|
215
|
+
© 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-inputs.umd.min.js
|
|
3
|
-
* version : 24.1.
|
|
3
|
+
* version : 24.1.47
|
|
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
|