@syncfusion/ej2-vue-grids 20.4.40 → 20.4.43
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 +30 -0
- package/README.md +1 -1
- package/dist/ej2-vue-grids.umd.min.js +1 -1
- package/dist/global/ej2-vue-grids.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +10 -3
- package/styles/bootstrap.css +10 -3
- package/styles/bootstrap4.css +10 -3
- package/styles/bootstrap5-dark.css +10 -3
- package/styles/bootstrap5.css +10 -3
- package/styles/fabric-dark.css +10 -3
- package/styles/fabric.css +10 -3
- package/styles/fluent-dark.css +10 -3
- package/styles/fluent.css +10 -3
- package/styles/grid/bootstrap-dark.css +10 -3
- package/styles/grid/bootstrap.css +10 -3
- package/styles/grid/bootstrap4.css +10 -3
- package/styles/grid/bootstrap5-dark.css +10 -3
- package/styles/grid/bootstrap5.css +10 -3
- package/styles/grid/fabric-dark.css +10 -3
- package/styles/grid/fabric.css +10 -3
- package/styles/grid/fluent-dark.css +10 -3
- package/styles/grid/fluent.css +10 -3
- package/styles/grid/highcontrast-light.css +10 -3
- package/styles/grid/highcontrast.css +10 -3
- package/styles/grid/material-dark.css +10 -3
- package/styles/grid/material.css +10 -3
- package/styles/grid/tailwind-dark.css +10 -3
- package/styles/grid/tailwind.css +10 -3
- package/styles/highcontrast-light.css +10 -3
- package/styles/highcontrast.css +10 -3
- package/styles/material-dark.css +10 -3
- package/styles/material.css +10 -3
- package/styles/tailwind-dark.css +10 -3
- package/styles/tailwind.css +10 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,36 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I425228` - Exception is thrown when exporting the grid with custom aggregate issue has been fixed.
|
|
10
|
+
- `#F179549` - `colSpan` is not working with Frozen Grid issue has been fixed.
|
|
11
|
+
- `#I428130` - Group indent cell width is not properly set has been fixed.
|
|
12
|
+
- `#I422144`, `#F177682` - Validation message misalignment issue has been fixed.
|
|
13
|
+
- `#I425048` - The last row bottom border issue in grouping has been fixed.
|
|
14
|
+
- `#I424343`, `#I424671` - Issue with dynamically changing pager `pageSize` property has been resolved.
|
|
15
|
+
- `#I367619` - Added `pageSize` argument for paging action in `actionBegin` and `actionComplete` event.
|
|
16
|
+
- `#I414874` - Checkbox state is now reading properly by JAWS screen reader, when select all checkbox is clicked.
|
|
17
|
+
- `#I426392` - Grid Column Menu is misplaced in mobile device has been fixed.
|
|
18
|
+
|
|
19
|
+
- `#I390960`, `#F171793` - Script error thrown when Exporting (Printing) Grid in `Vue3` platform has been resolved.
|
|
20
|
+
|
|
21
|
+
## 20.4.42 (2023-01-04)
|
|
22
|
+
|
|
23
|
+
### Grid
|
|
24
|
+
|
|
25
|
+
#### Bug Fixes
|
|
26
|
+
|
|
27
|
+
- `#I422739` - New record ID undefined on Infinite Scroll Grid issue has been fixed.
|
|
28
|
+
- `#I423348` - `autoFitColumns` does not work with Frozen Grid issue has been fixed.
|
|
29
|
+
- `#I423530` - Row deselection is not working in Virtualization with checkbox column issue has been fixed.
|
|
30
|
+
- `#I419838` - Custom filter dialog throws script error when we render filter template issue has been fixed.
|
|
31
|
+
- `#I425422` - `Persistence` is not working on `ForeignKeyColumn` filter is fixed.
|
|
32
|
+
|
|
33
|
+
## 20.4.40 (2022-12-28)
|
|
34
|
+
|
|
35
|
+
### Grid
|
|
36
|
+
|
|
37
|
+
#### Bug Fixes
|
|
38
|
+
|
|
9
39
|
- `#I423744` - Script error thrown when saving the data with Shimmer effect issue has been fixed.
|
|
10
40
|
- `#I422501` - Header tooltip displays when the header text is wrapped and `clipMode` is set issue has been fixed.
|
|
11
41
|
- `#I424277` - Ellipsis With Tooltip is now working fine with batch editing.
|
package/README.md
CHANGED
|
@@ -177,4 +177,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/b
|
|
|
177
177
|
|
|
178
178
|
See [LICENSE FILE](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=vue-grid-npm) for more info.
|
|
179
179
|
|
|
180
|
-
© Copyright
|
|
180
|
+
© Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-grids.umd.min.js
|
|
3
|
-
* version : 20.4.
|
|
3
|
+
* version : 20.4.43
|
|
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
|