@syncfusion/ej2-react-spreadsheet 19.3.48 → 19.3.57

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,49 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `I348582` - Shift selection on whole row makes viewport to scroll right issue has been resolved.
10
+
11
+ ## 19.3.56 (2021-12-02)
12
+
13
+ ### Spreadsheet
14
+
15
+ #### Bug Fixes
16
+
17
+ - `I347456` - Console error with 110% browser zoom in issue resolved.
18
+ - `I347865` - AutoFill is not working for formula applied cell issue is resolved.
19
+ - `I347272` - Performance issue while clear conditional formatting from entire sheet is resolved.
20
+ - `I347003` - Loading data with filter the actionComplete event triggered twice issue is resolved.
21
+ - `I347340` - Filter popup opening prevented while sheet is protected.
22
+ - `I344793` - Getting #Spill while apply Unique formula for text format issue is resolved.
23
+ - `F168772` - Sheet tab context-menu items disabled issue resolved.
24
+
25
+ ## 19.3.55 (2021-11-23)
26
+
27
+ ### Spreadsheet
28
+
29
+ #### Bug Fixes
30
+
31
+ - `I345828` - Toggle Button state not refreshed in ribbon while using clear format option issue resolved.
32
+
33
+ ## 19.3.48 (2021-11-02)
34
+
35
+ ### Spreadsheet
36
+
37
+ #### Bug Fixes
38
+
39
+ - `I345577` - Selection misalignment occurs with the resized row issue resolved.
40
+ - `I346629` - Selection misalignment while perform autofit to rows issue resolved.
41
+ - `I346978`, `I346947` - Data loss after clear filtering issue resolved.
42
+ - `I346943` - Copy / paste not working after clear filtering using ribbon issue resolved.
43
+ - `I346921` - Cell selections are not proper after scrolling the filtered data issue resolved.
44
+ - `I346267` - Last occurrence value not replaced while doing Replace all with workbook mode issue resolved.
45
+
46
+ ## 19.3.47 (2021-10-26)
47
+
48
+ ### Spreadsheet
49
+
50
+ #### Bug Fixes
51
+
9
52
  - `I344194` - Filter menu opening delay with large data issue resolved.
10
53
  - `I344794` - Cell selection misalignment occurs when copy paste and resize the pasted cell issue resolved.
11
54
  - `F29392` - cell selection misalignment on loading Chinese words issue resolved.
@@ -17,6 +60,8 @@
17
60
 
18
61
  ### Spreadsheet
19
62
 
63
+ #### New Features
64
+
20
65
  - `I343108` - Provided support to update the border for inserted rows and columns, if the adjacent rows and columns contains same border value.
21
66
 
22
67
  #### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-spreadsheet.umd.min.js
3
- * version : 19.3.48
3
+ * version : 19.3.57
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.46",
3
+ "_id": "@syncfusion/ej2-react-spreadsheet@19.3.56",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-wQYnCt8fgIMLtFf0QHF7HhcGcs+POZd+rSxWzRTTTahT1LGCw8CheLHnD4sRJhNmqEjPYp+fFSpyRHk2tg55dQ==",
5
+ "_integrity": "sha512-pmz6DLKNtcI1BHssPm6gY9bHpkmk9PTRscvRFbnZiDaQ1C2SVZZssyxAn2or01kB6n4u2ujas6u0QKqvUNewTw==",
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.46.tgz",
23
- "_shasum": "30b8146aa24c7bbc49f3a6d6ac3bc167f121badd",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-19.3.56.tgz",
23
+ "_shasum": "abe414a701fe5a336a6009d2da78cdf496edc26c",
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.47",
35
- "@syncfusion/ej2-react-base": "~19.3.46",
36
- "@syncfusion/ej2-spreadsheet": "19.3.48"
34
+ "@syncfusion/ej2-base": "~19.3.56",
35
+ "@syncfusion/ej2-react-base": "~19.3.57",
36
+ "@syncfusion/ej2-spreadsheet": "19.3.57"
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.48",
68
+ "version": "19.3.57",
69
69
  "sideEffects": false
70
70
  }
@@ -66,6 +66,7 @@
66
66
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
67
67
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
68
68
  background: transparent;
69
+ color: inherit;
69
70
  }
70
71
 
71
72
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
@@ -66,6 +66,7 @@
66
66
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
67
67
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
68
68
  background: transparent;
69
+ color: inherit;
69
70
  }
70
71
 
71
72
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
@@ -66,6 +66,7 @@
66
66
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
67
67
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
68
68
  background: transparent;
69
+ color: inherit;
69
70
  }
70
71
 
71
72
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
@@ -66,6 +66,7 @@
66
66
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
67
67
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
68
68
  background: transparent;
69
+ color: inherit;
69
70
  }
70
71
 
71
72
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],