@syncfusion/ej2-react-spreadsheet 24.2.8 → 25.1.35

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,16 +6,14 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
- - `#I870021` - Issue with "`cellEditing` event is not triggered when you focus the cell and press the backspace key" has been resolved.
10
- - `#I870519` - Issue with "cell values are updated directly from the data source before being converted to formatted values" has been resolved.
9
+ - `#I549016` - Issue with "script error occurs when inserting multiple images into a single active cell and performing delete an action" has been resolved.
11
10
 
12
- ## 24.2.4 (2024-02-06)
11
+ - `#I559003` - Issue with "`select` event is not triggered after selecting the range and performing the autofill action" has been resolved.
13
12
 
14
- ### Spreadsheet
15
-
16
- #### Bug Fixes
13
+ #### Features
17
14
 
18
- - Issue with "formula returns the wrong result when performing an arithmetic expression with a negative sign" has been resolved.
15
+ - `#I369726` - Now, provided support for accepting the culture-based argument separator in the formula.
16
+ - `#I369726` - Now, provided support to pass numeric values with culture-based decimal separators as arguments to the formulas.
19
17
 
20
18
  ## 24.1.41 (2023-12-18)
21
19
 
@@ -1324,77 +1322,6 @@ The Spreadsheet is an user interactive component to organize and analyze data in
1324
1322
  - **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.
1325
1323
 
1326
1324
 
1327
- ## 24.2.7 (2024-02-20)
1328
-
1329
- ### Spreadsheet
1330
-
1331
- #### Bug fixes
1332
-
1333
- - `#I867926` - Issue with "deleted chart reappeared after filtering action and reloading spreadsheet JSON data" has been resolved.
1334
- - `#I869788` - Issue with "`findAll` method does not work properly when the mode is workbook and the workbook contains a single sheet" has been resolved.
1335
-
1336
- ## 24.2.5 (2024-02-13)
1337
-
1338
- ### Spreadsheet
1339
-
1340
- #### Bug fixes
1341
-
1342
- - `#I867999` - Issue with "out of range exception occurs when importing files with filters in the zeroth sheet index and active sheet index in other sheets" has been resolved.
1343
- - `#I867999` - Issue with "an exception occurs when exporting a file with list type validation that contains empty string values" has been resolved.
1344
-
1345
- ## 24.2.3 (2024-01-31)
1346
-
1347
- ### Spreadsheet
1348
-
1349
- #### Features
1350
-
1351
- - `#I530805` - Provided draggable support for the find dialogue when rendering on the mobile device.
1352
- - `#I517662` - Provided methods for programmatically selecting and deselecting the chart and image.
1353
-
1354
- ## 24.1.47 (2024-01-23)
1355
-
1356
- ### Spreadsheet
1357
-
1358
- #### Bug fixes
1359
-
1360
- - `#I530807` - Issue with "position of the named range drop-down popup is incorrect on mobile devices" has been resolved.
1361
- - `#I530834` - Issue with "on mobile devices, list validation drop-down popup appears in the wrong position on the list validation applied cell" has been resolved.
1362
-
1363
- ## 24.1.46 (2024-01-17)
1364
-
1365
- ### Spreadsheet
1366
-
1367
- #### Bug fixes
1368
-
1369
- - `#I534501` - Issue with "only the active sheet data is exported as Excel when you load multiple sheets using data source binding and perform the export action" has been resolved.
1370
-
1371
- ## 24.1.45 (2024-01-09)
1372
-
1373
- ### Spreadsheet
1374
-
1375
- #### Bug fixes
1376
-
1377
- - `#I863473` - Issue with "copying and pasting the cell reference value of a specific column, such as (AF,BF...), results in a `#REF` error" has been resolved.
1378
-
1379
- ## 24.1.44 (2024-01-03)
1380
-
1381
- ### Spreadsheet
1382
-
1383
- #### Bug fixes
1384
-
1385
- - `#I861504` - Issue with "sheet names are not displayed completely after adding multiple sheets and performing a swipe action on mobile devices" has been resolved.
1386
-
1387
- ## 24.1.43 (2023-12-27)
1388
-
1389
- ### Spreadsheet
1390
-
1391
- #### Bug fixes
1392
-
1393
- - `#I861114` - Issue with "`SUMIF` formula returns wrong value when an alphanumeric cell value is present within the passed range" has been resolved.
1394
- - `#I862629` - Issue with "`AVERAGEIF` formula returns wrong value when an alphanumeric cell value is present within the passed range" has been resolved.
1395
- - `#I861483` - Issue with "script error occurs when performing a filtering action on an empty sheet" has been resolved.
1396
- - `#I861530` - Issue with "border color palette popup does not close and causes a script error in mobile device" has been resolved.
1397
-
1398
1325
  ## 21.1.39 (2023-04-11)
