@syncfusion/ej2-react-spreadsheet 19.3.46 → 19.3.55
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,8 +2,38 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 19.3.48 (2021-11-02)
|
|
6
|
+
|
|
7
|
+
### Spreadsheet
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- `I345577` - Selection misalignment occurs with the resized row issue resolved.
|
|
12
|
+
- `I346629` - Selection misalignment while perform autofit to rows issue resolved.
|
|
13
|
+
- `I346978`, `I346947` - Data loss after clear filtering issue resolved.
|
|
14
|
+
- `I346943` - Copy / paste not working after clear filtering using ribbon issue resolved.
|
|
15
|
+
- `I346921` - Cell selections are not proper after scrolling the filtered data issue resolved.
|
|
16
|
+
- `I346267` - Last occurrence value not replaced while doing Replace all with workbook mode issue resolved.
|
|
17
|
+
|
|
18
|
+
## 19.3.47 (2021-10-26)
|
|
19
|
+
|
|
5
20
|
### Spreadsheet
|
|
6
21
|
|
|
22
|
+
#### Bug Fixes
|
|
23
|
+
|
|
24
|
+
- `I344194` - Filter menu opening delay with large data issue resolved.
|
|
25
|
+
- `I344794` - Cell selection misalignment occurs when copy paste and resize the pasted cell issue resolved.
|
|
26
|
+
- `F29392` - cell selection misalignment on loading Chinese words issue resolved.
|
|
27
|
+
- `I345133` - Cell selection misalignment on wrap applied Japanese characters issue resolved.
|
|
28
|
+
- `I345064` - Filtering issue on save and load JSON issue resolved.
|
|
29
|
+
- `I345959` - Custom sort with zero not working issue resolved.
|
|
30
|
+
|
|
31
|
+
## 19.3.46 (2021-10-19)
|
|
32
|
+
|
|
33
|
+
### Spreadsheet
|
|
34
|
+
|
|
35
|
+
#### New Features
|
|
36
|
+
|
|
7
37
|
- `I343108` - Provided support to update the border for inserted rows and columns, if the adjacent rows and columns contains same border value.
|
|
8
38
|
|
|
9
39
|
#### Bug Fixes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-spreadsheet.umd.min.js
|
|
3
|
-
* version : 19.3.
|
|
3
|
+
* version : 19.3.55
|
|
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.3.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-spreadsheet@19.3.48",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-gfjyFG1+crm9xcc5z7IPZh4zavSQgxPx7iBSk8Nq8moeLfDinwxNPzm4yLXz02qqnolxenodjIkFwKhbpT9lSA==",
|
|
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/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-19.3.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-19.3.48.tgz",
|
|
23
|
+
"_shasum": "66feb6ca08d4b2cef3abd4908fd69f55544b13c7",
|
|
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.3.
|
|
35
|
-
"@syncfusion/ej2-react-base": "~19.3.
|
|
36
|
-
"@syncfusion/ej2-spreadsheet": "19.3.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.3.54",
|
|
35
|
+
"@syncfusion/ej2-react-base": "~19.3.53",
|
|
36
|
+
"@syncfusion/ej2-spreadsheet": "19.3.55"
|
|
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.3.
|
|
68
|
+
"version": "19.3.55",
|
|
69
69
|
"sideEffects": false
|
|
70
70
|
}
|
package/styles/bootstrap5.css
CHANGED