@syncfusion/ej2-react-spreadsheet 19.4.55 → 19.4.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,17 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `SF-369240` - Previous formula displayed while switching the editing from formula cell to blank cell issue resolved.
10
+ - `SF-367017` - `Ctrl selection` not working with freeze pane issue resolved.
11
+ - `SF-367519` - Border not applied while copy / paste from MS word issue resolved.
12
+ - `SF-367525` - Strike through not applied on external copy / paste issue resolved.
13
+
14
+ ## 19.4.55 (2022-03-08)
15
+
16
+ ### Spreadsheet
17
+
18
+ #### Bug Fixes
19
+
9
20
  - `SF-366825` - Text align icon not updated properly while applying text format for number cell value issue resolved.
10
21
  - `SF-369477` - Rows not rendered properly while filtering and cell selection not proper with filtered rows in freeze pane issues resolved.
11
22
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-spreadsheet.umd.min.js
3
- * version : 19.4.55
3
+ * version : 19.4.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.4.54",
3
+ "_id": "@syncfusion/ej2-react-spreadsheet@19.4.55",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-NnhWmQAuVmGxh6XdlQDlcC/XXsrQq8hZZb7+fg2aPqLvaTB+BsQQFNCQHMJaCaEt2wmmFDW3/VzAxm22V6YeKQ==",
5
+ "_integrity": "sha512-vjV8eqhR74kHjcdsHCz5EIQCn9ZnJP245z8y6vPDm9qgoxYJjzHsG+F37xYQVdTSMhz3B1P9CUp0TpgXHd9pWQ==",
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.54.tgz",
23
- "_shasum": "598f3f07c4eb5189b7ec4a9972aa0fb724b5b37c",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-19.4.55.tgz",
23
+ "_shasum": "d587ae6302925d27419552b44eb2a8e847ba3af1",
24
24
  "_spec": "@syncfusion/ej2-react-spreadsheet@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -32,8 +32,8 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~19.4.52",
35
- "@syncfusion/ej2-react-base": "~19.4.55",
36
- "@syncfusion/ej2-spreadsheet": "19.4.55"
35
+ "@syncfusion/ej2-react-base": "~19.4.56",
36
+ "@syncfusion/ej2-spreadsheet": "19.4.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.4.55",
68
+ "version": "19.4.56",
69
69
  "sideEffects": false
70
70
  }