@syncfusion/ej2-vue-spreadsheet 20.1.57 → 20.1.58
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
|
@@ -6,6 +6,17 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I378302` - Unique formula referred cell values are deleted after performing the saveAsJson method issue is resolved.
|
|
10
|
+
- `#I377838` - Script error occurred while importing the custom number format applied excel issue is resolved.
|
|
11
|
+
- `#I379174` - Not considering the password when select the unprotect sheet option in sheet tab context menu issue is resolved.
|
|
12
|
+
- `#I378874` - Selection misalignment occurs while performing autofit when the column is hidden issue is resolved.
|
|
13
|
+
|
|
14
|
+
## 20.1.57 (2022-05-24)
|
|
15
|
+
|
|
16
|
+
### Spreadsheet
|
|
17
|
+
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
9
20
|
- `#I379389` - The issue of save as dialog export file type not properly displayed in Angular spreadsheet has been resolved.
|
|
10
21
|
- `#I378071` - The issue of sheet is not rendering when we perform an undo action after pasting a value from another sheet has been resolved.
|
|
11
22
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-spreadsheet.umd.min.js
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.58
|
|
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
|