diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f3855d..aca283a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.1.0] - 08.09.2022 + +- Upgrades to Flutter 3.3.0 +- New config class `NumberPaginatorUIConfig` for configuring UI aspects of paginator +- New display modes of central paginator content: `hidden`, `numbers`, `dropdown` +- `contentBuilder` for building custom paginator content based on the current page + ## [0.0.3] - 12.08.2022 - Lint fixes for Flutter 3 diff --git a/example/pubspec.lock b/example/pubspec.lock index 96e1de3..ad764fb 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -101,7 +101,7 @@ packages: path: ".." relative: true source: path - version: "0.0.3" + version: "0.1.0" path: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index b44cda3..b9dc0c5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: number_paginator description: A Flutter paginator widget for switching between page numbers. -version: 0.0.3 +version: 0.1.0 homepage: https://github.com/WieFel/number_paginator environment: