@syncfusion/ej2-vue-grids 20.4.51 → 20.4.52
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 +6 -6
- package/styles/bootstrap-dark.css +2 -1
- package/styles/bootstrap.css +2 -1
- package/styles/bootstrap4.css +2 -1
- package/styles/bootstrap5-dark.css +2 -1
- package/styles/bootstrap5.css +2 -1
- package/styles/fabric-dark.css +2 -1
- package/styles/fabric.css +2 -1
- package/styles/fluent-dark.css +2 -1
- package/styles/fluent.css +2 -1
- package/styles/grid/bootstrap-dark.css +2 -1
- package/styles/grid/bootstrap.css +2 -1
- package/styles/grid/bootstrap4.css +2 -1
- package/styles/grid/bootstrap5-dark.css +2 -1
- package/styles/grid/bootstrap5.css +2 -1
- package/styles/grid/fabric-dark.css +2 -1
- package/styles/grid/fabric.css +2 -1
- package/styles/grid/fluent-dark.css +2 -1
- package/styles/grid/fluent.css +2 -1
- package/styles/grid/highcontrast-light.css +2 -1
- package/styles/grid/highcontrast.css +2 -1
- package/styles/grid/material-dark.css +2 -1
- package/styles/grid/material.css +2 -1
- package/styles/grid/tailwind-dark.css +2 -1
- package/styles/grid/tailwind.css +2 -1
- package/styles/highcontrast-light.css +2 -1
- package/styles/highcontrast.css +2 -1
- package/styles/material-dark.css +2 -1
- package/styles/material.css +2 -1
- package/styles/tailwind-dark.css +2 -1
- package/styles/tailwind.css +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,16 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I429268` - Script error thrown on state change, with row template button click has been fixed.
|
|
10
|
+
- `#I436447` - Improvement in Excel Filter search action and Custom Filter Dialog has been done.
|
|
11
|
+
- `#I439694` - Resolved the issue where selecting columns in column chooser or navigating through columns was not being highlighted.
|
|
12
|
+
|
|
13
|
+
## 20.4.51 (2023-02-21)
|
|
14
|
+
|
|
15
|
+
### Grid
|
|
16
|
+
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
9
19
|
- `#I438353` - Fixed the issue where column reordering was not working properly in the grid when using stacked headers with some columns set to visible false.
|
|
10
20
|
- `#I436131` - Fixed the issue where resize was not working properly in the frozen columns.
|
|
11
21
|
- `#I435246`, `#I298601` - Fixed the issue where checkbox selection was not working in the custom binding after performing searching.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-grids.umd.min.js
|
|
3
|
-
* version : 20.4.
|
|
3
|
+
* version : 20.4.52
|
|
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
|