Releases: cchanxzy/react-currency-input-field
Releases · cchanxzy/react-currency-input-field
v4.0.0-alpha.2
Bug Fixes
- correct entry for cjs and esm (cc48412)
Features
v3.9.0
3.9.0 (2024-11-12)
Features
v4.0.0-alpha.1
- 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
3.8.0 (2024-02-22)
Features
v3.7.1
3.7.1 (2024-02-19)
Bug Fixes
- update doc to trigger release (4672670)
v3.7.0
3.7.0 (2024-02-11)
Features
v3.6.14
3.6.14 (2023-12-29)
Bug Fixes
- export type CurrencyInputOnChangeValues and update examples (#331) (8ea2c47)
v3.6.13
3.6.13 (2023-12-28)
Bug Fixes
- Update input to empty string when
userValue
is undefined
(#323) (30c5fcc)
v3.6.12
3.6.12 (2023-11-07)
Bug Fixes
- fixedDecimalValue issue #292 and handle fixedDecimalValue 0 (#313) (5be14cb)