@syncfusion/ej2-react-spreadsheet 20.1.60 → 20.2.38

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.
Files changed (48) hide show
  1. package/CHANGELOG.md +15 -102
  2. package/dist/ej2-react-spreadsheet.umd.min.js +1 -1
  3. package/package.json +8 -8
  4. package/styles/bootstrap-dark.css +166 -179
  5. package/styles/bootstrap.css +166 -176
  6. package/styles/bootstrap4.css +169 -179
  7. package/styles/bootstrap5-dark.css +181 -183
  8. package/styles/bootstrap5.css +181 -183
  9. package/styles/fabric-dark.css +165 -180
  10. package/styles/fabric.css +165 -177
  11. package/styles/fluent-dark.css +202 -198
  12. package/styles/fluent.css +202 -198
  13. package/styles/highcontrast-light.css +165 -176
  14. package/styles/highcontrast.css +164 -176
  15. package/styles/material-dark.css +165 -179
  16. package/styles/material.css +165 -176
  17. package/styles/ribbon/bootstrap-dark.css +7 -0
  18. package/styles/ribbon/bootstrap.css +7 -0
  19. package/styles/ribbon/bootstrap4.css +7 -0
  20. package/styles/ribbon/bootstrap5-dark.css +15 -0
  21. package/styles/ribbon/bootstrap5.css +15 -0
  22. package/styles/ribbon/fabric-dark.css +8 -0
  23. package/styles/ribbon/fabric.css +8 -0
  24. package/styles/ribbon/fluent-dark.css +10 -0
  25. package/styles/ribbon/fluent.css +10 -0
  26. package/styles/ribbon/highcontrast-light.css +9 -0
  27. package/styles/ribbon/highcontrast.css +9 -0
  28. package/styles/ribbon/material-dark.css +7 -0
  29. package/styles/ribbon/material.css +7 -0
  30. package/styles/ribbon/tailwind-dark.css +7 -0
  31. package/styles/ribbon/tailwind.css +7 -0
  32. package/styles/spreadsheet/bootstrap-dark.css +159 -179
  33. package/styles/spreadsheet/bootstrap.css +159 -176
  34. package/styles/spreadsheet/bootstrap4.css +162 -179
  35. package/styles/spreadsheet/bootstrap5-dark.css +166 -183
  36. package/styles/spreadsheet/bootstrap5.css +166 -183
  37. package/styles/spreadsheet/fabric-dark.css +157 -180
  38. package/styles/spreadsheet/fabric.css +157 -177
  39. package/styles/spreadsheet/fluent-dark.css +192 -198
  40. package/styles/spreadsheet/fluent.css +192 -198
  41. package/styles/spreadsheet/highcontrast-light.css +156 -176
  42. package/styles/spreadsheet/highcontrast.css +155 -176
  43. package/styles/spreadsheet/material-dark.css +158 -179
  44. package/styles/spreadsheet/material.css +158 -176
  45. package/styles/spreadsheet/tailwind-dark.css +384 -183
  46. package/styles/spreadsheet/tailwind.css +174 -183
  47. package/styles/tailwind-dark.css +391 -183
  48. package/styles/tailwind.css +181 -183
package/CHANGELOG.md CHANGED
@@ -6,117 +6,30 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `#I379196` - Left key navigation on 0th column throws script error on imported excel file issue has been fixed.
10
- - `#I383098` - Enter dot(.) in a cell changed to NaN issue has been fixed.
11
- - `#I380469` - The issue with the sum of decimal integers with three decimal places being formatted to two decimal places has been fixed.
12
- - `#I376635` - The issue of the formula with an empty space before the cell reference is not updated properly while performing autofill has been resolved.
13
- - `#I382547` - The issue of the selected range not being updated properly when the frozen column is not in the view port has been resolved.
14
- - `#F175237` - The issue with adjacent column cells updating with formula results for concealed formula cells has been resolved.
15
- - `#I383094` - Filter by selected cell value is not working for custom number format (0.00) applied cell issue resolved.
16
- - `#I380690`, `#I380608` - Selection misalignment occurs and newly inserted row at the bottom is not updated properly in finite mode issues resolved.
17
- - `#I381625` - The unfrozen columns getting scrolled while selecting the frozen column cells issue has been resolved.
18
- - `#I382527` - Column selection in custom sort dialog not updated properly issue has been resolved.
9
+ - `#I384048` - The issue of copied values being removed after saving when unique is applied is resolved.
10
+ - `#I379174` - After importing the protected excel file, the problem of not considering the password when selecting the unprotect sheet option in the sheet tab context menu has been resolved.
11
+ - `#I386574` - The exception thrown with font size pixel values while exporting is resolved.
12
+ - `#I384953` - Unique formula cell value gets `#spill` error on refresh issue resolved.
13
+ - `#F175967` - The `addToolbarItems` method is not working for locale other than 'en-US' issue has been resolved.
19
14
 
