Skip to content

Conversation

@dependabot
Copy link

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

Bumps informed from 3.27.0 to 4.32.0.

Changelog

Sourced from informed's changelog.

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)

  • Form now gets set to dirty when a user performs an add operation on an array field

4.30.1 (Sep 12th, 2022)

  • Fixed issue with mask prop not masking last character

4.30.0 (Sep 11th, 2022)

  • Added mask prop back to inputs!!!!!

4.29.1 (Sep 8th, 2022)

  • Fixed useFormStateSelector when using SSR

4.29.0 (August 30th, 2022)

  • added onValueSet to form that only gets called when the value is explicitly set

4.28.9 (August 30th, 2022)

... (truncated)

Commits
  • 08287fe 4.32.0
  • 5c6369f added ability to disable and enable the form via formApi
  • 13d8909 4.31.4
  • a2f7b57 array fields dirt now gets set when a user adds or removes
  • ffa0588 4.31.3
  • 59f4fd5 fixed issue where react strict mode and 18 would not cleanup fields values wh...
  • de183a3 4.31.2
  • 6d22b4e fixed issue where reseting array fields with new initial values would still u...
  • d866d26 4.31.1
  • db4588d fixed issue when formatting using createIntlNumberFormatter and currencySign ...
  • 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.32.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.32.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 Oct 1, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 1, 2022

Superseded by #40.

@dependabot dependabot bot closed this Nov 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/informed-4.32.0 branch November 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