@syncfusion/ej2-angular-grids 20.3.59-ngcc → 20.3.60-ngcc
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/@syncfusion/ej2-angular-grids.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-grids.js.map +1 -1
- package/CHANGELOG.md +11 -0
- package/dist/ej2-angular-grids.umd.js +1 -1
- package/dist/ej2-angular-grids.umd.js.map +1 -1
- package/dist/ej2-angular-grids.umd.min.js +1 -1
- package/dist/ej2-angular-grids.umd.min.js.map +1 -1
- package/package.json +6 -6
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/grid/columns.directive.d.ts +2 -2
- package/src/grid/stacked-column.directive.d.ts +2 -2
- package/styles/bootstrap-dark.css +7 -2
- package/styles/bootstrap.css +7 -2
- package/styles/bootstrap4.css +7 -2
- package/styles/bootstrap5-dark.css +7 -2
- package/styles/bootstrap5.css +7 -2
- package/styles/fabric-dark.css +7 -2
- package/styles/fabric.css +7 -2
- package/styles/fluent-dark.css +7 -2
- package/styles/fluent.css +7 -2
- package/styles/grid/bootstrap-dark.css +7 -2
- package/styles/grid/bootstrap.css +7 -2
- package/styles/grid/bootstrap4.css +7 -2
- package/styles/grid/bootstrap5-dark.css +7 -2
- package/styles/grid/bootstrap5.css +7 -2
- package/styles/grid/fabric-dark.css +7 -2
- package/styles/grid/fabric.css +7 -2
- package/styles/grid/fluent-dark.css +7 -2
- package/styles/grid/fluent.css +7 -2
- package/styles/grid/highcontrast-light.css +7 -2
- package/styles/grid/highcontrast.css +7 -2
- package/styles/grid/material-dark.css +7 -2
- package/styles/grid/material.css +7 -2
- package/styles/grid/tailwind-dark.css +7 -2
- package/styles/grid/tailwind.css +7 -2
- package/styles/highcontrast-light.css +7 -2
- package/styles/highcontrast.css +7 -2
- package/styles/material-dark.css +7 -2
- package/styles/material.css +7 -2
- package/styles/tailwind-dark.css +7 -2
- package/styles/tailwind.css +7 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,17 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I397543` - Issue with custom toolbar template item in grid has been resolved.
|
|
10
|
+
- `#I418069` - Searching issue when clicking search icon in adaptive mode has been fixed.
|
|
11
|
+
- `#I417934` - Column Reordering was not working properly after hiding the column has been fixed.
|
|
12
|
+
- `#I415585` - When JAWS is running, go to first page and last page buttons are working properly when enter key is pressed after focusing.
|
|
13
|
+
|
|
14
|
+
## 20.3.59 (2022-11-29)
|
|
15
|
+
|
|
16
|
+
### Grid
|
|
17
|
+
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
9
20
|
- `#I397894` - When pressing Tab Key, the first focusable element in the grid is need to be focused, instead of grid container issue has been fixed.
|
|
10
21
|
|
|
11
22
|
## 20.3.58 (2022-11-22)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-grids.umd.js
|
|
3
|
-
* version : 20.3.
|
|
3
|
+
* version : 20.3.60
|
|
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
|