mirror of
https://github.com/Iconica-Development/flutter_registration.git
synced 2025-05-18 21:23:43 +02:00
feat: update changelog.md and version number
This commit is contained in:
parent
81fab79e81
commit
4b855f7488
2 changed files with 16 additions and 1 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -3,6 +3,21 @@ SPDX-FileCopyrightText: 2022 Iconica
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-3.0-or-later
|
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
|
# 1.2.0
|
||||||
|
|
||||||
- feat: Added the ability to have an async register function so you can call it asynchronous.
|
- feat: Added the ability to have an async register function so you can call it asynchronous.
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
name: flutter_registration
|
name: flutter_registration
|
||||||
description: A Flutter Registration package
|
description: A Flutter Registration package
|
||||||
version: 1.2.0
|
version: 2.0.0
|
||||||
repository: https://github.com/Iconica-Development/flutter_registration
|
repository: https://github.com/Iconica-Development/flutter_registration
|
||||||
|
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
Loading…
Reference in a new issue