@syncfusion/ej2-vue-grids 20.3.56 → 20.3.58
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 +16 -0
- package/dist/ej2-vue-grids.umd.min.js +1 -1
- package/dist/global/ej2-vue-grids.min.js +2 -2
- package/package.json +6 -6
- package/styles/bootstrap-dark.css +1 -1
- package/styles/bootstrap.css +1 -1
- package/styles/bootstrap4.css +1 -1
- package/styles/bootstrap5-dark.css +1 -1
- package/styles/bootstrap5.css +1 -1
- package/styles/fabric-dark.css +1 -1
- package/styles/fabric.css +1 -1
- package/styles/fluent-dark.css +1 -1
- package/styles/fluent.css +1 -1
- package/styles/grid/bootstrap-dark.css +1 -1
- package/styles/grid/bootstrap.css +1 -1
- package/styles/grid/bootstrap4.css +1 -1
- package/styles/grid/bootstrap5-dark.css +1 -1
- package/styles/grid/bootstrap5.css +1 -1
- package/styles/grid/fabric-dark.css +1 -1
- package/styles/grid/fabric.css +1 -1
- package/styles/grid/fluent-dark.css +1 -1
- package/styles/grid/fluent.css +1 -1
- package/styles/grid/highcontrast-light.css +1 -1
- package/styles/grid/highcontrast.css +1 -1
- package/styles/grid/material-dark.css +1 -1
- package/styles/grid/material.css +1 -1
- package/styles/grid/tailwind-dark.css +1 -1
- package/styles/grid/tailwind.css +1 -1
- package/styles/highcontrast-light.css +1 -1
- package/styles/highcontrast.css +1 -1
- package/styles/material-dark.css +1 -1
- package/styles/material.css +1 -1
- package/styles/tailwind-dark.css +1 -1
- package/styles/tailwind.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 20.3.57 (2022-11-15)
|
|
6
|
+
|
|
7
|
+
### Grid
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- `#I413480` - Enter and shift enter key functionalities are working fine with template columns.
|
|
12
|
+
- `#F178089` - Script error with virtual scroll and frozen columns has been resolved.
|
|
13
|
+
- `#I414874` - Column chooser checkbox state is now reading properly by JAWS screen reader.
|
|
14
|
+
- `#I379911` - Now, the selected page will be read as current page by JAWS screen reader.
|
|
15
|
+
- `#I408692` - Tooltip Issue while using fancy characters in grid has been fixed.
|
|
16
|
+
- `#F38295` - Incorrect Ellipsis with narrow checkbox column in grid has been fixed.
|
|
17
|
+
- `#I413202` - Issue with rendering dropdown component in grid cell with batch editing has been fixed.
|
|
18
|
+
|
|
19
|
+
## 20.3.56 (2022-11-08)
|
|
20
|
+
|
|
5
21
|
### Grid
|
|
6
22
|
|
|
7
23
|
#### Bug Fixes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-grids.umd.min.js
|
|
3
|
-
* version : 20.3.
|
|
3
|
+
* version : 20.3.58
|
|
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
|