@syncfusion/ej2-angular-spreadsheet 30.1.40-ngcc → 30.1.40

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 30.1.37 (2025-06-25)
6
+
5
7
  ### Spreadsheet
6
8
 
7
9
  #### Features
@@ -1356,7 +1358,23 @@ The Spreadsheet is an user interactive component to organize and analyze data in
1356
1358
  - **Save:** Provides option to save spreadsheet data as excel file.
1357
1359
  - **RTL:** Provides right-to-left mode which aligns content in the spreadsheet component from right to left.
1358
1360
  - **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.## 27.1.48 (2024-09-18)
1361
+ - **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.39 (2025-07-08)
1362
+
1363
+ ### Spreadsheet
1364
+
1365
+ #### Bug fixes
1366
+
1367
+ - `#I740743` - Issue with "memory not being released after importing an Excel file, leading to continuous memory usage growth" has been resolved.
1368
+
1369
+ ## 30.1.38 (2025-07-02)
1370
+
1371
+ ### Spreadsheet
1372
+
1373
+ #### Bug fixes
1374
+
1375
+ - `#I734303` - Issue with "custom date format `mm-dd-yyyy` being incorrectly interpreted as the short date format `m/d/yyyy`" has been resolved.
1376
+
1377
+ ## 27.1.48 (2024-09-18)
1360
1378
 
1361
1379
  ### Spreadsheet
1362
1380
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-spreadsheet",
3
- "version": "30.1.40-ngcc",
3
+ "version": "30.1.40",
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",