@syncfusion/ej2-react-spreadsheet 19.3.47 → 19.3.56

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,39 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `I347456` - Console error with 110% browser zoom in issue resolved.
10
+ - `I347865` - AutoFill is not working for formula applied cell issue is resolved.
11
+ - `I347272` - Performance issue while clear conditional formatting from entire sheet is resolved.
12
+ - `I347003` - Loading data with filter the actionComplete event triggered twice issue is resolved.
13
+ - `I347340` - Filter popup opening prevented while sheet is protected.
14
+
15
+ ## 19.3.55 (2021-11-23)
16
+
17
+ ### Spreadsheet
18
+
19
+ #### Bug Fixes
20
+
21
+ - `I345828` - Toggle Button state not refreshed in ribbon while using clear format option issue resolved.
22
+
23
+ ## 19.3.48 (2021-11-02)
24
+
25
+ ### Spreadsheet
26
+
27
+ #### Bug Fixes
28
+
29
+ - `I345577` - Selection misalignment occurs with the resized row issue resolved.
30
+ - `I346629` - Selection misalignment while perform autofit to rows issue resolved.
31
+ - `I346978`, `I346947` - Data loss after clear filtering issue resolved.
32
+ - `I346943` - Copy / paste not working after clear filtering using ribbon issue resolved.
33
+ - `I346921` - Cell selections are not proper after scrolling the filtered data issue resolved.
34
+ - `I346267` - Last occurrence value not replaced while doing Replace all with workbook mode issue resolved.
35
+
36
+ ## 19.3.47 (2021-10-26)
37
+
38
+ ### Spreadsheet
39
+
40
+ #### Bug Fixes
41
+
9
42
  - `I344194` - Filter menu opening delay with large data issue resolved.
10
43
  - `I344794` - Cell selection misalignment occurs when copy paste and resize the pasted cell issue resolved.
11
44
  - `F29392` - cell selection misalignment on loading Chinese words issue resolved.
@@ -17,6 +50,8 @@
17
50
 
18
51
  ### Spreadsheet
19
52
 
53
+ #### New Features
54
+
20
55
  - `I343108` - Provided support to update the border for inserted rows and columns, if the adjacent rows and columns contains same border value.
21
56
 
22
57
  #### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-spreadsheet.umd.min.js
3
- * version : 19.3.47
3
+ * version : 19.3.56
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.55",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-wQYnCt8fgIMLtFf0QHF7HhcGcs+POZd+rSxWzRTTTahT1LGCw8CheLHnD4sRJhNmqEjPYp+fFSpyRHk2tg55dQ==",
5
+ "_integrity": "sha512-eN9T9ID1c/v8yajJ1o5DT/NPLPhNf4HJrsZvYTEKBJ3WeYjFuNDr3/CnCfkrS66XrpmW6hU6uo3jkZgOrFTrdw==",
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.55.tgz",
23
+ "_shasum": "2150818fdfd38377f352f7e1661ffcf3090fb110",
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.47"
34
+ "@syncfusion/ej2-base": "~19.3.56",
35
+ "@syncfusion/ej2-react-base": "~19.3.53",
36
+ "@syncfusion/ej2-spreadsheet": "19.3.56"
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.47",
68
+ "version": "19.3.56",
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],