@syncfusion/ej2-vue-grids 21.2.3 → 21.2.4
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 +10 -0
- package/dist/ej2-vue-grids.umd.min.js +1 -1
- package/dist/global/ej2-vue-grids.min.js +2 -2
- package/package.json +4 -4
- package/styles/bootstrap-dark.css +17 -0
- package/styles/bootstrap.css +17 -0
- package/styles/bootstrap4.css +20 -2
- package/styles/bootstrap5-dark.css +17 -0
- package/styles/bootstrap5.css +17 -0
- package/styles/fabric-dark.css +17 -0
- package/styles/fabric.css +17 -0
- package/styles/fluent-dark.css +17 -0
- package/styles/fluent.css +17 -0
- package/styles/grid/bootstrap-dark.css +17 -0
- package/styles/grid/bootstrap.css +17 -0
- package/styles/grid/bootstrap4.css +20 -2
- package/styles/grid/bootstrap5-dark.css +17 -0
- package/styles/grid/bootstrap5.css +17 -0
- package/styles/grid/fabric-dark.css +17 -0
- package/styles/grid/fabric.css +17 -0
- package/styles/grid/fluent-dark.css +17 -0
- package/styles/grid/fluent.css +17 -0
- package/styles/grid/highcontrast-light.css +17 -0
- package/styles/grid/highcontrast.css +17 -0
- package/styles/grid/material-dark.css +17 -0
- package/styles/grid/material.css +17 -0
- package/styles/grid/tailwind-dark.css +17 -0
- package/styles/grid/tailwind.css +17 -0
- package/styles/highcontrast-light.css +17 -0
- package/styles/highcontrast.css +17 -0
- package/styles/material-dark.css +17 -0
- package/styles/material.css +17 -0
- package/styles/tailwind-dark.css +17 -0
- package/styles/tailwind.css +17 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Grid
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#F169671` - Now, the `ExcelQueryCellInfo` event is called properly in both parent and child grids.
|
|
10
|
+
- `#I441999` - Ensured that the `recordDoubleClick` event is now properly triggered on iPad devices as well.
|
|
11
|
+
- `#F181654` - Fixed issue where the react state value was being updated incorrectly with Grid templates.
|
|
12
|
+
- `#I451314` - Provided support for exporting to PDF with custom data sources.
|
|
13
|
+
- `#I457476` - Resolved a script error that occurred when the down arrow key was long-pressed while the frozen and virtual scrolling feature was enabled in the Grid.
|
|
14
|
+
|
|
5
15
|
## 21.2.3 (2023-05-03)
|
|
6
16
|
|
|
7
17
|
### Grid
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-grids.umd.min.js
|
|
3
|
-
* version : 21.2.
|
|
3
|
+
* version : 21.2.4
|
|
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
|