@syncfusion/ej2-vue-spreadsheet 20.1.59 → 20.1.60
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,23 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I379196` - Left key navigation on 0th column throws script error on imported excel file issue has been fixed.
|
|
10
|
+
- `#I383098` - Enter dot(.) in a cell changed to NaN issue has been fixed.
|
|
11
|
+
- `#I380469` - The issue with the sum of decimal integers with three decimal places being formatted to two decimal places has been fixed.
|
|
12
|
+
- `#I376635` - The issue of the formula with an empty space before the cell reference is not updated properly while performing autofill has been resolved.
|
|
13
|
+
- `#I382547` - The issue of the selected range not being updated properly when the frozen column is not in the view port has been resolved.
|
|
14
|
+
- `#F175237` - The issue with adjacent column cells updating with formula results for concealed formula cells has been resolved.
|
|
15
|
+
- `#I383094` - Filter by selected cell value is not working for custom number format (0.00) applied cell issue resolved.
|
|
16
|
+
- `#I380690`, `#I380608` - Selection misalignment occurs and newly inserted row at the bottom is not updated properly in finite mode issues resolved.
|
|
17
|
+
- `#I381625` - The unfrozen columns getting scrolled while selecting the frozen column cells issue has been resolved.
|
|
18
|
+
- `#I382527` - Column selection in custom sort dialog not updated properly issue has been resolved.
|
|
19
|
+
|
|
20
|
+
## 20.1.59 (2022-06-07)
|
|
21
|
+
|
|
22
|
+
### Spreadsheet
|
|
23
|
+
|
|
24
|
+
#### Bug Fixes
|
|
25
|
+
|
|
9
26
|
- `#I380999` - Date with year less than 1900 is considered as invalid date like excel and handled properly during filtering.
|
|
10
27
|
|
|
11
28
|
## 20.1.58 (2022-05-31)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-spreadsheet.umd.min.js
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.60
|
|
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
|