Skip to content

Releases: cchanxzy/react-currency-input-field

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)

v3.7.0

11 Feb 09:36
Compare
Choose a tag to compare

3.7.0 (2024-02-11)

Features

  • export utility function 'cleanValue' (#334) (026329f)

v3.6.14

29 Dec 16:24
Compare
Choose a tag to compare

3.6.14 (2023-12-29)

Bug Fixes

  • export type CurrencyInputOnChangeValues and update examples (#331) (8ea2c47)

v3.6.13

28 Dec 10:05
Compare
Choose a tag to compare

3.6.13 (2023-12-28)

Bug Fixes

  • Update input to empty string when userValue is undefined (#323) (30c5fcc)

v3.6.12

07 Nov 18:10
Compare
Choose a tag to compare

3.6.12 (2023-11-07)

Bug Fixes

  • fixedDecimalValue issue #292 and handle fixedDecimalValue 0 (#313) (5be14cb)