Skip to content

Commit

Permalink
Released 4.0.0-pre.9
Browse files Browse the repository at this point in the history
  • Loading branch information
danvick committed Nov 22, 2020
1 parent 16207a1 commit 9ac37d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [4.0.0-pre.9] - 22-Nov-2020
* Upgraded to latest `file_picker` - adds `withReadStream` option for processing large files
* Fixed issue where `initialValue` working on SignaturePad
* Fixed issue where SignaturePad still accepts imput when `enabled` is set to `false`
* Attempted fixes to `FocusNode` leaks
* Inline documentation and README improvements

## [4.0.0-pre.8] - 21-Nov-2020
* Added enabled attribute to FormBuilder to allow disabling the whole form
* Passed FocusNode through to super class. Also removed listeners when added.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_form_builder
description: This package helps in creation of forms in Flutter by removing the boilerplate, reuse validation, react to changes, and collect final user input.
version: 4.0.0-pre.8
version: 4.0.0-pre.9
homepage: https://github.com/danvick/flutter_form_builder

environment:
Expand Down

0 comments on commit 9ac37d8

Please sign in to comment.