@syncfusion/ej2-angular-grids
Advanced tools
Comparing version
@@ -5,2 +5,12 @@ # Changelog | ||
### Grid | ||
#### Bug Fixes | ||
- `extend` like method to keep getters in the data is added. | ||
- `Tab-key` press and update the data in `command-column` causes multiple posts at server side is resolved. | ||
- Added `target` to the arguments of the `rowDeselecting` event of Grid. | ||
- Cell edit template read function does not called when column type as `boolean` is resolved. | ||
- Script error thrown in production mode when using `hideColumns` method to hide a column. | ||
## 16.3.27 (2018-10-23) | ||
@@ -7,0 +17,0 @@ |
/*! | ||
* filename: ej2-angular-grids.umd.min.js | ||
* version : 16.3.29 | ||
* version : 16.3.30 | ||
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"name": "@syncfusion/ej2-angular-grids", | ||
"version": "16.3.29", | ||
"version": "16.3.30", | ||
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular", | ||
@@ -9,5 +9,5 @@ "author": "Syncfusion Inc.", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~16.3.29", | ||
"@syncfusion/ej2-angular-base": "~16.3.29", | ||
"@syncfusion/ej2-grids": "16.3.29" | ||
"@syncfusion/ej2-base": "~16.3.30", | ||
"@syncfusion/ej2-angular-base": "~16.3.30", | ||
"@syncfusion/ej2-grids": "16.3.30" | ||
}, | ||
@@ -56,5 +56,5 @@ "devDependencies": { | ||
"type": "git", | ||
"url": "https://github.com/syncfusion/ej2-angular.git" | ||
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git" | ||
}, | ||
"sideEffects": false | ||
} |
export declare const pkgName = "@syncfusion/ej2-angular-grids"; | ||
export declare const pkgVer = "^16.3.27"; | ||
export declare const pkgVer = "^16.3.29"; | ||
export declare const moduleName = "GridModule, PagerModule"; | ||
export declare const themeVer = "~16.3.27"; | ||
export declare const themeVer = "~16.3.29"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.pkgName = '@syncfusion/ej2-angular-grids'; | ||
exports.pkgVer = '^16.3.27'; | ||
exports.pkgVer = '^16.3.29'; | ||
exports.moduleName = 'GridModule, PagerModule'; | ||
exports.themeVer = '~16.3.27'; | ||
exports.themeVer = '~16.3.29'; |
916461
0.05%+ Added
- Removed