Skip to content

Releases: david-chau/react-financial-input

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 23:04
f6ac238

1.0.0 (2026-08-03)

Bug fixes

  • ci: fail clearly when a dispatched tag does not exist (#50) (fbe345b)

v0.11.1

Choose a tag to compare

@github-actions github-actions released this 03 Aug 22:10
85936e1

0.11.1 (2026-08-03)

Bug fixes

  • cancel the pending animation frame on teardown (#47) (9fc9616)

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 21:04
ba45c31

0.11.0 (2026-08-03)

⚠ BREAKING CHANGES

  • parseAmount, formatNumber, shiftDecimal, toCanonical, formatCanonical and DEFAULT_SHORTCUTS moved to react-financial-input/parse. The root now exports the component and the hook, and nothing else.

Bug fixes

  • keep parsing off the client boundary, so it runs on a server (#42) (e70fb13)

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 18:37
8af9627

0.10.0 (2026-08-03)

⚠ BREAKING CHANGES

  • listCurrencies, searchCurrencies, toFlagEmoji, supportsFlagEmoji, CURRENCY_PRESETS and DEFAULT_CURRENCY_PRESET moved to react-financial-input/currency; classifyInputType, describeEdit, isDeleteInputType and InputType moved to react-financial-input/events. The root now exports the component, the hook, and parsing.

Features

  • split currency and input events into their own entry points (#40) (d76a9c2)

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 15:15
cc4eb0c

0.9.0 (2026-08-03)

⚠ BREAKING CHANGES

  • the package exported 66 names; it now exports 18. Removed were reducer internals, regex builders, string helpers and a resetFlagSupportCache that exists only so a test can clear a cache. None of them was ever chosen — index.ts was four export * lines and everything came along with them. Nothing documented was removed. If something you relied on is gone, it can be exported deliberately.

Features

  • curate the public API, and close the gaps found auditing for 1.0.0 (#38) (c264b92)

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 14:24
9f1b7cc

0.8.0 (2026-08-03)

Features

  • ship the flag font, so flags work on Windows too (#36) (7cf8260)

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 13:14
cb7b9c3

0.7.0 (2026-08-03)

Features

  • export the input-event utilities the input is built on (#33) (5800894)

v0.6.7

Choose a tag to compare

@github-actions github-actions released this 03 Aug 12:46
7895eae

0.6.7 (2026-08-03)

Bug fixes

  • refuse IME composition that can never become a number (#32) (3eeca75)

v0.6.6

Choose a tag to compare

@github-actions github-actions released this 03 Aug 03:51
ecf18ce

0.6.6 (2026-08-03)

Bug fixes

  • chain pasted shortcuts, and stop currency symbols reading as multipliers (#30) (73048cf)

v0.6.5

Choose a tag to compare

@github-actions github-actions released this 03 Aug 03:32
cc255ef

0.6.5 (2026-08-03)

Bug fixes

  • accept a paste that arrives as insertText (#28) (62fce1f)