diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cacd0f..cd3cd9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.5.10 +- Added [DataTable2.decoratio] +- Example with rows styles as rounded corners rectangles + ## 2.5.9 - Fix for DataRow2 clone() inside AsyncPaginatedDataTable2 misses onDoubleTap callback (PR #237) - Fixed warnings and updated test to satisfy changes in Flutter 3.16.0 diff --git a/pubspec.yaml b/pubspec.yaml index afd1caf..56d1389 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: data_table_2 description: In-place substitute for Flutter's DataTable and PaginatedDataTable with fixed/sticky headers and few extra features -version: 2.5.9 +version: 2.5.10 homepage: https://github.com/maxim-saplin/data_table_2 repository: https://github.com/maxim-saplin/data_table_2