From b3a4a9db72ef3c482d5ee158ed10eb09c4545d0b Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Wed, 20 Nov 2019 10:25:40 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4303286..5db21b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,5 @@ ## 7.0.0-beta.14 -- Renamed - - `disableSorting` to `disableSortBy` - - `disableGroupBy` to `disableGroupBy` - - `column.disableSorting` to `column.disableSortBy` - - `column.disableGroupBy` to `column.disableGroupBy` -- Removed propType definitions. Since types are now being maintained, it makes little sense to also maintain these. Cooincidentally, this also saves some bundle size in some scenarios where they may not be removed properly by a developer's bundler. - ## 7.0.0-beta.13 - Added options @@ -18,7 +11,12 @@ - `column.defaultCanGroupBy` - Renamed - `disableGrouping` to `disableGroupBy` + - `disableSorting` to `disableSortBy` + - `disableGroupBy` to `disableGroupBy` - `column.disableGrouping` to `column.disableGroupBy` + - `column.disableSorting` to `column.disableSortBy` + - `column.disableGroupBy` to `column.disableGroupBy` +- Removed propType definitions. Since types are now being maintained, it makes little sense to also maintain these. Cooincidentally, this also saves some bundle size in some scenarios where they may not be removed properly by a developer's bundler. ## 7.0.0-beta.0