date_field/CHANGELOG.md

118 lines
2.1 KiB
Markdown
Raw Normal View History

##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
##2.1.2
* Adding the possibility to specify the initial date selected in the date picker dialog.
2021-09-23 06:56:10 +00:00
##2.1.1
* Formatting with Dart FM
##2.1.0
* Fixing label & hint style issues
* Moving to a more generic architecture
* Updating the analysis_options.yaml file
##2.0.1
2020-03-01 22:16:40 +00:00
* Adding the ability to specify the entry mode for the material date picker.
2020-03-01 22:34:26 +00:00
##2.0.0
2020-03-01 22:34:26 +00:00
* Migrating to null-safety
2020-03-01 22:34:26 +00:00
2020-03-01 22:41:41 +00:00
##1.0.5
* Removing unused variables
* Improving description
##1.0.4
* Fixing critical issue
##1.0.3
* Improving package description
2020-07-14 14:46:20 +00:00
##1.0.2
2020-07-14 14:46:20 +00:00
* Improving package description
2020-07-15 16:55:02 +00:00
##1.0.1
2020-07-15 16:55:02 +00:00
* Removing the ripple effect
2020-07-19 14:49:06 +00:00
##1.0.0
2020-07-19 14:49:06 +00:00
* Full support for input decoration
* New standardized usage, many deprecations
2020-07-19 14:49:06 +00:00
##0.3.3
2020-07-19 14:49:06 +00:00
* Intl => any support
Breaking change:
* Removing the label property, please consider using the InputDecoration to customize the label.
##0.3.2
* Formating with dartfm
2020-09-10 14:03:04 +00:00
##0.3.1
2020-09-10 14:04:49 +00:00
* Adding the possibility to style the text with TextStyle
## 0.3.0
2020-09-10 14:04:49 +00:00
Breaking changes:
* No more const constructor.
2020-11-25 08:54:50 +00:00
Deprecated:
* DateField and DateFormField are now deprecated and will be removed in the next version, please consider switching to
DateTimeField and DateTimeFormField.
2020-11-25 08:54:50 +00:00
Improvements:
* Adding support for time. Now you can ask the user for a time, a date or both.
* Improving performances by setting default value in the constructor.
* Adding .time constructor for the DateField widget only.
2020-11-25 08:54:50 +00:00
## 0.2.2
2021-01-22 18:38:04 +00:00
* Auto-formatting with dart-fm to meet pub.dev requirements
2021-01-22 18:38:04 +00:00
## 0.2.1
2021-01-22 18:43:15 +00:00
* Adding support for Flutter web
2021-01-22 18:43:15 +00:00
## 0.2.0
2021-01-23 10:57:52 +00:00
* DateFormField now extends FormField. All issues related to this are now fiex
* The style of the DateField (and by extension the one of DateFormField) is now rigorously applying the theme or any customization.
2021-01-23 10:57:52 +00:00
## 0.1.2
2021-01-23 10:57:52 +00:00
* Fixing an incorrect boolean (iOS picker was inverted with the Android one)
2021-01-23 10:57:52 +00:00
## 0.1.1
2021-01-23 10:57:52 +00:00
* Formatting with DartFM!
2021-01-23 10:57:52 +00:00
## 0.1.0
* Updating documentation!
## 0.0.2
2021-03-11 18:43:23 +00:00
* Fixing README.md
* Updating package description
* Formatting with DartFM
2021-03-11 18:43:23 +00:00
## 0.0.1
* Initial version