@syncfusion/ej2-vue-spreadsheet 20.1.47 → 20.1.51
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,46 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I366807` - Clear all does not remove data validation when it applied on whole column issue has been fixed.
|
|
10
|
+
- `#I372777` - Hidden rows are visible in saved excel file issue resolved.
|
|
11
|
+
- `#I368023` - Issue with UNIQUE formula while performing clipboard (copy/ paste) action is fixed.
|
|
12
|
+
- `#I374129` - Shift selection causes the selection to move away from the spreadsheet table issue has been resolved.
|
|
13
|
+
- `#I371703` - Filtering causes selection misalignment and script error issue with freeze pane which was applied in scrolled content has been resolved.
|
|
14
|
+
- `#I374628` - Pasting empty cell along with formula cell within the same range, empty cell is pasted with wrong value issue has been fixed.
|
|
15
|
+
- `#I374069` - When we copy uneven row data from an external source, the paste is not working properly issue is resolved.
|
|
16
|
+
- `#I375840` - Border not applied properly when using locale text issue is resolved.
|
|
17
|
+
- `#I370989` - Data not pasted proper value in formula contained cells is fixed.
|
|
18
|
+
|
|
19
|
+
## 20.1.50 (2022-04-19)
|
|
20
|
+
|
|
21
|
+
### Spreadsheet
|
|
22
|
+
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
25
|
+
- `#I372580` - Custom function causes exception in spreadsheet server while performing save operation issue resolved.
|
|
26
|
+
- `#I372580` - Multiple cell range in custom formula is passed directly as cell range.
|
|
27
|
+
|
|
28
|
+
## 20.1.48 (2022-04-12)
|
|
29
|
+
|
|
30
|
+
### Spreadsheet
|
|
31
|
+
|
|
32
|
+
#### Bug Fixes
|
|
33
|
+
|
|
34
|
+
- `#I372580` - Range of cells are not processed properly for custom function issue resolved.
|
|
35
|
+
- `#I371630` - Formula reference not updated properly while deleting the row issue resolved.
|
|
36
|
+
- `#I372573` - Replace action not working with upper case char issue resolved.
|
|
37
|
+
- `#I370015` - Handled the filter popup collision based on spreadsheet to resolve the hiding of filter popup when we render spreadsheet after the sidebar.
|
|
38
|
+
- `#I369938` - `SUMIF` formula calculation is not proper with external copy / paste content issue resolved.
|
|
39
|
+
- `#I372606` - Formula cells which has empty value is updated with `#value` error while performing `saveAsJson` action issue resolved.
|
|
40
|
+
- `#I374125` - Script error occurs and selection is not proper after moving the editing to active cell by double clicking the formula bar issue resolved.
|
|
41
|
+
- `#I369868` - Dependent cells values are not updated while updating the `UNIQUE` formula values issue resolved.
|
|
42
|
+
|
|
43
|
+
## 20.1.47 (2022-04-04)
|
|
44
|
+
|
|
45
|
+
### Spreadsheet
|
|
46
|
+
|
|
47
|
+
#### Bug Fixes
|
|
48
|
+
|
|
9
49
|
- `#I370011` - Creating new workbook not removing the filter issue resolved.
|
|
10
50
|
- `#I366824` - Formula dependent cells are not updated on clear action issue resolved.
|
|
11
51
|
- `#I357792` - Collaborative editing feature issues has been fixed.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-spreadsheet.umd.min.js
|
|
3
|
+
* version : 20.1.51
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
|
+
* Use of this code is subject to the terms of our license.
|
|
6
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
+
* applicable laws.
|
|
9
|
+
*/
|
|
10
|
+
/*!
|
|
11
|
+
* filename: ej2-vue-spreadsheet.umd.min.js
|
|
3
12
|
* version : 20.1.47
|
|
4
13
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
14
|
* Use of this code is subject to the terms of our license.
|