@syncfusion/ej2-react-spreadsheet 20.1.61 → 20.2.39

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