@syncfusion/ej2-angular-spreadsheet 33.1.46 → 33.1.47
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,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
9
|
+
- `#I805278` - Issue with "pie chart rendered empty when the data range contained both string and numeric columns" has been resolved.
|
|
10
10
|
|
|
11
11
|
## 32.1.20 (2025-12-23)
|
|
12
12
|
|
|
@@ -1421,7 +1421,15 @@ The Spreadsheet is an user interactive component to organize and analyze data in
|
|
|
1421
1421
|
- **Save:** Provides option to save spreadsheet data as excel file.
|
|
1422
1422
|
- **RTL:** Provides right-to-left mode which aligns content in the spreadsheet component from right to left.
|
|
1423
1423
|
- **Localization:** Provides inherent support to localize the UI.
|
|
1424
|
-
- **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.##
|
|
1424
|
+
- **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.## 33.1.46 (2026-03-31)
|
|
1425
|
+
|
|
1426
|
+
### Spreadsheet
|
|
1427
|
+
|
|
1428
|
+
#### Bug fixes
|
|
1429
|
+
|
|
1430
|
+
- `#I818439` - Issue with "unable to select a formula cell reference when editing a formula in the formula bar in Firefox browser" has been resolved.
|
|
1431
|
+
|
|
1432
|
+
## 31.2.16 (2025-12-02)
|
|
1425
1433
|
|
|
1426
1434
|
### Spreadsheet
|
|
1427
1435
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-spreadsheet",
|
|
3
|
-
"version": "33.1.
|
|
3
|
+
"version": "33.1.47",
|
|
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": "~33.1.45",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~33.1.46",
|
|
11
|
-
"@syncfusion/ej2-spreadsheet": "33.1.
|
|
11
|
+
"@syncfusion/ej2-spreadsheet": "33.1.47"
|
|
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 = '^33.1.
|
|
4
|
+
exports.pkgVer = '^33.1.47';
|
|
5
5
|
exports.moduleName = 'SpreadsheetModule';
|
|
6
|
-
exports.themeVer = '~33.1.
|
|
6
|
+
exports.themeVer = '~33.1.47';
|