@syncfusion/ej2-vue-spreadsheet 20.1.51 → 20.1.52
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,15 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#F174531` - Cleared the formula dependencies from calculate instance while importing the excel file.
|
|
10
|
+
- `#I375090` - The dollar formula throws an error when used with a single argument issue resolved.
|
|
11
|
+
|
|
12
|
+
## 20.1.51 (2022-04-26)
|
|
13
|
+
|
|
14
|
+
### Spreadsheet
|
|
15
|
+
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
9
18
|
- `#I366807` - Clear all does not remove data validation when it applied on whole column issue has been fixed.
|
|
10
19
|
- `#I372777` - Hidden rows are visible in saved excel file issue resolved.
|
|
11
20
|
- `#I368023` - Issue with UNIQUE formula while performing clipboard (copy/ paste) action is fixed.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-spreadsheet.umd.min.js
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.52
|
|
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
|