Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-number-format 4.9.4 -> 5.1.4 age adoption passing confidence

Release Notes

s-yadav/react-number-format

v5.1.4: Bug fixes

Compare Source

  • Fixed #​694 Prefix/Suffix containing numbers gets appended to value.
  • Fixed #​691 Prefix/Suffix blocking input when set to a number
  • Fixed #​729 Prefix '-' does not allow to remove first number
  • Added fixedDecimalScale prop to doc #​735 by @​arminbashizade

v5.1.3: Bug fixes

Compare Source

  • Fixed #​712 (Extra character added if you start typing from start of the input while input is fully filled)
  • Fixed #​711 (The caret is not moved when typing a decimal separator at an existing decimal separator)
  • Mark module as side effect free (#​713 by @​topaxi )
  • pass type parameter to SyntheticEvent in event source object. (#​703 by @​yukiyokotani )

v5.1.2

Compare Source

v5.1.1: Bug fixes

Compare Source

  • Fixed typo on patternFormatter export. #​698
  • Fixed cursor position getting reset if isAllowed returns false. #​699
  • Fixed doc for isAllowed prop. #​697 by @​3794

v5.1.0: Bug fixes

Compare Source

  • Fixed #​652
  • Fixed #​695
  • Added isValidInputCharacter in NumberFormatBase to figure out if a character is allowed to be typed. This mostly used internally by NumericFormat, but exposed to NumberFormatBase, if customization is needed.

v5.0.1: Bug fixes

Compare Source

v5.0.0: Major Release (v5) - React Number Format rewrite

Compare Source

RNF v5 is complete rewrite with the aim of extensibility and smaller bundle size. Here are following changes on v5. Most of them are breaking change, but would take minimal effort from migrating from v4 to v5. See migration doc

Changes
  • React number format is broken into smaller Modules, NumericFormat and Pattern Format, so only things you need are exposed.
  • RNF provides lower level hooks and component (useNumericFormat, usePatternFormat) to allow full customisation. Check customisation doc.
  • customNumerals prop is removed in favour of outside customization, example
  • isNumericString prop is renamed to valueIsNumericString.

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@auto-assign auto-assign bot requested a review from aorumbayev May 1, 2023 01:14
@renovate renovate bot force-pushed the renovate/react-number-format-5.x branch 2 times, most recently from 9b1986f to bd456dd Compare May 1, 2023 17:33
@renovate renovate bot force-pushed the renovate/react-number-format-5.x branch from bd456dd to 137dc4a Compare May 1, 2023 17:45
@aorumbayev aorumbayev closed this May 14, 2023
@renovate
Copy link
Contributor Author

renovate bot commented May 14, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/react-number-format-5.x branch May 14, 2023 09:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant