From 6ec2ee28ab4346f55c5e3e521f9126facfa896f4 Mon Sep 17 00:00:00 2001 From: SergeyAlexeev Date: Wed, 4 Oct 2017 12:59:22 +0300 Subject: [PATCH] chore: publish 1.0.0-alpha.11 (#381) --- CHANGELOG.md | 38 ++++++++++++++++++- lerna.json | 2 +- packages/dx-core/package.json | 2 +- packages/dx-grid-core/package.json | 6 +-- packages/dx-react-core/package.json | 6 +-- packages/dx-react-demos/package.json | 10 ++--- .../dx-react-grid-bootstrap3/package.json | 16 ++++---- .../dx-react-grid-material-ui/package.json | 16 ++++---- packages/dx-react-grid/package.json | 14 +++---- packages/dx-testing/package.json | 2 +- 10 files changed, 74 insertions(+), 38 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5398a6453a..ce11d60430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,39 @@ + +# [1.0.0-alpha.11](https://github.com/DevExpress/devextreme-reactive/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2017-10-04) + + +### Bug Fixes + +* **react-core:** update TemplatePlacholder on placeholder func change ([#370](https://github.com/DevExpress/devextreme-reactive/issues/370)) ([69659c8](https://github.com/DevExpress/devextreme-reactive/commit/69659c8)) +* **react-grid:** add 'pointer' cursor on group icon in the HeaderCell ([#369](https://github.com/DevExpress/devextreme-reactive/issues/369)) ([8d1de4a](https://github.com/DevExpress/devextreme-reactive/commit/8d1de4a)) + + +### Code Refactoring + +* **react-grid:** change custom filtering function signature ([#354](https://github.com/DevExpress/devextreme-reactive/issues/354)) ([67cfdc9](https://github.com/DevExpress/devextreme-reactive/commit/67cfdc9)) +* **react-grid:** rename getCellData to getCellValue ([#349](https://github.com/DevExpress/devextreme-reactive/issues/349)) ([8f8e41d](https://github.com/DevExpress/devextreme-reactive/commit/8f8e41d)) + + +### Features + +* **react-grid:** add custom grouping functions to LocalGrouping ([#376](https://github.com/DevExpress/devextreme-reactive/issues/376)) ([2c31af1](https://github.com/DevExpress/devextreme-reactive/commit/2c31af1)) +* **react-grid:** add the functionality to define a custom sorting algorithm ([#371](https://github.com/DevExpress/devextreme-reactive/issues/371)) ([4ac8ab8](https://github.com/DevExpress/devextreme-reactive/commit/4ac8ab8)) +* **react-grid:** support column data types ([#336](https://github.com/DevExpress/devextreme-reactive/issues/336)) ([1528800](https://github.com/DevExpress/devextreme-reactive/commit/1528800)) + + +### Performance Improvements + +* **react-grid:** optimize internal state calculation ([#356](https://github.com/DevExpress/devextreme-reactive/issues/356)) ([be890b4](https://github.com/DevExpress/devextreme-reactive/commit/be890b4)) +* **react-grid:** suppress redundant render ([#355](https://github.com/DevExpress/devextreme-reactive/issues/355)) ([695aacd](https://github.com/DevExpress/devextreme-reactive/commit/695aacd)) + + +### BREAKING CHANGES + +* **react-grid:** The `filterFn` property of the `LocalFiltering` has been renamed to `getColumnPredicate`. The argument list has been changed from `filterFn(row: Row, filter: Filter) => boolean` to `getColumnPredicate(columnName: string) => Function`. The returning function has the following signature `(value: any, filter, row: Row) => boolean`. +* **react-grid:** The `getCellData` property of the TableView plugin and the `getCellData` field of the Column interface have been renamed to `getCellValue`. + + + # [1.0.0-alpha.10](https://github.com/DevExpress/devextreme-reactive/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2017-09-18) @@ -30,7 +66,7 @@ Before: ```jsx -