diff --git a/CHANGELOG.md b/CHANGELOG.md index d0ec00a..993b34e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,8 +34,12 @@ * Allow the source to reset the first view index, can be used to go back to page 1 * Updated test cases to support new functions -## [0.0.7] - 10/03/2021 +## [0.0.7] - 10/24/2021 +* BREAKING CHANGES, see the readme * Including Flutter Lint * Customer table footer support, render your complete own footer if you wish too -* BREAKING CHANGES, see the readme +* Updated example to support horizontal scroll with flutter 2.5.X +* New default loading, keep table sceleton and show a centered spinner + + diff --git a/pubspec.yaml b/pubspec.yaml index 577f8d9..b2157c5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: advanced_datatable description: An addtion to the Flutter PaginatedDataTable allowing pagination also for the datasource aka server side datatables -version: 0.0.6 +version: 0.0.7 homepage: https://devowl.de environment: