@syncfusion/ej2-angular-spreadsheet 33.1.47 → 33.1.49

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,6 +6,20 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - `#I827842` - Issue with "applying a top border to a cell with font styles caused selection misalignment" has been resolved.
10
+
11
+ - `#I823318` - Issue with "horizontal scrollbar in `Firefox` being less accessible compared to `Chrome` and `Edge`" has been resolved.
12
+
13
+ #### Features
14
+
15
+ - `#I756181` - Enhanced the `SORT` formula in the Spreadsheet component to support dynamic arrays. The output now auto-resizes and updates in real time as source data changes, with support for undo/redo, edit, and insert/delete actions.
16
+
17
+ ## 33.1.47 (2026-04-07)
18
+
19
+ ### Spreadsheet
20
+
21
+ #### Bug fixes
22
+
9
23
  - `#I805278` - Issue with "pie chart rendered empty when the data range contained both string and numeric columns" has been resolved.
10
24
 
11
25
  ## 32.1.20 (2025-12-23)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-spreadsheet",
3
- "version": "33.1.47",
3
+ "version": "33.1.49",
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.47"
11
+ "@syncfusion/ej2-spreadsheet": "33.1.49"
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.47';
4
+ exports.pkgVer = '^33.1.49';
5
5
  exports.moduleName = 'SpreadsheetModule';
6
- exports.themeVer = '~33.1.47';
6
+ exports.themeVer = '~33.1.49';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-spreadsheet';
2
- export const pkgVer = '^33.1.47';
2
+ export const pkgVer = '^33.1.49';
3
3
  export const moduleName = 'SpreadsheetModule';
4
- export const themeVer = '~33.1.47';
4
+ export const themeVer = '~33.1.49';