@syncfusion/ej2-vue-spreadsheet 22.1.37 → 22.2.8
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 +20 -0
- package/dist/ej2-vue-spreadsheet.umd.min.js +1 -1
- package/dist/global/ej2-vue-spreadsheet.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +8 -0
- package/styles/bootstrap.css +8 -0
- package/styles/bootstrap4.css +8 -0
- package/styles/bootstrap5-dark.css +8 -0
- package/styles/bootstrap5.css +8 -0
- package/styles/fabric-dark.css +8 -0
- package/styles/fabric.css +8 -0
- package/styles/fluent-dark.css +8 -0
- package/styles/fluent.css +8 -0
- package/styles/highcontrast-light.css +8 -0
- package/styles/highcontrast.css +8 -0
- package/styles/material-dark.css +8 -0
- package/styles/material.css +8 -0
- package/styles/material3-dark.css +8 -0
- package/styles/material3.css +8 -0
- package/styles/spreadsheet/bootstrap-dark.css +8 -0
- package/styles/spreadsheet/bootstrap.css +8 -0
- package/styles/spreadsheet/bootstrap4.css +8 -0
- package/styles/spreadsheet/bootstrap5-dark.css +8 -0
- package/styles/spreadsheet/bootstrap5.css +8 -0
- package/styles/spreadsheet/fabric-dark.css +8 -0
- package/styles/spreadsheet/fabric.css +8 -0
- package/styles/spreadsheet/fluent-dark.css +8 -0
- package/styles/spreadsheet/fluent.css +8 -0
- package/styles/spreadsheet/highcontrast-light.css +8 -0
- package/styles/spreadsheet/highcontrast.css +8 -0
- package/styles/spreadsheet/material-dark.css +8 -0
- package/styles/spreadsheet/material.css +8 -0
- package/styles/spreadsheet/material3-dark.css +8 -0
- package/styles/spreadsheet/material3.css +8 -0
- package/styles/spreadsheet/tailwind-dark.css +8 -0
- package/styles/spreadsheet/tailwind.css +8 -0
- package/styles/tailwind-dark.css +8 -0
- package/styles/tailwind.css +8 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 22.1.37 (2023-07-04)
|
|
6
|
+
|
|
7
|
+
### Spreadsheet
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- `#I472639` - Issue with "merged cells become mixed up with one another while scrolling over the frozen column applied sheet" has been resolved.
|
|
12
|
+
|
|
13
|
+
#### Bug fixes
|
|
14
|
+
|
|
15
|
+
- `#I469389` - Issue with "automatic page scrolling occurs and spreadsheet ribbon UI is scrolled to the hidden state while importing the excel file" has been resolved.
|
|
16
|
+
|
|
5
17
|
## 22.1.34 (2023-06-21)
|
|
6
18
|
|
|
7
19
|
### Spreadsheet
|
|
@@ -1267,6 +1279,14 @@ The Spreadsheet is an user interactive component to organize and analyze data in
|
|
|
1267
1279
|
- **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.
|
|
1268
1280
|
|
|
1269
1281
|
|
|
1282
|
+
## 22.2.5 (2023-07-27)
|
|
1283
|
+
|
|
1284
|
+
### Spreadsheet
|
|
1285
|
+
|
|
1286
|
+
#### Bug fixes
|
|
1287
|
+
|
|
1288
|
+
- `#I477594` - Issue with "scrolling is not working properly with hidden rows while setting the `enableVirtualization` and `isFinite` properties as true" has been resolved.
|
|
1289
|
+
|
|
1270
1290
|
## 21.2.10 (2023-06-13)
|
|
1271
1291
|
|
|
1272
1292
|
### Spreadsheet
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-spreadsheet.umd.min.js
|
|
3
|
-
* version : 22.
|
|
3
|
+
* version : 22.2.8
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|