@syncfusion/ej2-vue-grids 23.1.42 → 23.1.44
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 +31 -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 +13 -13
- package/styles/bootstrap.css +13 -13
- package/styles/bootstrap4.css +13 -13
- package/styles/bootstrap5-dark.css +13 -13
- package/styles/bootstrap5.css +13 -13
- package/styles/fabric-dark.css +14 -14
- package/styles/fabric.css +14 -14
- package/styles/fluent-dark.css +13 -13
- package/styles/fluent.css +13 -13
- package/styles/grid/bootstrap-dark.css +13 -13
- package/styles/grid/bootstrap.css +13 -13
- package/styles/grid/bootstrap4.css +13 -13
- package/styles/grid/bootstrap5-dark.css +13 -13
- package/styles/grid/bootstrap5.css +13 -13
- package/styles/grid/fabric-dark.css +14 -14
- package/styles/grid/fabric.css +14 -14
- package/styles/grid/fluent-dark.css +13 -13
- package/styles/grid/fluent.css +13 -13
- package/styles/grid/highcontrast-light.css +14 -14
- package/styles/grid/highcontrast.css +14 -14
- package/styles/grid/material-dark.css +14 -14
- package/styles/grid/material.css +14 -14
- package/styles/grid/material3-dark.css +13 -13
- package/styles/grid/material3.css +13 -13
- package/styles/grid/tailwind-dark.css +13 -13
- package/styles/grid/tailwind.css +13 -13
- package/styles/highcontrast-light.css +14 -14
- package/styles/highcontrast.css +14 -14
- package/styles/material-dark.css +14 -14
- package/styles/material.css +14 -14
- package/styles/material3-dark.css +13 -13
- package/styles/material3.css +13 -13
- package/styles/tailwind-dark.css +13 -13
- package/styles/tailwind.css +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,37 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#I511490` - The problem of adding a row in batch mode not working when the first field is disabled with `allowEditing` set to false has been resolved.
|
|
10
|
+
- `#FB47714` - Improved the drag behaviour of the grouping disabled column
|
|
11
|
+
- `#I512845` - Fixed an issue in batch editing where, after editing a cell, holding and copying the items and releasing the hold on a nearby cell would close the editing.
|
|
12
|
+
- `#I511052` - Error thrown while sorting from largest to smallest or from smallest to largest has been fixed.
|
|
13
|
+
- `#I507810` - The issue of removing an add form upon clicking the cancel button in a command column has been resolved.
|
|
14
|
+
- `#FB47309`, `#FB47308` - Actual page navigation is prevented while clicking the grid pager numeric items and the expand-collapse icon.
|
|
15
|
+
|
|
16
|
+
## 23.1.43 (2023-10-31)
|
|
17
|
+
|
|
18
|
+
### Grid
|
|
19
|
+
|
|
20
|
+
#### Bug fixes
|
|
21
|
+
|
|
22
|
+
- `#I507979` - The issue where the clipboard was not cleared after using 'CTRL+A' + 'CTRL+C' + 'ESC' combination has been resolved.
|
|
23
|
+
- `#I513196` - The script error that occurred when printing a grouped hierarchical grid has been resolved.
|
|
24
|
+
- `#I511776` - The tooltip in the header template is now properly destroyed.
|
|
25
|
+
- `#I508400` - The problem where the aria-label was repeated twice when a string template was rendered in a column template has been resolved.
|
|
26
|
+
- `#I509734` - The issue where the `freeze` property was not working properly when the column field value was not defined has been fixed.
|
|
27
|
+
- `#I510683` - The problem of white space occurring while using `AutoFit` on a frozen column has been fixed.
|
|
28
|
+
- `#I508457` - When `virtualization` is enabled, the problem where editing a single field also changed the other field values with the previous edited value has been fixed.
|
|
29
|
+
- `#I496847` - The problem of hidden columns showing empty columns while copy pasting the grid content has been resolved.
|
|
30
|
+
- `#I508408` - The issue where freezing command columns were not working properly has been fixed.
|
|
31
|
+
- `#I513536` - Grouped column headers are now displaying properly in all themes.
|
|
32
|
+
- `#FB46958` - The problem with filtering the foreign key field having the same name has been resolved.
|
|
33
|
+
|
|
34
|
+
## 23.1.42 (2023-10-24)
|
|
35
|
+
|
|
36
|
+
### Grid
|
|
37
|
+
|
|
38
|
+
#### Bug fixes
|
|
39
|
+
|
|
9
40
|
- `#I507214` - The problem of displaying an empty tooltip with batch-edited cells has been resolved.
|
|
10
41
|
- `#I504365` - Fixed an issue where the request for aggregate was not sent when the `disablePageWiseAggregate` property was enabled in custom binding.
|
|
11
42
|
- `#I507080` - The issue related to the styling of the Lazy Load Group with a `groupCaptionTemplate` has been resolved.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-grids.umd.min.js
|
|
3
|
-
* version : 23.1.
|
|
3
|
+
* version : 23.1.44
|
|
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
|