@syncfusion/ej2-angular-spreadsheet 30.1.39-ngcc → 30.1.39
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 +17 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
### Spreadsheet
|
|
6
6
|
|
|
7
|
+
#### Bug fixes
|
|
8
|
+
|
|
9
|
+
- `#I740743` - Issue with "memory not being released after importing an Excel file, leading to continuous memory usage growth" has been resolved.
|
|
10
|
+
|
|
11
|
+
## 30.1.37 (2025-06-25)
|
|
12
|
+
|
|
13
|
+
### Spreadsheet
|
|
14
|
+
|
|
7
15
|
#### Features
|
|
8
16
|
|
|
9
17
|
- **Improved Excel import performance:** Added support to skip styles and formats during Excel file import using the server-side library. This optimization reduces the generated JSON size and significantly improves rendering speed, especially for large or style-heavy Excel files.
|
|
@@ -1356,7 +1364,15 @@ The Spreadsheet is an user interactive component to organize and analyze data in
|
|
|
1356
1364
|
- **Save:** Provides option to save spreadsheet data as excel file.
|
|
1357
1365
|
- **RTL:** Provides right-to-left mode which aligns content in the spreadsheet component from right to left.
|
|
1358
1366
|
- **Localization:** Provides inherent support to localize the UI.
|
|
1359
|
-
- **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.##
|
|
1367
|
+
- **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.1.38 (2025-07-02)
|
|
1368
|
+
|
|
1369
|
+
### Spreadsheet
|
|
1370
|
+
|
|
1371
|
+
#### Bug fixes
|
|
1372
|
+
|
|
1373
|
+
- `#I734303` - Issue with "custom date format `mm-dd-yyyy` being incorrectly interpreted as the short date format `m/d/yyyy`" has been resolved.
|
|
1374
|
+
|
|
1375
|
+
## 27.1.48 (2024-09-18)
|
|
1360
1376
|
|
|
1361
1377
|
### Spreadsheet
|
|
1362
1378
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-spreadsheet",
|
|
3
|
-
"version": "30.1.39
|
|
3
|
+
"version": "30.1.39",
|
|
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",
|