20
- ## 20.1.59 (2022-06-07)
21
-
22
- ### Spreadsheet
23
-
24
- #### Bug Fixes
25
-
26
- - `#I380999` - Date with year less than 1900 is considered as invalid date like excel and handled properly during filtering.
27
-
28
- ## 20.1.58 (2022-05-31)
29
-
30
- ### Spreadsheet
31
-
32
- #### Bug Fixes
33
-
34
- - `#I378302` - Unique formula referred cell values are deleted after performing the saveAsJson method issue is resolved.
35
- - `#I377838` - Script error occurred while importing the custom number format applied excel issue is resolved.
36
- - `#I379174` - Not considering the password when select the unprotect sheet option in sheet tab context menu issue is resolved.
37
- - `#I378874` - Selection misalignment occurs while performing autofit when the column is hidden issue is resolved.
38
-
39
- ## 20.1.57 (2022-05-24)
40
-
41
- ### Spreadsheet
42
-
43
- #### Bug Fixes
44
-
45
- - `#I379389` - The issue of save as dialog export file type not properly displayed in Angular spreadsheet has been resolved.
46
- - `#I378071` - The issue of sheet is not rendering when we perform an undo action after pasting a value from another sheet has been resolved.
47
-
48
- ## 20.1.56 (2022-05-17)
49
-
50
- ### Spreadsheet
51
-
52
- #### Bug Fixes
53
-
54
- - `#I378180` - Image not cleared when apply clear all action issue is resolved.
55
- - `#I376814` - SPILL error in UNIQUE and IFS formula with the loaded JSON data issue fixed.
56
- - `#F174476` - The issue of importing an excel file into a spreadsheet taking too long has been resolved.
57
-
58
- ## 20.1.55 (2022-05-12)
15
+ ## 20.2.36 (2022-06-30)
59
16
 
60
17
  ### Spreadsheet
61
18
 
62
19
  #### New Features
63
20
 
64
- - `#I362282` - Provided support for date column filter popup UI like parent-child combination of checkboxes functionality.
65
-
66
- #### Bug Fixes
67
-
68
- - `#F174225` - Background color not exported properly when the conditional formatting contains "null" format issue resolved.
69
- - `#I377104` - Clear options not working properly for localized text issue is resolved.
70
-
71
- ## 20.1.52 (2022-05-04)
72
-
73
- ### Spreadsheet
74
-
75
- #### Bug Fixes
76
-
77
- - `#F174531` - Cleared the formula dependencies from calculate instance while importing the excel file.
78
- - `#I375090` - The dollar formula throws an error when used with a single argument issue resolved.
79
- - `#I370988` - Formula dependency not cleared while performing clipboard functionality is fixed.
80
-
81
- ## 20.1.51 (2022-04-26)
82
-
83
- ### Spreadsheet
84
-
85
- #### Bug Fixes
86
-
87
- - `#I366807` - Clear all does not remove data validation when it applied on whole column issue has been fixed.
88
- - `#I372777` - Hidden rows are visible in saved excel file issue resolved.
89
- - `#I368023` - Issue with UNIQUE formula while performing clipboard (copy/ paste) action is fixed.
90
- - `#I374129` - Shift selection causes the selection to move away from the spreadsheet table issue has been resolved.
91
- - `#I371703` - Filtering causes selection misalignment and script error issue with freeze pane which was applied in scrolled content has been resolved.
92
- - `#I374628` - Pasting empty cell along with formula cell within the same range, empty cell is pasted with wrong value issue has been fixed.
93
- - `#I374069` - When we copy uneven row data from an external source, the paste is not working properly issue is resolved.
94
- - `#I375840` - Border not applied properly when using locale text issue is resolved.
95
- - `#I370989` - Data not pasted proper value in formula contained cells is fixed.
96
-
97
- ## 20.1.50 (2022-04-19)
98
-
99
- ### Spreadsheet
100
-
101
- #### Bug Fixes
102
-
103
- - `#I372580` - Custom function causes exception in spreadsheet server while performing save operation issue resolved.
104
- - `#I372580` - Multiple cell range in custom formula is passed directly as cell range.
105
-
106
- ## 20.1.48 (2022-04-12)
107
-
108
- ### Spreadsheet
21
+ - Provided keyboard shortcut for ribbon and added additional shortcut for the spreadsheet.
22
+ - Provided improvement in Accessibility for the spreadsheet.
23
+ - `#I361779`, `#F174565`, `#I379630` - Performance improvement for conditional formatting with large data.
24
+ - `#I360114`, `#I361182`, `#I362993` - Performance improvement for sorting and its undo redo for large data.
25
+ - `#I377000` - Provided `unMerge` method to split the merged cell into multiple cells.
109
26
 
