Skip to content

Commit b2b2065

Browse files
committed
Released v4.0.2
1 parent 5eaa7b4 commit b2b2065

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [4.0.2] - 27-Nov-2020
2+
* Fixed issue in Typeahead field where didChange not call and onChanged fired. Closes #595
3+
* Fixed issue where french not included in list of supported languages & translations not working. Closes #561
4+
15
## [4.0.1] - 24-Nov-2020
26
* Fixed bug where `FormBuilderField` couldn't be used to create custom fields
37
* Corrected documentation for equal validator

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_form_builder
22
description: This package helps in creation of forms in Flutter by removing the boilerplate code, reusing validation, react to changes, and collect final user input.
3-
version: 4.0.1
3+
version: 4.0.2
44
homepage: https://github.com/danvick/flutter_form_builder
55

66
environment:

0 commit comments

Comments
 (0)