Releases: cchanxzy/react-currency-input-field
Releases · cchanxzy/react-currency-input-field
v4.0.0-alpha.3
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
3.10.0 (2025-02-22)
Features
- intlConfig support all NumberFormatOptions (#386) (0b84349)
v3.9.2
3.9.2 (2025-02-22)
Bug Fixes
- handle cases where decimalSeparator is empty (#385) (656e5c2)
v3.9.1
3.9.1 (2025-02-22)
Bug Fixes
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)