Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 1, 2022

Bumps informed from 3.27.0 to 4.37.0.

Changelog

Sourced from informed's changelog.

4.37.0 (Nov 29th, 2022)

  • added ability to pass keep to form fields such that users can specify specific state to keep
// Example where we only keep value
<Input name="spouse" label="Spouse name:" required keep={{ value: true }} />

4.36.2 (Nov 9th, 2022)

  • removed console log from FormController

4.36.1 (Nov 3rd, 2022)

  • added missing type for useArrayFieldItemState

4.36.0 (Nov 1st, 2022)

  • array fields add and remove now trigger onValueSet

4.35.2 (Oct 26th, 2022)

  • multistep type improvements

4.35.1 (Oct 25th, 2022)

  • fixed issue where gatherOnMount would not gather after a reset

4.35.0 (Oct 19th, 2022)

  • added ability to setValueQuietly

4.34.0 (Oct 13th, 2022)

  • added useInformedApi that will allow user to manipulate multiple forms

4.33.0 (Oct 11th, 2022)

  • added ability to remove specific index from array field api

4.32.0 (Sep 30th, 2022)

  • added ability to disable and enable the form via formApi

4.31.4 (Sep 22nd, 2022)

  • array fields dirt now gets set when a user adds or removes

... (truncated)

Commits
  • 564dc3a 4.37.0
  • 57348b0 added ability to pass keep to form fields such that users can specify specifi...
  • 7b6f791 4.36.2
  • 95b215b removed console log from FormController
  • b3afc66 4.36.1
  • 4970a84 updated changelog
  • a9ef9a5 Merge pull request #427 from jkaravakis/patch-3
  • 36fa2d4 Export useArrayFieldItemState with typing.
  • c292674 4.36.0
  • 9bd4d00 array fields add and remove now trigger onValueSet
  • 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)

Bumps [informed](https://github.com/teslamotors/informed) from 3.27.0 to 4.37.0.
- [Release notes](https://github.com/teslamotors/informed/releases)
- [Changelog](https://github.com/teslamotors/informed/blob/master/CHANGELOG.md)
- [Commits](teslamotors/informed@v3.27.0...v4.37.0)

---
updated-dependencies:
- dependency-name: informed
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 1, 2023

Superseded by #46.

@dependabot dependabot bot closed this Jan 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/informed-4.37.0 branch January 1, 2023 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant