@syncfusion/ej2-vue-grids 21.1.35 → 21.1.38
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 +13 -0
- package/dist/ej2-vue-grids.umd.min.js +1 -1
- package/dist/global/ej2-vue-grids.min.js +2 -2
- package/package.json +10 -9
- package/styles/bootstrap-dark.css +3 -4
- package/styles/bootstrap.css +3 -4
- package/styles/bootstrap4.css +3 -4
- package/styles/bootstrap5-dark.css +3 -4
- package/styles/bootstrap5.css +3 -4
- package/styles/fabric-dark.css +3 -4
- package/styles/fabric.css +3 -4
- package/styles/fluent-dark.css +3 -4
- package/styles/fluent.css +3 -4
- package/styles/grid/bootstrap-dark.css +3 -4
- package/styles/grid/bootstrap.css +3 -4
- package/styles/grid/bootstrap4.css +3 -4
- package/styles/grid/bootstrap5-dark.css +3 -4
- package/styles/grid/bootstrap5.css +3 -4
- package/styles/grid/fabric-dark.css +3 -4
- package/styles/grid/fabric.css +3 -4
- package/styles/grid/fluent-dark.css +3 -4
- package/styles/grid/fluent.css +3 -4
- package/styles/grid/highcontrast-light.css +3 -4
- package/styles/grid/highcontrast.css +3 -4
- package/styles/grid/material-dark.css +3 -4
- package/styles/grid/material.css +3 -4
- package/styles/grid/tailwind-dark.css +3 -4
- package/styles/grid/tailwind.css +3 -4
- package/styles/highcontrast-light.css +3 -4
- package/styles/highcontrast.css +3 -4
- package/styles/material-dark.css +3 -4
- package/styles/material.css +3 -4
- package/styles/tailwind-dark.css +3 -4
- package/styles/tailwind.css +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,19 @@
|
|
|
4
4
|
|
|
5
5
|
### Grid
|
|
6
6
|
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I446919` - Inconsistent date value when searching string value issue has been fixed.
|
|
10
|
+
- `#I449503` - search bar clear icon not working when apply searching in programmatic way issue has been fixed.
|
|
11
|
+
- `#I440720`, `#I451314` - Provided support for grid query with the custom dataSource while on pdf exporting.
|
|
12
|
+
- `#I444506` - Last row border is not applied while reordering a row to the last index issue has been resolved.
|
|
13
|
+
- `#F180653` - `rowHeight` does not work properly with Detail Template issue has been resolved.
|
|
14
|
+
- `#F180026` - The issue of the last row being removed after adding a new row has been resolved when the page size is set to `ALL`.
|
|
15
|
+
|
|
16
|
+
## 21.1.35 (2023-03-23)
|
|
17
|
+
|
|
18
|
+
### Grid
|
|
19
|
+
|
|
7
20
|
#### New Features
|
|
8
21
|
|
|
9
22
|
- Implemented a feature to limit column expansion over their specified width, preventing them from using more space.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-grids.umd.min.js
|
|
3
|
-
* version : 21.1.
|
|
3
|
+
* version : 21.1.38
|
|
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
|