Skip to content

Releases: cchanxzy/react-currency-input-field

v4.0.5

18 Mar 08:09

Choose a tag to compare

4.0.5 (2026-03-18)

Bug Fixes

  • package: exclude test files and examples from published package (8902a67)

v4.0.4

18 Mar 07:55

Choose a tag to compare

4.0.4 (2026-03-18)

Bug Fixes

  • build: use named Parcel target to avoid exports field conflict (c634281)

v4.0.3

29 Sep 07:13

Choose a tag to compare

4.0.3 (2025-09-29)

Bug Fixes

  • esm: bundle ESM/CJS builds to avoid Node ESM resolution issues in SSR (81d6b94)

v4.0.3-experimental.4

26 Sep 08:05

Choose a tag to compare

v4.0.3-experimental.4 Pre-release
Pre-release

4.0.3-experimental.4 (2025-09-26)

Bug Fixes

v4.0.3-experimental.3

26 Sep 07:58

Choose a tag to compare

v4.0.3-experimental.3 Pre-release
Pre-release

4.0.3-experimental.3 (2025-09-26)

Bug Fixes

  • rever change to .cjs and .mjs (4165c07)

v4.0.3-experimental.2

26 Sep 07:40

Choose a tag to compare

v4.0.3-experimental.2 Pre-release
Pre-release

4.0.3-experimental.2 (2025-09-26)

Bug Fixes

  • use .mjs and .cjs for build extensions (1182139)

v4.0.3-experimental.1

25 Sep 06:53

Choose a tag to compare

v4.0.3-experimental.1 Pre-release
Pre-release

4.0.3-experimental.1 (2025-09-25)

Bug Fixes

  • update platform to neutral for esbuild config (016151d)

v4.0.2

24 Sep 15:58

Choose a tag to compare

4.0.2 (2025-09-24)

v4.0.1

17 Sep 09:14

Choose a tag to compare

4.0.1 (2025-09-17)

v4.0.0

17 Sep 07:07

Choose a tag to compare

4.0.0 (2025-09-17)

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

Bug Fixes

  • correct entry for cjs and esm (cc48412)

Features

  • merge changes in main into alpha branch (6985156)

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.