Skip to content

Commit 9ac37d8

Browse files
committed
Released 4.0.0-pre.9
1 parent 16207a1 commit 9ac37d8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.0.0-pre.9] - 22-Nov-2020
2+
* Upgraded to latest `file_picker` - adds `withReadStream` option for processing large files
3+
* Fixed issue where `initialValue` working on SignaturePad
4+
* Fixed issue where SignaturePad still accepts imput when `enabled` is set to `false`
5+
* Attempted fixes to `FocusNode` leaks
6+
* Inline documentation and README improvements
7+
18
## [4.0.0-pre.8] - 21-Nov-2020
29
* Added enabled attribute to FormBuilder to allow disabling the whole form
310
* Passed FocusNode through to super class. Also removed listeners when added.

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, reuse validation, react to changes, and collect final user input.
3-
version: 4.0.0-pre.8
3+
version: 4.0.0-pre.9
44
homepage: https://github.com/danvick/flutter_form_builder
55

66
environment:

0 commit comments

Comments
 (0)