flutter-form-builder-ecosystem / form_builder_extra_fields

Additional ready-made form input fields for flutter_form_builder package
https://pub.dev/packages/form_builder_extra_fields
BSD 3-Clause "New" or "Revised" License
28 stars 47 forks source link

build(deps): bump flutter_form_builder from 9.0.0 to 9.1.0 #78

Closed dependabot[bot] closed 12 months ago

dependabot[bot] commented 1 year ago

Bumps flutter_form_builder from 9.0.0 to 9.1.0.

Changelog

Sourced from flutter_form_builder's changelog.

[9.1.0]

Features

  • FormBuilderFieldText: Add onTapOutside property

Fixes

  • FormBuilderField: Misspelling
  • FormBuilderField: Remove force validation on autovalidation enables modes
  • FormBuilderField: Only focus on invalid field when no focus in another field
  • FormBuilderField: Only focus on invalid field when focusOnInvalid is true
  • FormBuilderFieldDecoration: Remove readonly property to enable decoration fields
  • FormBuilderDropdown: Only show dropdown value when has value on items
  • FormBuilderDropdown: Add deep compare when update dropdown items
  • FormBuilderDateTimePicker: Check mounted after async

Others

  • Improve readme
  • Apply MIT license
  • Update gradle config on example
Commits
  • 45998fc chore(release): 9.1.0
  • 8d17143 Merge pull request #1272 from flutter-form-builder-ecosystem/fix-1252-dropdow...
  • 3487bfb feat: add assert when change items and not change initial value
  • c3a8fda test: implement test to didUpdateWidget on dropdown
  • fe3c1c9 fix: improve code
  • d799db5 docs: update table of contents
  • e8410b3 docs: add validate form example
  • 2502e7d fix: add deep compare to update dropdown items
  • 7541ae5 featci: add java 11 to ci
  • 67ef166 build: update android config
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

codecov[bot] commented 1 year ago

Codecov Report

Merging #78 (90d5f71) into main (5ac4751) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #78   +/-   ##
=======================================
  Coverage   86.20%   86.20%           
=======================================
  Files           4        4           
  Lines         116      116           
=======================================
  Hits          100      100           
  Misses         16       16           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more