1399
1326
 
1400
1327
  ### Spreadsheet
package/diConfig.json CHANGED
@@ -67,7 +67,6 @@
67
67
  "Edit",
68
68
  "KeyboardNavigation",
69
69
  "KeyboardShortcut",
70
- "CollaborativeEditing",
71
70
  "Selection",
72
71
  "ContextMenu",
73
72
  "FormulaBar",
@@ -76,8 +75,6 @@
76
75
  "Open",
77
76
  "SheetTabs",
78
77
  "DataBind",
79
- "AllModule",
80
- "BasicModule",
81
78
  "CellFormat",
82
79
  "NumberFormat",
83
80
  "Formula"
@@ -95,9 +92,6 @@
95
92
  {
96
93
  "fileName": "keyboard-shortcut"
97
94
  },
98
- {
99
- "fileName": "collaborative-editing"
100
- },
101
95
  {
102
96
  "fileName": "selection"
103
97
  },
@@ -122,12 +116,6 @@
122
116
  {
123
117
  "fileName": "data-binding"
124
118
  },
125
- {
126
- "fileName": "all-modules"
127
- },
128
- {
129
- "fileName": "basic-modules"
130
- },
131
119
  {
132
120
  "fileName": "cell-format"
133
121
  },
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-spreadsheet.min.js
3
- * version : 24.2.8
3
+ * version : 25.1.35
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 : 24.2.8
3
+ * version : 25.1.35
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@24.2.7",
3
+ "_id": "@syncfusion/ej2-react-spreadsheet@24.7.0",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-3D/jswYiG4FwXPeBtl27e4hJsxNvDwQvmAF5ZWXEmxuLn86144wAmguCoIEiTq9DmfO3eJleLsvzY+tEYqX1YA==",
5
+ "_integrity": "sha512-YNFTk+JEJPCACqiYBuC8qyj8ur8ll/6BFYtC43PkrQBMavmef8pMLE7bfDMF3yeZYrZdvzjPWxiVTeQlIT+BOw==",
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.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-24.2.7.tgz",
23
- "_shasum": "6e450d7758118c051c97a988463a265de8d61c9e",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-24.7.0.tgz",
23
+ "_shasum": "5d961a8d094800b23b1b5b9ff09f97a0961554ed",
24
24
  "_spec": "@syncfusion/ej2-react-spreadsheet@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_25.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": "~24.2.7",
35
- "@syncfusion/ej2-react-base": "~24.2.7",
36
- "@syncfusion/ej2-spreadsheet": "24.2.8"
34
+ "@syncfusion/ej2-base": "~25.1.35",
35
+ "@syncfusion/ej2-react-base": "~25.1.35",
36
+ "@syncfusion/ej2-spreadsheet": "25.1.35"
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": "https://github.com/syncfusion/ej2-react-ui-components.git"
55
55
  },
56
- "version": "24.2.8",
56
+ "version": "25.1.35",
57
57
  "sideEffects": false
58
58
  }