@syncfusion/ej2-vue-grids 21.2.3 → 21.2.5
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 +23 -0
- package/dist/ej2-vue-grids.umd.min.js +1 -1
- package/dist/global/ej2-vue-grids.min.js +2 -2
- package/package.json +6 -6
- package/styles/bootstrap-dark.css +29 -0
- package/styles/bootstrap.css +29 -0
- package/styles/bootstrap4.css +32 -2
- package/styles/bootstrap5-dark.css +29 -0
- package/styles/bootstrap5.css +29 -0
- package/styles/fabric-dark.css +29 -0
- package/styles/fabric.css +29 -0
- package/styles/fluent-dark.css +29 -0
- package/styles/fluent.css +29 -0
- package/styles/grid/bootstrap-dark.css +29 -0
- package/styles/grid/bootstrap.css +29 -0
- package/styles/grid/bootstrap4.css +32 -2
- package/styles/grid/bootstrap5-dark.css +29 -0
- package/styles/grid/bootstrap5.css +29 -0
- package/styles/grid/fabric-dark.css +29 -0
- package/styles/grid/fabric.css +29 -0
- package/styles/grid/fluent-dark.css +29 -0
- package/styles/grid/fluent.css +29 -0
- package/styles/grid/highcontrast-light.css +29 -0
- package/styles/grid/highcontrast.css +29 -0
- package/styles/grid/material-dark.css +29 -0
- package/styles/grid/material.css +29 -0
- package/styles/grid/tailwind-dark.css +29 -0
- package/styles/grid/tailwind.css +29 -0
- package/styles/highcontrast-light.css +29 -0
- package/styles/highcontrast.css +29 -0
- package/styles/material-dark.css +29 -0
- package/styles/material.css +29 -0
- package/styles/tailwind-dark.css +29 -0
- package/styles/tailwind.css +29 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,29 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Grid
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I459274` - The issue regarding the `All` page size is not working properly with the `RemoteSaveAdaptor` has been resolved.
|
|
10
|
+
- `#I459703` - Pager component's tooltip not getting updated on locale change issue has been fixed.
|
|
11
|
+
- `#F181837` - The problem related to copy-pasting when adding a new record has been resolved.
|
|
12
|
+
- `#I452083` - The issue of text overlapping in the vertical row rendering mode of the adaptive grid has been resolved.
|
|
13
|
+
- `#FB43372` -The Content Security Policy violation issue related to grid paging and grouping has been resolved.
|
|
14
|
+
- `#I460038` - Resolved the issue where the detail template being rendered with bold and centred formatting.
|
|
15
|
+
|
|
16
|
+
## 21.2.4 (2023-05-09)
|
|
17
|
+
|
|
18
|
+
### Grid
|
|
19
|
+
|
|
20
|
+
#### Bug Fixes
|
|
21
|
+
|
|
22
|
+
- `#F169671` - Now, the `ExcelQueryCellInfo` event is called properly in both parent and child grids.
|
|
23
|
+
- `#I441999` - Ensured that the `recordDoubleClick` event is now properly triggered on iPad devices as well.
|
|
24
|
+
- `#F181654` - Fixed issue where the react state value was being updated incorrectly with Grid templates.
|
|
25
|
+
- `#I451314` - Provided support for exporting to PDF with custom data sources.
|
|
26
|
+
- `#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.
|
|
27
|
+
|
|
5
28
|
## 21.2.3 (2023-05-03)
|
|
6
29
|
|
|
7
30
|
### Grid
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-grids.umd.min.js
|
|
3
|
-
* version : 21.2.
|
|
3
|
+
* version : 21.2.5
|
|
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
|