@syncfusion/ej2-angular-spreadsheet 31.1.20 → 31.1.21

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,10 +6,10 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
- - `#I756422` - Issue with "`INDEX` formula not working correctly when using multiple array references as the first argument" has been resolved.
10
- - `#I746202` - Issue with "custom formulas with a dot in the name return `#NAME?` error" has been resolved.
11
- - `#I751043` - Issue with "chart not maintaining proper layout after resize and drag-and-drop inside the freeze pane" has been resolved.
12
- - `#I756178` - Issue with "exception occurring when saving a spreadsheet containing series-plotted charts" has been resolved.
9
+ -`#I706975` - Issue with "chart axis label inconsistency while inserting a chart in `Blazor Spreadsheet` with `Javascript-ES5` packages" has been resolved.
10
+
11
+ - `#I760350` - Issue with "cells becoming misaligned when pasting external content into wrap-applied cells" has been resolved.
12
+ - `#I764692` - Issue with "deleting content selected directly in the formula bar not reflecting in the cell editor" has been resolved.
13
13
 
14
14
  ## 30.1.37 (2025-06-25)
15
15
 
@@ -1367,7 +1367,18 @@ The Spreadsheet is an user interactive component to organize and analyze data in
1367
1367
  - **Save:** Provides option to save spreadsheet data as excel file.
1368
1368
  - **RTL:** Provides right-to-left mode which aligns content in the spreadsheet component from right to left.
1369
1369
  - **Localization:** Provides inherent support to localize the UI.
1370
- - **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.## 27.1.48 (2024-09-18)
1370
+ - **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.## 31.1.20 (2025-09-10)
1371
+
1372
+ ### Spreadsheet
1373
+
1374
+ #### Bug fixes
1375
+
1376
+ - `#I756422` - Issue with "`INDEX` formula not working correctly when using multiple array references as the first argument" has been resolved.
1377
+ - `#I746202` - Issue with "custom formulas with a dot in the name return `#NAME?` error" has been resolved.
1378
+ - `#I751043` - Issue with "chart not maintaining proper layout after resize and drag-and-drop inside the freeze pane" has been resolved.
1379
+ - `#I756178` - Issue with "exception occurring when saving a spreadsheet containing series-plotted charts" has been resolved.
1380
+
1381
+ ## 27.1.48 (2024-09-18)
1371
1382
 
1372
1383
  ### Spreadsheet
1373
1384
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-spreadsheet",
3
- "version": "31.1.20",
3
+ "version": "31.1.21",
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",
@@ -8,7 +8,7 @@
8
8
  "dependencies": {
9
9
  "@syncfusion/ej2-base": "~31.1.20",
10
10
  "@syncfusion/ej2-angular-base": "~31.1.17",
11
- "@syncfusion/ej2-spreadsheet": "31.1.20"
11
+ "@syncfusion/ej2-spreadsheet": "31.1.21"
12
12
  },
13
13
  "keywords": [
14
14
  "angular",
@@ -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 = '^31.1.20';
4
+ exports.pkgVer = '^31.1.21';
5
5
  exports.moduleName = 'SpreadsheetModule';
6
- exports.themeVer = '~31.1.20';
6
+ exports.themeVer = '~31.1.21';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-spreadsheet';
2
- export const pkgVer = '^31.1.20';
2
+ export const pkgVer = '^31.1.21';
3
3
  export const moduleName = 'SpreadsheetModule';
4
- export const themeVer = '~31.1.20';
4
+ export const themeVer = '~31.1.21';