@syncfusion/ej2-react-spreadsheet 19.4.50 → 19.4.54
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 +42 -0
- package/README.md +1 -1
- package/dist/ej2-react-spreadsheet.umd.min.js +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,48 @@
|
|
|
4
4
|
|
|
5
5
|
### Spreadsheet
|
|
6
6
|
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `SF-367012` - Sort action not working on first row issue resolved.
|
|
10
|
+
- `SF-367021` - Filter by selected cell value action on date field is not working issue resolved.
|
|
11
|
+
- `SF-367013` - Sort not working after filtered the data in freeze pane issue resolved.
|
|
12
|
+
- `SF-368464` - Performance issue while filtering the scrolled data with freeze pane issue resolved.
|
|
13
|
+
- `SF-363047` - Insert row is not working while adding rows at the end in finite mode issue resolved.
|
|
14
|
+
- `SF-364569` - External paste not working if copy indicator available in spreadsheet issue resolved.
|
|
15
|
+
|
|
16
|
+
## 19.4.53 (2022-02-22)
|
|
17
|
+
|
|
18
|
+
### Spreadsheet
|
|
19
|
+
|
|
20
|
+
#### Bug Fixes
|
|
21
|
+
|
|
22
|
+
- `SF-367008` - Data range is not updated properly while doing auto fill action issue resolved.
|
|
23
|
+
- `SF-367016` - Script error occurs while performing auto fit action on hidden first column after freeze pane issue resolved.
|
|
24
|
+
- `SF-364894` - Filtering is not proper in finite mode with less row count issue resolved.
|
|
25
|
+
- `SF-367010` - Rows are corrupted on clear filtering action, when the rows are scroll down to bottom issue resolved.
|
|
26
|
+
- `SF-367011` - Script error occurs while scrolling up after clearing the large filtered data issue resolved.
|
|
27
|
+
- `SF-367014` - Content area scrolled improperly while entering large data in a cell issue resolved.
|
|
28
|
+
- `SF-366314` - Horizontal scrolling is not proper after filtering with freeze pane issue resolved.
|
|
29
|
+
- `SF-367009` - Scrolling is not proper after filtering the data with freeze row issue resolved.
|
|
30
|
+
- `SF-362961` - Formula cell reference not updated properly for other sheets while inserting rows issue resolved.
|
|
31
|
+
- `SF-362920` - Cell value is updated while selecting the find next button issue resolved.
|
|
32
|
+
- `SF-362962` - Undo and redo actions show invalid expressions in some cases issue resolved.
|
|
33
|
+
- `SF-359655` - Improvement for find and replace functionality with locked cells provided.
|
|
34
|
+
- `SF-362996` - Invalid error when formula range is updated issue resolved.
|
|
35
|
+
|
|
36
|
+
## 19.4.52 (2022-02-15)
|
|
37
|
+
|
|
38
|
+
### Spreadsheet
|
|
39
|
+
|
|
40
|
+
#### Bug Fixes
|
|
41
|
+
|
|
42
|
+
- `SF-360092` - Cell navigation occurs while performing key navigation in cell template drop-down popup issue resolved.
|
|
43
|
+
- `SF-361817` - Row alignment and cell selection is not proper with large font size during scrolling issue resolved.
|
|
44
|
+
|
|
45
|
+
## 19.4.50 (2022-02-08)
|
|
46
|
+
|
|
47
|
+
### Spreadsheet
|
|
48
|
+
|
|
7
49
|
#### New Features
|
|
8
50
|
|
|
9
51
|
- `F169781`, `SF-351357` - Provided filtering, sorting, show/hide rows and columns functionalities for freeze pane enabled spreadsheet.
|
package/README.md
CHANGED
|
@@ -84,4 +84,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-javascript-ui-
|
|
|
84
84
|
|
|
85
85
|
Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/spreadsheet/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm)
|
|
86
86
|
|
|
87
|
-
|
|
87
|
+
© Copyright 2022 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-react-spreadsheet.umd.min.js
|
|
3
|
-
* version : 19.4.
|
|
3
|
+
* version : 19.4.54
|
|
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
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-spreadsheet@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-spreadsheet@19.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-spreadsheet@19.4.53",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-r59b7BOWRU5U5Si2vUy8aDsd8CGu8SJR73bcYb6Bg03OZchzbQs6iAtt7OGWZHAeg9b66lK+cGr8llXFM0niYA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-spreadsheet",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-19.4.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-19.4.53.tgz",
|
|
23
|
+
"_shasum": "bef9595f17c91b7327abaf1376b5fb52f5b5925d",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-spreadsheet@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~19.4.
|
|
35
|
-
"@syncfusion/ej2-react-base": "~19.4.
|
|
36
|
-
"@syncfusion/ej2-spreadsheet": "19.4.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.4.52",
|
|
35
|
+
"@syncfusion/ej2-react-base": "~19.4.53",
|
|
36
|
+
"@syncfusion/ej2-spreadsheet": "19.4.54"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for React",
|
|
@@ -65,6 +65,6 @@
|
|
|
65
65
|
"type": "git",
|
|
66
66
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
67
67
|
},
|
|
68
|
-
"version": "19.4.
|
|
68
|
+
"version": "19.4.54",
|
|
69
69
|
"sideEffects": false
|
|
70
70
|
}
|