@syncfusion/ej2-vue-grids 21.2.5 → 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 +19 -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 +5 -3
- package/styles/bootstrap.css +5 -3
- package/styles/bootstrap4.css +5 -4
- package/styles/bootstrap5-dark.css +5 -3
- package/styles/bootstrap5.css +5 -3
- package/styles/fabric-dark.css +3 -1
- package/styles/fabric.css +3 -1
- package/styles/fluent-dark.css +7 -3
- package/styles/fluent.css +7 -3
- package/styles/grid/bootstrap-dark.css +5 -3
- package/styles/grid/bootstrap.css +5 -3
- package/styles/grid/bootstrap4.css +5 -4
- package/styles/grid/bootstrap5-dark.css +5 -3
- package/styles/grid/bootstrap5.css +5 -3
- package/styles/grid/fabric-dark.css +3 -1
- package/styles/grid/fabric.css +3 -1
- package/styles/grid/fluent-dark.css +7 -3
- package/styles/grid/fluent.css +7 -3
- package/styles/grid/highcontrast-light.css +3 -1
- package/styles/grid/highcontrast.css +3 -1
- package/styles/grid/material-dark.css +3 -1
- package/styles/grid/material.css +3 -1
- package/styles/grid/tailwind-dark.css +5 -4
- package/styles/grid/tailwind.css +5 -4
- package/styles/highcontrast-light.css +3 -1
- package/styles/highcontrast.css +3 -1
- package/styles/material-dark.css +3 -1
- package/styles/material.css +3 -1
- package/styles/tailwind-dark.css +5 -4
- package/styles/tailwind.css +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,25 @@
|
|
|
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
|
+
|
|
9
28
|
- `#I459274` - The issue regarding the `All` page size is not working properly with the `RemoteSaveAdaptor` has been resolved.
|
|
10
29
|
- `#I459703` - Pager component's tooltip not getting updated on locale change issue has been fixed.
|
|
11
30
|
- `#F181837` - The problem related to copy-pasting when adding a new record has been resolved.
|
|
@@ -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
|