From 454bacdc32c72faf198ed1a58d5bdc706a22b04d Mon Sep 17 00:00:00 2001 From: Matias de Andrea Date: Sun, 22 Dec 2024 10:17:07 +0100 Subject: [PATCH] chore(release): 0.5.0 --- CHANGELOG.md | 20 ++++++++++++++------ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index affc50c..bd4fafd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.5.0 + +* `FormBuilderCupertinoTextField`: add `onTapOutside` parameter +* `FormBuilderCupertinoSwitch`: add multiple parameters and update deprecated. See [Flutter PR](https://github.com/flutter/flutter/pull/151367) +* `FormBuilderCupertinoCheckbox`: add multiple parameters and replace deprecated `inactiveColor` for `fillColor`. See [Flutter PR](https://github.com/flutter/flutter/pull/151761/files) +* Set minimal Flutter version to 3.27.0 +* Set minimal Dart version to 3.6.0 + # 0.4.0 * Set minimal Flutter version to 3.24.0 @@ -11,29 +19,29 @@ * Set minimal Flutter version to 3.22.0 * Set minimal Dart version to 3.4.0 -## 0.2.1 +# 0.2.1 * Update dependencies * Built with Flutter 3.13 -## 0.2.0 +# 0.2.0 * Added `FormBuilderCupertinoCheckbox` -## 0.1.0 +# 0.1.0 * Release beta package -## 0.0.1-dev.3 +# 0.0.1-dev.3 * Update constraints to Dart 3 -## 0.0.1-dev.2 +# 0.0.1-dev.2 * Update intl version to 0.18.0 * Update constraints to Flutter 3.10 * `FormBuilderCupertinoTextField`: Added contentInsertionConfiguration property -## 0.0.1-dev.1 +# 0.0.1-dev.1 * Launch first version diff --git a/example/pubspec.lock b/example/pubspec.lock index 821082d..b9c82d0 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -89,7 +89,7 @@ packages: path: ".." relative: true source: path - version: "0.4.0" + version: "0.5.0" intl: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 1555eca..b5499ea 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: form_builder_cupertino_fields description: Additional form inputs fields with Cupertino style for flutter_form_builder package -version: 0.4.0 +version: 0.5.0 repository: https://github.com/flutter-form-builder-ecosystem/form_builder_cupertino_fields issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_cupertino_fields/issues homepage: https://github.com/flutter-form-builder-ecosystem