From 752362e27d7d2e3586f4be59a4daf0c492eb5b0a Mon Sep 17 00:00:00 2001 From: Akash Das Date: Sun, 15 Dec 2024 17:39:59 +0600 Subject: [PATCH] version 2.1.0 --- CHANGELOG.md | 8 ++++++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6cc9ea..23221ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 2.1.0 + +* Added parameter for scroll animation curve +* Update Documentation - More visual document +* Make circle selected background true by default +* Alphabet list radius now depend on 'circleBorderRadius' value +* Remove deprecated code + ## 2.0.0 * Initial release diff --git a/example/pubspec.lock b/example/pubspec.lock index 01c95a5..5e31bb4 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "2.0.0" + version: "2.1.0" async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index a8264f6..c217f8f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: alphabet_navigation description: "A Flutter package that provides an alphabetically indexed list view." -version: 2.0.0 +version: 2.1.0 homepage: https://github.com/DeveloperKits/alphabet_navigation environment: