@syncfusion/ej2-vue-grids 22.1.36 → 22.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 +25 -11
- package/dist/ej2-vue-grids.umd.min.js +1 -1
- package/dist/global/ej2-vue-grids.min.js +2 -2
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +15 -1
- package/styles/bootstrap.css +15 -1
- package/styles/bootstrap4.css +15 -1
- package/styles/bootstrap5-dark.css +15 -1
- package/styles/bootstrap5.css +15 -1
- package/styles/fabric-dark.css +15 -1
- package/styles/fabric.css +15 -1
- package/styles/fluent-dark.css +15 -1
- package/styles/fluent.css +15 -1
- package/styles/grid/bootstrap-dark.css +15 -1
- package/styles/grid/bootstrap.css +15 -1
- package/styles/grid/bootstrap4.css +15 -1
- package/styles/grid/bootstrap5-dark.css +15 -1
- package/styles/grid/bootstrap5.css +15 -1
- package/styles/grid/fabric-dark.css +15 -1
- package/styles/grid/fabric.css +15 -1
- package/styles/grid/fluent-dark.css +15 -1
- package/styles/grid/fluent.css +15 -1
- package/styles/grid/highcontrast-light.css +15 -1
- package/styles/grid/highcontrast.css +15 -1
- package/styles/grid/material-dark.css +15 -1
- package/styles/grid/material.css +15 -1
- package/styles/grid/material3-dark.css +19 -1
- package/styles/grid/material3.css +19 -1
- package/styles/grid/tailwind-dark.css +15 -1
- package/styles/grid/tailwind.css +15 -1
- package/styles/highcontrast-light.css +15 -1
- package/styles/highcontrast.css +15 -1
- package/styles/material-dark.css +15 -1
- package/styles/material.css +15 -1
- package/styles/material3-dark.css +19 -1
- package/styles/material3.css +19 -1
- package/styles/tailwind-dark.css +15 -1
- package/styles/tailwind.css +15 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,31 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#I472819` - The problem of missing skip and take parameters in the `UrlAdaptor` when invoking a Grid refresh has been fixed.
|
|
10
|
+
- `#I475522` - Script error thrown when searching for the bracket "[" in the Grid has been resolved.
|
|
11
|
+
- `#I477274` - The issue where the Grid cell ellipsis was not displaying in the Firefox browser when the `rowHeight` was set has been fixed.
|
|
12
|
+
- `#I446649` - Fixed the issue that prevented infinite scrolling from working properly after adding a new row.
|
|
13
|
+
- `#I473827` - The issue related to parsing a date value without seconds and encountering an "invalid date" has been resolved.
|
|
14
|
+
- `#I475187` - Resolved the accessibility issue with the aria-selected attribute in pager numeric items.
|
|
15
|
+
- `#FB44815` - The issue where the custom dataSource was not assigned to the dropdown edit cell when using Virtualization has been resolved.
|
|
16
|
+
|
|
17
|
+
## 22.1.37 (2023-07-04)
|
|
18
|
+
|
|
19
|
+
### Grid
|
|
20
|
+
|
|
21
|
+
#### Bug fixes
|
|
22
|
+
|
|
23
|
+
- `#I471572` - Fixed the issue where the Select all checkbox was disabled when using the `ResetOnRowClick` property.
|
|
24
|
+
- `#I429156` - Provided the support for special characters in column field names.
|
|
25
|
+
- `#I471760` - Resolved the flickering issue with grid column's `clipMode` - `EllipsisWithTooltip`.
|
|
26
|
+
- `#F182956` - Fixed a typo error that occurred while setting a null value using the `setCellValue` method.
|
|
27
|
+
|
|
28
|
+
## 22.1.36 (2023-06-28)
|
|
29
|
+
|
|
30
|
+
### Grid
|
|
31
|
+
|
|
32
|
+
#### Bug fixes
|
|
33
|
+
|
|
9
34
|
- `#I473934` - The issue with drag and drop within grid sample throwing a script error when pressing Enter has been resolved.
|
|
10
35
|
- `#I472112` - Fixed issue with `CommandClickEventArgs` getting incorrect command column header.
|
|
11
36
|
- `#I470584` - The white space issue caused by deleting the previous record has been resolved.
|
|
@@ -2732,14 +2757,3 @@ Grid component is used to display and manipulate tabular data with configuration
|
|
|
2732
2757
|
- **Localization** - Provides inherent support to localize the UI.
|
|
2733
2758
|
|
|
2734
2759
|
|
|
2735
|
-
## 21.1.36 (2023-06-28)
|
|
2736
|
-
|
|
2737
|
-
### Grid
|
|
2738
|
-
|
|
2739
|
-
#### Bug fixes
|
|
2740
|
-
|
|
2741
|
-
- `#I473934` - The issue with drag and drop within grid sample throwing a script error when pressing Enter has been resolved.
|
|
2742
|
-
- `#I472112` - Fixed issue with `CommandClickEventArgs` getting incorrect command column header.
|
|
2743
|
-
- `#I470584` - The white space issue caused by deleting the previous record has been resolved.
|
|
2744
|
-
- `#I471458` - The problem with the pager dropdown not working properly while cancelling paging operation has been resolved.
|
|
2745
|
-
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-grids.umd.min.js
|
|
3
|
-
* version : 22.1.
|
|
3
|
+
* version : 22.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
|