@syncfusion/ej2-vue-inputs 23.1.42 → 23.1.43
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,26 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### FormValidator
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I508670` - Fixed a memory leak issue that occurred when navigating between pages.
|
|
10
|
+
|
|
11
|
+
### TextBox
|
|
12
|
+
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- `#I512497` - Fixed an issue where the values of the textbox with the 'e-valid-input' class were persisting even after resetting the form.
|
|
16
|
+
|
|
17
|
+
### Signature
|
|
18
|
+
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- `#I510300` - Issue with "`isEmpty` method return wrong value in signature control" has been resolved.
|
|
22
|
+
|
|
23
|
+
## 23.1.42 (2023-10-24)
|
|
24
|
+
|
|
5
25
|
### Uploader
|
|
6
26
|
|
|
7
27
|
#### Bug Fixes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-inputs.umd.min.js
|
|
3
|
-
* version : 23.1.
|
|
3
|
+
* version : 23.1.43
|
|
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
|