Skip to content

Releases: cchanxzy/react-currency-input-field

v4.0.0-alpha.3

22 Feb 10:21
Compare
Choose a tag to compare
v4.0.0-alpha.3 Pre-release
Pre-release

4.0.0-alpha.3 (2025-02-22)

Bug Fixes

  • add react 19 as peer dependency (396d57b), closes #380
  • handle cases where decimalSeparator is empty (#385) (656e5c2)

Features

  • intlConfig support all NumberFormatOptions (#386) (0b84349)
  • merge changes in main into alpha branch (6985156)

v3.10.0

22 Feb 09:53
Compare
Choose a tag to compare

3.10.0 (2025-02-22)

Features

  • intlConfig support all NumberFormatOptions (#386) (0b84349)

v3.9.2

22 Feb 09:47
Compare
Choose a tag to compare

3.9.2 (2025-02-22)

Bug Fixes

  • handle cases where decimalSeparator is empty (#385) (656e5c2)

v3.9.1

22 Feb 09:12
Compare
Choose a tag to compare

3.9.1 (2025-02-22)

Bug Fixes

  • add react 19 as peer dependency (396d57b), closes #380

v4.0.0-alpha.2

12 Nov 16:33
Compare
Choose a tag to compare
v4.0.0-alpha.2 Pre-release
Pre-release

4.0.0-alpha.2 (2024-11-12)

Bug Fixes

  • correct entry for cjs and esm (cc48412)

Features

v3.9.0

12 Nov 08:01
Compare
Choose a tag to compare

3.9.0 (2024-11-12)

Features

v3.8.1

10 Nov 16:24
Compare
Choose a tag to compare

3.8.1 (2024-11-10)

v4.0.0-alpha.1

09 Nov 13:44
Compare
Choose a tag to compare
v4.0.0-alpha.1 Pre-release
Pre-release

4.0.0-alpha.1 (2024-11-09)

  • build!: switch from rollup to esbuild to build (75ef80c)

BREAKING CHANGES

  • UMD is no longer exported.

In order to reduce complexity and simplify the build process,
we have switched from rollup to esbuild and only export CJS and ESM versions.

This means that the UMD build is no longer exported.

v3.8.0

22 Feb 20:59
Compare
Choose a tag to compare

3.8.0 (2024-02-22)

Features

v3.7.1

19 Feb 16:01
Compare
Choose a tag to compare

3.7.1 (2024-02-19)

Bug Fixes

  • update doc to trigger release (4672670)