Skip to content

Commit e7abef1

Browse files
author
Christian
committed
Update version and changelog
1 parent d96c652 commit e7abef1

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,12 @@
3434
* Allow the source to reset the first view index, can be used to go back to page 1
3535
* Updated test cases to support new functions
3636

37-
## [0.0.7] - 10/03/2021
37+
## [0.0.7] - 10/24/2021
3838

39+
* BREAKING CHANGES, see the readme
3940
* Including Flutter Lint
4041
* Customer table footer support, render your complete own footer if you wish too
41-
* BREAKING CHANGES, see the readme
42+
* Updated example to support horizontal scroll with flutter 2.5.X
43+
* New default loading, keep table sceleton and show a centered spinner
44+
45+

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: advanced_datatable
22
description: An addtion to the Flutter PaginatedDataTable allowing pagination
33
also for the datasource aka server side datatables
4-
version: 0.0.6
4+
version: 0.0.7
55
homepage: https://devowl.de
66

77
environment:

0 commit comments

Comments
 (0)