110
27
  #### Bug Fixes
111
28
 
112
- - `#I372580` - Range of cells are not processed properly for custom function issue resolved.
113
- - `#I371630` - Formula reference not updated properly while deleting the row issue resolved.
114
- - `#I372573` - Replace action not working with upper case char issue resolved.
115
- - `#I370015` - Handled the filter popup collision based on spreadsheet to resolve the hiding of filter popup when we render spreadsheet after the sidebar.
116
- - `#I369938` - `SUMIF` formula calculation is not proper with external copy / paste content issue resolved.
117
- - `#I372606` - Formula cells which has empty value is updated with `#value` error while performing `saveAsJson` action issue resolved.
118
- - `#I374125` - Script error occurs and selection is not proper after moving the editing to active cell by double clicking the formula bar issue resolved.
119
- - `#I369868` - Dependent cells values are not updated while updating the `UNIQUE` formula values issue resolved.
29
+ - `#I383625` - Auto detecting as currency format for cell which contains text with currency number issue has been resolved.
30
+ - `#I386346` - The select event is not triggered after clicking the formula applied cells issue is resolved.
31
+ - `#I383355` - Undo on deleting unique formula cell with text format throws spill error issue has been resolved.
32
+ - `#I383420` - The issue of formula bar data not changing after clicking the retry button in the validation dialogue has been resolved.
120
33
 
121
34
  ## 20.1.47 (2022-04-04)
122
35
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-spreadsheet.umd.min.js
3
- * version : 20.1.60
3
+ * version : 20.2.38
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@20.1.59",
3
+ "_id": "@syncfusion/ej2-react-spreadsheet@20.2.36",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-ee00TZOttcJ+cb10y+ZYPT9GIo8Ult+S+gzZ86vQS207U36O13nUS+jSpXAp4gNMGXedhYCvok4yKKENgaQhiA==",
5
+ "_integrity": "sha512-5WdnP1yVsSh28FH4lOV7GyokgwO0CnV2hbd447SPRGGxFypebEiRcKANQMfgTJ8tLvDOwa0OhOnYSHw2bqYzTQ==",
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-20.1.59.tgz",
23
- "_shasum": "1617c331d8ee0b3e783959a566b2aadf09f9897c",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-20.2.36.tgz",
23
+ "_shasum": "253b024bb8fe4692d246ef248b8504dd2d2852e5",
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": "~20.1.60",
35
- "@syncfusion/ej2-react-base": "~20.1.59",
36
- "@syncfusion/ej2-spreadsheet": "20.1.60"
34
+ "@syncfusion/ej2-base": "~20.2.38",
35
+ "@syncfusion/ej2-react-base": "~20.2.38",
36
+ "@syncfusion/ej2-spreadsheet": "20.2.38"
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": "20.1.60",
68
+ "version": "20.2.38",
69
69
  "sideEffects": false
70
70
  }