Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2023

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.

Bumps [flutter_form_builder](https://github.com/flutter-form-builder-ecosystem/flutter_form_builder) from 9.0.0 to 9.1.0.
- [Release notes](https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/releases)
- [Changelog](https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/blob/main/CHANGELOG.md)
- [Commits](flutter-form-builder-ecosystem/flutter_form_builder@9.0.0...9.1.0)

---
updated-dependencies:
- dependency-name: flutter_form_builder
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Jul 24, 2023
@codecov
Copy link

codecov bot commented Jul 24, 2023

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           

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

@github-actions github-actions bot added the Stale label Aug 24, 2023
@github-actions github-actions bot removed the Stale label Sep 7, 2023
@deandreamatias deandreamatias merged commit 20d32e7 into main Sep 15, 2023
4 checks passed
@deandreamatias deandreamatias deleted the dependabot/pub/flutter_form_builder-9.1.0 branch September 15, 2023 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant