From 3896697239cebd0dc90bba58465aa89813d450cd Mon Sep 17 00:00:00 2001 From: Alexander Scott Date: Sat, 26 Feb 2022 12:35:11 +1000 Subject: [PATCH] Chore: Update Changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d35f04..65f54df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +##3.0.0 + +* Breaking Upgraded minimum Dart version to 2.15 for Constructor Tearoff support +* Added optional `DateTimeFieldCreator` argument to `DateTimeFormField` to allow specifying custom implementations of `DateTimeField` +* Refactored `DateTimeField` to expose `showMaterialTimePicker`, `showMaterialDatePicker`, and `showMaterialTimePicker` as separate overrideable methods +* Made `kCupertinoDatePickerHeight` and `cupertinoModeFromPickerMode` public for convenience + ##2.1.3 * [TheGlorySaint](https://github.com/TheGlorySaint) added the possibility to use the 24Hour Format at the Timepicker. Default it is set to false