Skip to content

Conversation

@dependabot
Copy link

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

Bumps informed from 3.27.0 to 4.23.0.

Changelog

Sourced from informed's changelog.

4.23.0 (July 31st, 2022)

  • Added useArrayFieldState

4.22.0 (July 29th, 2022)

  • Added ability to pass focusOnInvalid to the form and also added focusFirstError to formApi

4.21.0 (July 19th, 2022)

  • Added ability to pass clean function to inputs

4.20.1 (July 14th, 2022)

  • Fixed issue where evaluate in useConditional would not trigger when form was reset

4.20.0 (July 11th, 2022)

Added

  • ability to pass oneOf as an if condition to schemas
  • ability to match fields whos values are arrays with enum in schema conditions
allOf: [
  {
    if: {
      properties: {
        cars: { oneOf: ['tesla', 'jeep'] }
      },
      required: ['cars']
    },
    then: {
      properties: {
        carName: {
          type: 'string',
          title: 'Cars name',
          'ui:control': 'input'
        }
      }
    }
  }
];

4.19.3 (July 5th, 2022)

Fixed

  • fixes #411 bad type definition for onSubmit

... (truncated)

Commits
  • 6278803 4.23.0
  • 0c7f3c0 added useArrayFieldState
  • 98a9502 updated docs
  • 95144de 4.22.0
  • f2414dd added ability to pass focusOnInvalid to the form and also added focusFirstErr...
  • 7c41983 updated docs
  • 0fa36fc 4.21.0
  • 0cbc2ee added ability to pass clean function to inputs
  • 4011388 4.20.1
  • 1bfdaaf fixed issue where evaluate in useConditional would not trigger when form was ...
  • 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.23.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.23.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 Aug 1, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 1, 2022

Superseded by #36.

@dependabot dependabot bot closed this Sep 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/informed-4.23.0 branch September 1, 2022 10:16
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