@syncfusion/ej2-vue-spreadsheet 20.4.38 → 20.4.42
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,17 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 20.4.40 (2022-12-28)
|
|
6
|
+
|
|
7
|
+
### Spreadsheet
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- `#I422232` - Issue with "`SUMIFS` formula is not working properly while providing as nested formula to the `SUM` formula" has been resolved.
|
|
12
|
+
- `#F179330` - Issue with "custom function reference is removed from the control instance while calling the `refresh` method" has been resolved.
|
|
13
|
+
|
|
14
|
+
- `#I422288` - Issue with "custom formula values are not updated properly while exporting the workbook" has been resolved.
|
|
15
|
+
|
|
5
16
|
## 20.3.60 (2022-12-06)
|
|
6
17
|
|
|
7
18
|
### Spreadsheet
|
package/README.md
CHANGED
|
@@ -186,4 +186,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/b
|
|
|
186
186
|
|
|
187
187
|
See [LICENSE FILE](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=vue-spreadsheet-npm) for more info.
|
|
188
188
|
|
|
189
|
-
© Copyright
|
|
189
|
+
© Copyright 2023 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-spreadsheet.umd.min.js
|
|
3
|
-
* version : 20.4.
|
|
3
|
+
* version : 20.4.42
|
|
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
|