flutter-form-builder-ecosystem / form_builder_file_picker

File picker field widget for FlutterFormBuilder.
https://pub.dev/packages/form_builder_file_picker
BSD 3-Clause "New" or "Revised" License
15 stars 33 forks source link

build(deps): bump flutter_form_builder from 7.8.0 to 8.0.0 #61

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps flutter_form_builder from 7.8.0 to 8.0.0.

Changelog

Sourced from flutter_form_builder's changelog.

[8.0.0]

BREAKING CHANGE

  • Improve focus and scroll
    • Remove property shouldRequestFocus for each form field
    • Remove property autoFocusOnValidationFailure on FormBuilder. Use properties on validate and invalidate instead

Features

  • NEW Add isDirty property to field and form
  • NEW Add isTouched property to field and form
  • Add focusOnInvalid and autoScrollWhenFocusOnInvalid to validate and saveAndValidate methods from FormBuilderState
  • Add focusOnInvalid and autoScrollWhenFocusOnInvalid to validate method from FormBuilderFieldState
  • Add shouldFocus and shouldAutoScrollWhenFocus to invalidate method from FormBuilderFieldState
  • Depreciate invalidateField and invalidateFirstField on FormBuilder
  • Add desktop support (linux, macos, windows)
  • FormBuilderRangeSlider: Able custom widgets max, min and value

Bug fixes

  • Apply validation on init when autovalidate is always
  • Fix skipDisabled property on FormBuilder
  • Improve reset method. Simplify on form builder and update on form field to update value on interface.
  • FormBuilderTextField: Add support context menu by default
Commits
  • 308dc2b ci: add flutter dependency
  • bd97a31 ci: fix tag regex
  • ffeb15b chore(release): 8.0.0
  • 1418151 ci: update deployment pipeline config
  • b6424d4 Merge pull request #1228 from flutter-form-builder-ecosystem/add-states-617
  • 1b9ee80 docs: add homepage
  • c794d7d docs: update github build badge
  • 65066db feat: remove unused import
  • 8a33ec0 feat: improve fields documentation
  • b03d81d feat: add field and form states
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.