Adding log to changelog
This commit is contained in:
parent
4b8faa693f
commit
1be972017e
2 changed files with 7 additions and 3 deletions
|
@ -20,7 +20,11 @@
|
|||
|
||||
* Fixing an incorrect boolean (iOS picker was inverted with the Android one)
|
||||
|
||||
## 2.0.0
|
||||
## 0.2.0
|
||||
|
||||
* 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.
|
||||
* The style of the DateField (and by extension the one of DateFormField) is now rigorously applying the theme or any customization.
|
||||
|
||||
## 0.2.1
|
||||
|
||||
* Adding support for Flutter web
|
|
@ -1,6 +1,6 @@
|
|||
name: date_field
|
||||
description: Contains DateField and DateFormField which allows the user to pick a DateTime from an input field!
|
||||
version: 0.2.0
|
||||
version: 0.2.1
|
||||
homepage: 'https://github.com/GaspardMerten/date_field'
|
||||
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue