From 4b855f7488f390f80162f444fa9b3e6b5067a08d Mon Sep 17 00:00:00 2001 From: FahadFahim71 <45163265+FahadFahim71@users.noreply.github.com> Date: Wed, 14 Feb 2024 10:53:02 +0100 Subject: [PATCH] feat: update changelog.md and version number --- CHANGELOG.md | 15 +++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 901e8ec..501e26b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ SPDX-FileCopyrightText: 2022 Iconica SPDX-License-Identifier: GPL-3.0-or-later --> +# 2.0.0 +- feat(buttons): Added the possiblity to only have a next button by return zero on the previous button builder +- feat: exposed input decoration in AuthTextField +- feat: added title widget and login button builder +- feat(bool): Add a boolean field. Can be used for accepting terms and conditions +- feat(pass): Add dedicated password screen that manages state internally +- fix: Small refactor and brought back the normal alignment for the screens +- fix: Fixed alignment and spacing when opening keyboard +- feat: add auth drop down field +- fix: added step to button builders +- fix: exported auth_pass_field +- feat: added validation to disable next button +- feat(auth-screen): add flexible spacing between fields +- fix(keyboard-focus): add unfocus for onPrevious + # 1.2.0 - feat: Added the ability to have an async register function so you can call it asynchronous. diff --git a/pubspec.yaml b/pubspec.yaml index ca74f93..716570e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ name: flutter_registration description: A Flutter Registration package -version: 1.2.0 +version: 2.0.0 repository: https://github.com/Iconica-Development/flutter_registration publish_to: none