@syncfusion/ej2-vue-grids 23.2.4 → 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 +21 -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 +5 -0
- package/styles/bootstrap.css +5 -0
- package/styles/bootstrap4.css +5 -0
- package/styles/bootstrap5-dark.css +5 -0
- package/styles/bootstrap5.css +5 -0
- package/styles/fabric-dark.css +5 -0
- package/styles/fabric.css +5 -0
- package/styles/fluent-dark.css +11 -0
- package/styles/fluent.css +11 -0
- package/styles/grid/bootstrap-dark.css +5 -0
- package/styles/grid/bootstrap.css +5 -0
- package/styles/grid/bootstrap4.css +5 -0
- package/styles/grid/bootstrap5-dark.css +5 -0
- package/styles/grid/bootstrap5.css +5 -0
- package/styles/grid/fabric-dark.css +5 -0
- package/styles/grid/fabric.css +5 -0
- package/styles/grid/fluent-dark.css +11 -0
- package/styles/grid/fluent.css +11 -0
- package/styles/grid/highcontrast-light.css +5 -0
- package/styles/grid/highcontrast.css +5 -0
- package/styles/grid/material-dark.css +5 -0
- package/styles/grid/material.css +5 -0
- package/styles/grid/material3-dark.css +5 -0
- package/styles/grid/material3.css +5 -0
- package/styles/grid/tailwind-dark.css +5 -0
- package/styles/grid/tailwind.css +5 -0
- package/styles/highcontrast-light.css +5 -0
- package/styles/highcontrast.css +5 -0
- package/styles/material-dark.css +5 -0
- package/styles/material.css +5 -0
- package/styles/material3-dark.css +5 -0
- package/styles/material3.css +5 -0
- package/styles/tailwind-dark.css +5 -0
- package/styles/tailwind.css +5 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,27 @@
|
|
|
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
|
+
|
|
9
30
|
- `#I508354` - Cell selection is now working fine with row drag and drop.
|
|
10
31
|
|
|
11
32
|
## 23.1.44 (2023-11-07)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-grids.umd.min.js
|
|
3
|
-
* version : 23.2.
|
|
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
|