Skip to content

Commit

Permalink
chore(release): 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Aug 11, 2024
1 parent d8d192a commit 9117a2b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 26 deletions.
56 changes: 31 additions & 25 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,37 @@
## [4.1.0]
## 4.2.0

* Upgrade file_picker to 8.x.x
* Update android and web settings on example
* Set minimal Flutter version to 3.22.0
* Set minimal Dart version to 3.4.0

## 4.1.0

* Use withData instead kIsWeb to load images
* Add `customTypeViewerBuilder` property to allow custom file viewer widget
* Built with Flutter 3.13

## [4.0.0]
## 4.0.0

### BREAKING CHANGES

* Update constraints to Dart 3
* Update constraints to Flutter 3.10
* Update `flutter_form_builder` to 9.x.x. Take a look breaking changes on [there changelog](https://pub.dev/packages/flutter_form_builder/changelog#900)

* Update `flutter_form_builder` to 9.x.x. Take a look breaking changes on there changelog

## [4.0.0-dev.2]
## 4.0.0-dev.2

### BREAKING CHANGE

* Update constraints to Dart 3

## [4.0.0-dev.1]
## 4.0.0-dev.1

### BREAKING CHANGE

* Update constraints to Flutter 3.10

## [3.0.0]
## 3.0.0

### BREAKING CHANGE

Expand All @@ -37,90 +43,90 @@
* Remove `permission_handler` dependency
* Able desktop platforms support

## [2.4.0]
## 2.4.0

* Add all desktops compatibilities
* Fix issue with initialValue not taken from form initialValues
* Improve example
* Built with Flutter 3.7

## [2.3.0]
## 2.3.0

* Move maxFiles display into counterText #32 (Thanks @grundid)
* Add type selector property #31 (Thanks @grundid)
* Refactor readme
* Apply license BSD-3-clause

## [2.2.0]
## 2.2.0

* Improvements to Web support
* Fix issue where errorText not showing

## [2.1.0]
## 2.1.0

* Added support for web platform

## [2.0.0]
## 2.0.0

* Support for FormBuilder 7.*

## [2.0.0-alpha.0]
## 2.0.0-alpha.0

* Started integration with FormBuilder 7.*

## [1.2.0]
## 1.2.0

* Add option to define custom file viewer widget
* Fixed decoration issue
* Full null safety

## [1.2.0-nullsafety.3]
## 1.2.0-nullsafety.3

* Fixed null safety issue on file-viewer

## [1.2.0-nullsafety.2]
## 1.2.0-nullsafety.2

* more null-safety fixes

## [1.2.0-nullsafety.1]
## 1.2.0-nullsafety.1

* Upgraded packages - fix null-safety issues

## [1.2.0-nullsafety.0]
## 1.2.0-nullsafety.0

* Ported to null-safety

## [1.1.0]
## 1.1.0

* `flutter_form_bulder` v5 compatible

## [1.0.0]
## 1.0.0

* Added support for flutter_form_builder 4.*

## [0.3.0]
## 0.3.0

* Bump dependency `file_picker` plugin. Include additional `file_picker` options
* Included MIT License. Closes #3
* Fix bug caused when `maxFiles` is null. Closes #4

## [0.2.0]
## 0.2.0

* Bumped up dependency versions: `flutter_form_builder`, `file_picker` and `permission_handler`
* Deprecated `fileExtension` attribute. `allowedExtensions` to be used.

## [0.1.0]
## 0.1.0

* Added more options: `previewImages`, `selector`, `fileType`, `fileExtension`
* BREAKING CHANGE: Renamed `maxImages` to `maxFiles`
* Minor UI improvements

## [0.0.2]
## 0.0.2

* Updated dependencies
* Started working on documentation
* Set up example project

## [0.0.1] - 06-Dec-2019
## 0.0.1

* Initial release
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: form_builder_file_picker
description: FilePicker Field for flutter_form_builder package. Used to select files as part of form input.
version: 4.1.0
version: 4.2.0
repository: https://github.com/flutter-form-builder-ecosystem/form_builder_file_picker
issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_file_picker/issues
homepage: https://github.com/flutter-form-builder-ecosystem
Expand Down

0 comments on commit 9117a2b

Please sign in to comment.