diff --git a/CHANGELOG.md b/CHANGELOG.md index 0af7bbf..c1c3ccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -128,4 +128,9 @@ ## 6.3.0 - February 21th 2024 - Updated the `flutter_input_library` from 3.1.0 to 3.2.1 - Added `FlutterFormInputPhone` for phone number with dial code selection. -- Added `InputDecoration` parameter to the following inputfields: `FlutterFormInputEmail` and `FlutterFormInputPassword` \ No newline at end of file +- Added `InputDecoration` parameter to the following inputfields: `FlutterFormInputEmail` and `FlutterFormInputPassword` + +## 6.3.1 - February 29th 2024 +- Removed `TranslationService` and add `validationMessage` property to fields with validation. +- Added a way to override a input field validator. +- Exposed all properties for `FlutterFormInputDateTime` provided by `flutter_input_library`. \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 3d29b45..034904b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_form_wizard description: A new Flutter package project. -version: 6.3.0 +version: 6.3.1 homepage: https://github.com/Iconica-Development/flutter_form_wizard publish_to: none