@syncfusion/ej2-vue-grids 21.2.4 → 21.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 +32 -0
- 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 +17 -3
- package/styles/bootstrap.css +17 -3
- package/styles/bootstrap4.css +17 -4
- package/styles/bootstrap5-dark.css +17 -3
- package/styles/bootstrap5.css +17 -3
- package/styles/fabric-dark.css +15 -1
- package/styles/fabric.css +15 -1
- package/styles/fluent-dark.css +19 -3
- package/styles/fluent.css +19 -3
- package/styles/grid/bootstrap-dark.css +17 -3
- package/styles/grid/bootstrap.css +17 -3
- package/styles/grid/bootstrap4.css +17 -4
- package/styles/grid/bootstrap5-dark.css +17 -3
- package/styles/grid/bootstrap5.css +17 -3
- package/styles/grid/fabric-dark.css +15 -1
- package/styles/grid/fabric.css +15 -1
- package/styles/grid/fluent-dark.css +19 -3
- package/styles/grid/fluent.css +19 -3
- 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/tailwind-dark.css +17 -4
- package/styles/grid/tailwind.css +17 -4
- 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/tailwind-dark.css +17 -4
- package/styles/tailwind.css +17 -4
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,38 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I458689` - Resolved the issue where the bottom border was not shown when using `virtualization` with a limited number of records.
|
|
10
|
+
- `#I455549` - Fixed the problem where the column template was not being re-created after tabbing from batch edit mode in React.
|
|
11
|
+
- `#I456631` - Resolved the issue where the search functionality was not working properly within brackets.
|
|
12
|
+
- `#I458148` - `ResetOnRowClick` resets only the checked rows in the current page while using remote data binding has been resolved.
|
|
13
|
+
- `#I453406` - Removed the deprecated attribute `cellspacing` from the grid table and added the CSS property `border-spacing` instead.
|
|
14
|
+
- `I#459037` - Fixed the paste error that occurred with an empty data source and the addition of a row in Batch mode.
|
|
15
|
+
|
|
16
|
+
- `#I458689` - Resolved the issue where the bottom border was not shown when using `virtualization` with a limited number of records.
|
|
17
|
+
- `#I456631` - Resolved the issue where the search functionality was not working properly within brackets.
|
|
18
|
+
- `#I458148` - `ResetOnRowClick` resets only the checked rows in the current page while using remote data binding has been resolved.
|
|
19
|
+
- `#I453406` - Removed the deprecated attribute `cellspacing` from the grid table and added the CSS property `border-spacing` instead.
|
|
20
|
+
- `I#459037` - Fixed the paste error that occurred with an empty data source and the addition of a row in Batch mode.
|
|
21
|
+
|
|
22
|
+
## 21.2.5 (2023-05-16)
|
|
23
|
+
|
|
24
|
+
### Grid
|
|
25
|
+
|
|
26
|
+
#### Bug Fixes
|
|
27
|
+
|
|
28
|
+
- `#I459274` - The issue regarding the `All` page size is not working properly with the `RemoteSaveAdaptor` has been resolved.
|
|
29
|
+
- `#I459703` - Pager component's tooltip not getting updated on locale change issue has been fixed.
|
|
30
|
+
- `#F181837` - The problem related to copy-pasting when adding a new record has been resolved.
|
|
31
|
+
- `#I452083` - The issue of text overlapping in the vertical row rendering mode of the adaptive grid has been resolved.
|
|
32
|
+
- `#FB43372` -The Content Security Policy violation issue related to grid paging and grouping has been resolved.
|
|
33
|
+
- `#I460038` - Resolved the issue where the detail template being rendered with bold and centred formatting.
|
|
34
|
+
|
|
35
|
+
## 21.2.4 (2023-05-09)
|
|
36
|
+
|
|
37
|
+
### Grid
|
|
38
|
+
|
|
39
|
+
#### Bug Fixes
|
|
40
|
+
|
|
9
41
|
- `#F169671` - Now, the `ExcelQueryCellInfo` event is called properly in both parent and child grids.
|
|
10
42
|
- `#I441999` - Ensured that the `recordDoubleClick` event is now properly triggered on iPad devices as well.
|
|
11
43
|
- `#F181654` - Fixed issue where the react state value was being updated incorrectly with Grid templates.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-grids.umd.min.js
|
|
3
|
-
* version : 21.2.
|
|
3
|
+
* version : 21.2.6
|
|
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
|