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 48 forks source link

build(deps): bump flutter_form_builder from 7.3.1 to 7.7.0 #34

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps flutter_form_builder from 7.3.1 to 7.7.0.

Changelog

Sourced from flutter_form_builder's changelog.

[7.7.0]

  • Added cursorHeight property for form builder text field (#1112)
  • Added textAlignVertical support on FormBuilderDateRangePicker and FormBuilderDateTimePicker (#1116)
  • Added shape that missed filterChip property (#1118)

[7.6.0]

  • FormBuilderDateTimePicker: Deprecate reset icon For alternatives, see Readme section: Implement reset, clear or other button into FormBuilderField. #1094
  • FormBuilderDropdown: Remove properties related to InputDecoration #1095
  • Clear customError on reset #1096
  • Add linux example
  • FormBuilderRadioGroup: Improve separator position #1106
  • Remove date on changelog. See versions for upload version date

[7.5.0]

  • Apply license BSD-3-clause
  • Remove unused parameters from FormBuilderDateTimePicker (#1086)
  • Refactor readme

[7.4.0]

  • Added shape property to FormBuilderChoiceChip
  • Added option to remove field values from internal maps when unregistered
  • Fix call FormBuilder.onChanged when it has no changes
  • Fix set initial values by FormBuilder in FormBuilderFilterChip
Commits
  • 722cda4 Merge pull request #1122 from flutter-form-builder-ecosystem/release/7.7.0
  • 4e7fcd8 chore(release): 7.7.0
  • 9eb209b Merge branch 'main' into release/7.7.0
  • 31d2f35 Merge pull request #1118 from eunryong-hwang/main
  • 6e445d3 build: Update dependencies
  • 7418855 fix: Replace deprecated property
  • 8a2d25a Merge branch 'main' into main
  • 9082e0e Merge pull request #1119 from flutter-form-builder-ecosystem/dependabot/githu...
  • 4afd037 build(deps): bump actions/stale from 5 to 6
  • 2bec7d6 add shape that missed filterChip property
  • 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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #34 (1c00e25) into main (c09bf57) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #34   +/-   ##
=======================================
  Coverage   82.43%   82.43%           
=======================================
  Files           3        3           
  Lines          74       74           
=======================================
  Hits           61       61           
  Misses         13       13           
Flag Coverage Δ
unittests 82.43% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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