Skip to content

Conversation

@dependabot
Copy link

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

Bumps informed from 3.27.0 to 4.35.2.

Changelog

Sourced from informed's changelog.

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

4.31.3 (Sep 22nd, 2022)

  • Fixed issue where react strict mode and 18 would not cleanup fields values when they were unmounted

4.31.2 (Sep 20th, 2022)

  • Fixed issue where reseting array fields with new initial values would still use old ones

4.31.1 (Sep 19th, 2022)

  • When formatting using createIntlNumberFormatter and currencySign being accounting () would not trigger negative
// When user types -2 or ($2) it would not format correctly
const { formatter, parser } = utils.createIntlNumberFormatter('en-US', {
  style: 'currency',
  currency: 'USD',
  currencySign: 'accounting'
});

4.31.0 (Sep 14th, 2022)

... (truncated)

Commits

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.35.2.
- [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.35.2)

---
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 Nov 1, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 1, 2022

Superseded by #44.

@dependabot dependabot bot closed this Dec 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/informed-4.35.2 branch December 1, 2022 10:09
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