@syncfusion/ej2-react-spreadsheet 23.2.7 → 24.1.43
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 +14 -24
- package/dist/ej2-react-spreadsheet.min.js +1 -1
- package/dist/ej2-react-spreadsheet.umd.min.js +1 -1
- package/package.json +9 -9
- package/styles/bootstrap-dark.css +1 -4114
- package/styles/bootstrap.css +1 -4174
- package/styles/bootstrap4.css +1 -4220
- package/styles/bootstrap5-dark.css +1 -4254
- package/styles/bootstrap5.css +1 -4254
- package/styles/fabric-dark.css +1 -4092
- package/styles/fabric.css +1 -4109
- package/styles/fluent-dark.css +1 -4215
- package/styles/fluent.css +1 -4215
- package/styles/highcontrast-light.css +1 -3496
- package/styles/highcontrast.css +1 -4126
- package/styles/material-dark.css +1 -4156
- package/styles/material.css +1 -4184
- package/styles/material3-dark.css +1 -4602
- package/styles/material3.css +1 -4714
- package/styles/spreadsheet/bootstrap-dark.css +1 -3933
- package/styles/spreadsheet/bootstrap.css +1 -3963
- package/styles/spreadsheet/bootstrap4.css +1 -4050
- package/styles/spreadsheet/bootstrap5-dark.css +1 -4035
- package/styles/spreadsheet/bootstrap5.css +1 -4035
- package/styles/spreadsheet/fabric-dark.css +1 -3913
- package/styles/spreadsheet/fabric.css +1 -3919
- package/styles/spreadsheet/fluent-dark.css +1 -4024
- package/styles/spreadsheet/fluent.css +1 -4024
- package/styles/spreadsheet/highcontrast-light.css +1 -3320
- package/styles/spreadsheet/highcontrast.css +1 -3932
- package/styles/spreadsheet/material-dark.css +1 -3975
- package/styles/spreadsheet/material.css +1 -3991
- package/styles/spreadsheet/material3-dark.css +1 -4403
- package/styles/spreadsheet/material3.css +1 -4459
- package/styles/spreadsheet/tailwind-dark.css +1 -4233
- package/styles/spreadsheet/tailwind.css +1 -3996
- package/styles/spreadsheet-ribbon/bootstrap-dark.css +1 -180
- package/styles/spreadsheet-ribbon/bootstrap.css +1 -210
- package/styles/spreadsheet-ribbon/bootstrap4.css +1 -169
- package/styles/spreadsheet-ribbon/bootstrap5-dark.css +1 -218
- package/styles/spreadsheet-ribbon/bootstrap5.css +1 -218
- package/styles/spreadsheet-ribbon/fabric-dark.css +1 -178
- package/styles/spreadsheet-ribbon/fabric.css +1 -189
- package/styles/spreadsheet-ribbon/fluent-dark.css +1 -190
- package/styles/spreadsheet-ribbon/fluent.css +1 -190
- package/styles/spreadsheet-ribbon/highcontrast-light.css +1 -175
- package/styles/spreadsheet-ribbon/highcontrast.css +1 -193
- package/styles/spreadsheet-ribbon/material-dark.css +1 -180
- package/styles/spreadsheet-ribbon/material.css +1 -192
- package/styles/spreadsheet-ribbon/material3-dark.css +1 -198
- package/styles/spreadsheet-ribbon/material3.css +1 -254
- package/styles/spreadsheet-ribbon/tailwind-dark.css +1 -193
- package/styles/spreadsheet-ribbon/tailwind.css +1 -193
- package/styles/tailwind-dark.css +1 -4427
- package/styles/tailwind.css +1 -4190
package/CHANGELOG.md
CHANGED
|
@@ -2,33 +2,31 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
## 23.1.44 (2023-11-07)
|
|
6
|
-
|
|
7
5
|
### Spreadsheet
|
|
8
6
|
|
|
9
|
-
#### Bug Fixes
|
|
10
|
-
|
|
11
|
-
- `#I512609` - Issue with "aria-label is updated as undefined while changing the cell value using `updateCell` method" has been resolved.
|
|
12
|
-
|
|
13
7
|
#### Bug fixes
|
|
14
8
|
|
|
15
|
-
- `#
|
|
9
|
+
- `#I861114` - Issue with "`SUMIF` formula returns wrong value when an alphanumeric cell value is present within the passed range" has been resolved.
|
|
10
|
+
- `#I862629` - Issue with "`AVERAGEIF` formula returns wrong value when an alphanumeric cell value is present within the passed range" has been resolved.
|
|
11
|
+
- `#I861483` - Issue with "script error occurs when performing a filtering action on an empty sheet" has been resolved.
|
|
12
|
+
- `#I861530` - Issue with "border color palette popup does not close and causes a script error in mobile device" has been resolved.
|
|
16
13
|
|
|
17
|
-
##
|
|
14
|
+
## 24.1.41 (2023-12-18)
|
|
18
15
|
|
|
19
16
|
### Spreadsheet
|
|
20
17
|
|
|
21
|
-
####
|
|
22
|
-
|
|
23
|
-
- `#I509149` - Issue with "row model is not properly updated when the sheet model is constructed with the range property and provided as an argument to the `insertSheet` method for new sheet creation" has been resolved.
|
|
24
|
-
|
|
25
|
-
## 23.1.38 (2023-09-26)
|
|
18
|
+
#### Features
|
|
26
19
|
|
|
27
|
-
|
|
20
|
+
- `#I477190` - Now, provided support for displaying a confirmation dialog before opening an Excel file that contains an external workbook references.
|
|
21
|
+
- The following new formulas added to the Spreadsheet.
|
|
22
|
+
- LOOKUP, VLOOKUP, HLOOKUP.
|
|
23
|
+
- SQRT, RSQ, ROUNDDOWN, EOMONTH, NOT.
|
|
28
24
|
|
|
29
|
-
#### Bug
|
|
25
|
+
#### Bug fixes
|
|
30
26
|
|
|
31
|
-
- `#
|
|
27
|
+
- `#I524351` - Issue with "`font-family` with space is incorrectly imported into the component" has been resolved.
|
|
28
|
+
- `#I515364` - Issue with "cell selection is not working as expected on the mobile device" has been resolved.
|
|
29
|
+
- `#I523898` - Issue with "selection issue occurs while applying the `Cosmic Sans MS` font family to the custom height applied row cells" has been resolved.
|
|
32
30
|
|
|
33
31
|
## 23.1.36 (2023-09-15)
|
|
34
32
|
|
|
@@ -1320,14 +1318,6 @@ The Spreadsheet is an user interactive component to organize and analyze data in
|
|
|
1320
1318
|
- **Accessibility:** Provides with built-in accessibility support which helps to access all the spreadsheet component features using the keyboard, screen readers, or other assistive technology devices.
|
|
1321
1319
|
|
|
1322
1320
|
|
|
1323
|
-
## 23.1.40 (2023-10-10)
|
|
1324
|
-
|
|
1325
|
-
### Spreadsheet
|
|
1326
|
-
|
|
1327
|
-
#### Bug fixes
|
|
1328
|
-
|
|
1329
|
-
- `#I849431` - Issue with "exception throws while exporting as excel file after deleting the sheet with defined names" has been resolved.
|
|
1330
|
-
|
|
1331
1321
|
## 21.1.39 (2023-04-11)
|
|
1332
1322
|
|
|
1333
1323
|
### Spreadsheet
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-spreadsheet.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 24.1.43
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-spreadsheet.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 24.1.43
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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@
|
|
3
|
+
"_id": "@syncfusion/ej2-react-spreadsheet@24.1.41",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-8iJgH1KRRTW8iOPeGYcAC0iMzvWUYQpR0n8WGWeDhNFpSfAmJT1eHxLrijy/3nSvr6UYTPTA35L7jcq2Fwvf6w==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-spreadsheet",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-24.1.41.tgz",
|
|
23
|
+
"_shasum": "ffab9d9a3e78dcd1d3ca38366b0c28d4732601be",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-spreadsheet@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~
|
|
35
|
-
"@syncfusion/ej2-react-base": "~
|
|
36
|
-
"@syncfusion/ej2-spreadsheet": "
|
|
34
|
+
"@syncfusion/ej2-base": "~24.1.42",
|
|
35
|
+
"@syncfusion/ej2-react-base": "~24.1.41",
|
|
36
|
+
"@syncfusion/ej2-spreadsheet": "24.1.43"
|
|
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",
|
|
@@ -53,6 +53,6 @@
|
|
|
53
53
|
"type": "git",
|
|
54
54
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
55
55
|
},
|
|
56
|
-
"version": "
|
|
56
|
+
"version": "24.1.43",
|
|
57
57
|
"sideEffects": false
|
|
58
58
|
}
|