@syncfusion/ej2-angular-spreadsheet 30.2.6 → 30.2.7

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,9 +6,7 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
- - `#I756167` - Issue with "`SUM` formula is not calculated correctly for time-formatted cells during aggregate calculation" has been resolved.
10
- - `#I756194` - Issue with "`SUMIFS` formula returns incorrect results when criteria includes wildcard characters" has been resolved.
11
- - `#I756181` - Issue with "importing an Excel file containing `SORT` formula results in improper cell values" has been resolved.
9
+ - `#I751627` - Issue with "cell selection and console errors when using formula references in a cell" has been resolved.
12
10
 
13
11
  ## 30.2.4 (2025-08-07)
14
12
 
@@ -1380,7 +1378,17 @@ The Spreadsheet is an user interactive component to organize and analyze data in
1380
1378
  - **Save:** Provides option to save spreadsheet data as excel file.
1381
1379
  - **RTL:** Provides right-to-left mode which aligns content in the spreadsheet component from right to left.
1382
1380
  - **Localization:** Provides inherent support to localize the UI.
1383
- - **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.## 30.2.5 (2025-08-13)
1381
+ - **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.## 30.2.6 (2025-08-19)
1382
+
1383
+ ### Spreadsheet
1384
+
1385
+ #### Bug fixes
1386
+
1387
+ - `#I756167` - Issue with "`SUM` formula is not calculated correctly for time-formatted cells during aggregate calculation" has been resolved.
1388
+ - `#I756194` - Issue with "`SUMIFS` formula returns incorrect results when criteria includes wildcard characters" has been resolved.
1389
+ - `#I756181` - Issue with "importing an Excel file containing `SORT` formula results in improper cell values" has been resolved.
1390
+
1391
+ ## 30.2.5 (2025-08-13)
1384
1392
 
1385
1393
  ### Spreadsheet
1386
1394
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-spreadsheet",
3
- "version": "30.2.6",
3
+ "version": "30.2.7",
4
4
  "description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Angular",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
7
7
  "schematics": "./schematics/collection.json",
8
8
  "dependencies": {
9
- "@syncfusion/ej2-base": "~30.2.4",
9
+ "@syncfusion/ej2-base": "~30.2.6",
10
10
  "@syncfusion/ej2-angular-base": "~30.2.4",
11
- "@syncfusion/ej2-spreadsheet": "30.2.6"
11
+ "@syncfusion/ej2-spreadsheet": "30.2.7"
12
12
  },
13
13
  "keywords": [
14
14
  "angular",
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-spreadsheet";
2
- export declare const pkgVer = "^30.1.39";
2
+ export declare const pkgVer = "^30.2.6";
3
3
  export declare const moduleName = "SpreadsheetModule";
4
- export declare const themeVer = "~30.1.39";
4
+ export declare const themeVer = "~30.2.6";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-spreadsheet';
4
- exports.pkgVer = '^30.2.6';
4
+ exports.pkgVer = '^30.2.7';
5
5
  exports.moduleName = 'SpreadsheetModule';
6
- exports.themeVer = '~30.2.6';
6
+ exports.themeVer = '~30.2.7';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-spreadsheet';
2
- export const pkgVer = '^30.2.6';
2
+ export const pkgVer = '^30.2.7';
3
3
  export const moduleName = 'SpreadsheetModule';
4
- export const themeVer = '~30.2.6';
4
+ export const themeVer = '~30.2.7';