@syncfusion/ej2-react-spreadsheet
Advanced tools
Comparing version 20.1.59 to 20.1.60
@@ -9,2 +9,19 @@ # Changelog | ||
- `#I379196` - Left key navigation on 0th column throws script error on imported excel file issue has been fixed. | ||
- `#I383098` - Enter dot(.) in a cell changed to NaN issue has been fixed. | ||
- `#I380469` - The issue with the sum of decimal integers with three decimal places being formatted to two decimal places has been fixed. | ||
- `#I376635` - The issue of the formula with an empty space before the cell reference is not updated properly while performing autofill has been resolved. | ||
- `#I382547` - The issue of the selected range not being updated properly when the frozen column is not in the view port has been resolved. | ||
- `#F175237` - The issue with adjacent column cells updating with formula results for concealed formula cells has been resolved. | ||
- `#I383094` - Filter by selected cell value is not working for custom number format (0.00) applied cell issue resolved. | ||
- `#I380690`, `#I380608` - Selection misalignment occurs and newly inserted row at the bottom is not updated properly in finite mode issues resolved. | ||
- `#I381625` - The unfrozen columns getting scrolled while selecting the frozen column cells issue has been resolved. | ||
- `#I382527` - Column selection in custom sort dialog not updated properly issue has been resolved. | ||
## 20.1.59 (2022-06-07) | ||
### Spreadsheet | ||
#### Bug Fixes | ||
- `#I380999` - Date with year less than 1900 is considered as invalid date like excel and handled properly during filtering. | ||
@@ -11,0 +28,0 @@ |
/*! | ||
* filename: ej2-react-spreadsheet.umd.min.js | ||
* version : 20.1.59 | ||
* version : 20.1.60 | ||
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-react-spreadsheet@*", | ||
"_id": "@syncfusion/ej2-react-spreadsheet@20.1.58", | ||
"_id": "@syncfusion/ej2-react-spreadsheet@20.1.59", | ||
"_inBundle": false, | ||
"_integrity": "sha512-J53FaXZtOUtPoLh1Of6RvNMC+QTmoym5Ke9/1YAYwHeSH+YrE6uUdmyUz2j6m7W/vSm0XeEInPYcHfLBiLxRgQ==", | ||
"_integrity": "sha512-ee00TZOttcJ+cb10y+ZYPT9GIo8Ult+S+gzZ86vQS207U36O13nUS+jSpXAp4gNMGXedhYCvok4yKKENgaQhiA==", | ||
"_location": "/@syncfusion/ej2-react-spreadsheet", | ||
@@ -22,4 +22,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-20.1.58.tgz", | ||
"_shasum": "0166c4354f666f84242f5bdfb78cf3a4b4d65f45", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-20.1.59.tgz", | ||
"_shasum": "1617c331d8ee0b3e783959a566b2aadf09f9897c", | ||
"_spec": "@syncfusion/ej2-react-spreadsheet@*", | ||
@@ -35,5 +35,5 @@ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~20.1.57", | ||
"@syncfusion/ej2-base": "~20.1.60", | ||
"@syncfusion/ej2-react-base": "~20.1.59", | ||
"@syncfusion/ej2-spreadsheet": "20.1.59" | ||
"@syncfusion/ej2-spreadsheet": "20.1.60" | ||
}, | ||
@@ -70,4 +70,4 @@ "deprecated": false, | ||
}, | ||
"version": "20.1.59", | ||
"version": "20.1.60", | ||
"sideEffects": false | ||
} |
9030203
+ Added@syncfusion/ej2-spreadsheet@20.1.60(transitive)
- Removed@syncfusion/ej2-spreadsheet@20.1.59(transitive)