@syncfusion/ej2-vue-spreadsheet 22.2.5 → 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 +8 -6
- package/dist/ej2-vue-spreadsheet.umd.min.js +1 -1
- package/dist/global/ej2-vue-spreadsheet.min.js +2 -2
- package/package.json +6 -6
- 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,12 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
### Spreadsheet
|
|
6
|
-
|
|
7
|
-
#### Bug fixes
|
|
8
|
-
|
|
9
|
-
- `#I477594` - Issue with "scrolling is not working properly with hidden rows while setting the `enableVirtualization` and `isFinite` properties as true" has been resolved.
|
|
10
|
-
|
|
11
5
|
## 22.1.37 (2023-07-04)
|
|
12
6
|
|
|
13
7
|
### Spreadsheet
|
|
@@ -1285,6 +1279,14 @@ The Spreadsheet is an user interactive component to organize and analyze data in
|
|
|
1285
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.
|
|
1286
1280
|
|
|
1287
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
|
+
|
|
1288
1290
|
## 21.2.10 (2023-06-13)
|
|
1289
1291
|
|
|
1290
1292
|
### Spreadsheet
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-spreadsheet.umd.min.js
|
|
3
|
-
* version : 22.2.
|
|
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
|