@syncfusion/ej2-vue-grids 23.1.44 → 23.2.6
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 +29 -0
- package/dist/ej2-vue-grids.umd.min.js +1 -1
- package/dist/global/ej2-vue-grids.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +26 -2
- package/styles/bootstrap.css +26 -2
- package/styles/bootstrap4.css +26 -2
- package/styles/bootstrap5-dark.css +26 -2
- package/styles/bootstrap5.css +26 -2
- package/styles/fabric-dark.css +26 -2
- package/styles/fabric.css +26 -2
- package/styles/fluent-dark.css +32 -2
- package/styles/fluent.css +32 -2
- package/styles/grid/bootstrap-dark.css +26 -2
- package/styles/grid/bootstrap.css +26 -2
- package/styles/grid/bootstrap4.css +26 -2
- package/styles/grid/bootstrap5-dark.css +26 -2
- package/styles/grid/bootstrap5.css +26 -2
- package/styles/grid/fabric-dark.css +26 -2
- package/styles/grid/fabric.css +26 -2
- package/styles/grid/fluent-dark.css +32 -2
- package/styles/grid/fluent.css +32 -2
- package/styles/grid/highcontrast-light.css +26 -2
- package/styles/grid/highcontrast.css +26 -2
- package/styles/grid/material-dark.css +26 -2
- package/styles/grid/material.css +26 -2
- package/styles/grid/material3-dark.css +26 -2
- package/styles/grid/material3.css +26 -2
- package/styles/grid/tailwind-dark.css +26 -2
- package/styles/grid/tailwind.css +26 -2
- package/styles/highcontrast-light.css +26 -2
- package/styles/highcontrast.css +26 -2
- package/styles/material-dark.css +26 -2
- package/styles/material.css +26 -2
- package/styles/material3-dark.css +26 -2
- package/styles/material3.css +26 -2
- package/styles/tailwind-dark.css +26 -2
- package/styles/tailwind.css +26 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,35 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#I517762` - Resolved the issue with paste functionality of the Grid on Mac devices.
|
|
10
|
+
- `#I520019` - The filter dialog `popup` is closed when no records are found during the search and press Enter key has been fixed.
|
|
11
|
+
- `#I514004` - Fixed an issue with the space between the arrow in the tooltip and the content.
|
|
12
|
+
- `#I511050` - Error thrown while sorting columns after filtering has been resolved.
|
|
13
|
+
- `#I464878` - The issue where the focus style for checkbox items was not applying to the spreadsheet component has been resolved.
|
|
14
|
+
- `#F185039` - Resolved a problem where the grid would not display all records when the filter was cleared.
|
|
15
|
+
- `#I513685` - Aria-label for `SelectAllCheckbox` is now descriptive for accessibility.
|
|
16
|
+
|
|
17
|
+
- `#I517762` - Resolved the issue with paste functionality of the Grid on Mac devices.
|
|
18
|
+
- `#I514004` - Fixed an issue with the space between the arrow in the tooltip and the content.
|
|
19
|
+
- `#I511050` - Error thrown while sorting columns after filtering has been resolved.
|
|
20
|
+
- `#I464878` - The issue where the focus style for checkbox items was not applying to the spreadsheet component has been resolved.
|
|
21
|
+
- `#F185039` - Resolved a problem where the grid would not display all records when the filter was cleared.
|
|
22
|
+
- `#I513685` - Aria-label for `SelectAllCheckbox` is now descriptive for accessibility.
|
|
23
|
+
|
|
24
|
+
## 23.2.4 (2023-11-20)
|
|
25
|
+
|
|
26
|
+
### Grid
|
|
27
|
+
|
|
28
|
+
#### Bug fixes
|
|
29
|
+
|
|
30
|
+
- `#I508354` - Cell selection is now working fine with row drag and drop.
|
|
31
|
+
|
|
32
|
+
## 23.1.44 (2023-11-07)
|
|
33
|
+
|
|
34
|
+
### Grid
|
|
35
|
+
|
|
36
|
+
#### Bug fixes
|
|
37
|
+
|
|
9
38
|
- `#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
39
|
- `#FB47714` - Improved the drag behaviour of the grouping disabled column
|
|
11
40
|
- `#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.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-grids.umd.min.js
|
|
3
|
-
* version : 23.
|
|
3
|
+
* version : 23.2.6
|
|
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
|