@syncfusion/ej2-vue-grids 23.1.41 → 23.1.42
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 +26 -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 +7 -0
- package/styles/bootstrap.css +7 -0
- package/styles/bootstrap4.css +7 -0
- package/styles/bootstrap5-dark.css +7 -0
- package/styles/bootstrap5.css +7 -0
- package/styles/fabric-dark.css +7 -0
- package/styles/fabric.css +7 -0
- package/styles/fluent-dark.css +7 -0
- package/styles/fluent.css +7 -0
- package/styles/grid/bootstrap-dark.css +7 -0
- package/styles/grid/bootstrap.css +7 -0
- package/styles/grid/bootstrap4.css +7 -0
- package/styles/grid/bootstrap5-dark.css +7 -0
- package/styles/grid/bootstrap5.css +7 -0
- package/styles/grid/fabric-dark.css +7 -0
- package/styles/grid/fabric.css +7 -0
- package/styles/grid/fluent-dark.css +7 -0
- package/styles/grid/fluent.css +7 -0
- package/styles/grid/highcontrast-light.css +7 -0
- package/styles/grid/highcontrast.css +7 -0
- package/styles/grid/material-dark.css +7 -0
- package/styles/grid/material.css +7 -0
- package/styles/grid/material3-dark.css +7 -0
- package/styles/grid/material3.css +7 -0
- package/styles/grid/tailwind-dark.css +7 -0
- package/styles/grid/tailwind.css +7 -0
- package/styles/highcontrast-light.css +7 -0
- package/styles/highcontrast.css +7 -0
- package/styles/material-dark.css +7 -0
- package/styles/material.css +7 -0
- package/styles/material3-dark.css +7 -0
- package/styles/material3.css +7 -0
- package/styles/tailwind-dark.css +7 -0
- package/styles/tailwind.css +7 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,32 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Grid
|
|
6
|
+
|
|
7
|
+
#### Bug fixes
|
|
8
|
+
|
|
9
|
+
- `#I507214` - The problem of displaying an empty tooltip with batch-edited cells has been resolved.
|
|
10
|
+
- `#I504365` - Fixed an issue where the request for aggregate was not sent when the `disablePageWiseAggregate` property was enabled in custom binding.
|
|
11
|
+
- `#I507080` - The issue related to the styling of the Lazy Load Group with a `groupCaptionTemplate` has been resolved.
|
|
12
|
+
- `#I501881` - Fixed an issue where the drop indicator for the column should be displayed when dragging a column into another column.
|
|
13
|
+
- `#I511484` - The issue where the Grid did not render properly when the `editSetting` property was defined without injecting the `editModule` has been resolved.
|
|
14
|
+
|
|
15
|
+
## 23.1.41 (2023-10-17)
|
|
16
|
+
|
|
17
|
+
### Grid
|
|
18
|
+
|
|
19
|
+
#### Bug fixes
|
|
20
|
+
|
|
21
|
+
- `#I510239` - Error occurs when changing the State through clicking the button rendered in the Column Template has been fixed.
|
|
22
|
+
- `#I494272` - In mobile view unable to interact with the page after double-clicking on the filter date icon issue has been fixed.
|
|
23
|
+
- `#I423460` - Fixed an issue where the grid froze with a loading spinner when collapsing grouped items in an infinite scroll enabled grid.
|
|
24
|
+
- `#I503487` - In the `actionFailure` event, the failure message argument is now sent correctly.
|
|
25
|
+
- `#I509249` - The script error that occurred when saving the edited row at the bottom in the presence of grouping has been fixed.
|
|
26
|
+
- `#I508136` - Row reorder occurs while editing with inline mode with grouping in complex data has been fixed.
|
|
27
|
+
- `#I490262` - The problem where checkbox filtering was not working properly when cancelling the filtering has been fixed.
|
|
28
|
+
- `#I504493` - The pager elements are now rendered correctly when the grid is hidden and then shown again.
|
|
29
|
+
- `#I511064` - The problem with `frozenColumns` are not working when declared in the `dataBound` event has been resolved.
|
|
30
|
+
|
|
5
31
|
## 23.1.40 (2023-10-10)
|
|
6
32
|
|
|
7
33
|
### Grid
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-grids.umd.min.js
|
|
3
|
-
* version : 23.1.
|
|
3
|
+
* version : 23.1.42
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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
|