We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e30154 commit 986009fCopy full SHA for 986009f
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [3.8.0](https://github.com/cchanxzy/react-currency-input-field/compare/v3.7.1...v3.8.0) (2024-02-22)
2
+
3
4
+### Features
5
6
+* introduce formatValueOnBlur flag ([#339](https://github.com/cchanxzy/react-currency-input-field/issues/339)) ([5e30154](https://github.com/cchanxzy/react-currency-input-field/commit/5e301544ac9a171bc65f09537f82a313ece0e77c))
7
8
## [3.7.1](https://github.com/cchanxzy/react-currency-input-field/compare/v3.7.0...v3.7.1) (2024-02-19)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "react-currency-input-field",
- "version": "3.7.1",
+ "version": "3.8.0",
"description": "React <input/> component for formatting currency and numbers.",
"files": [
"dist/**/*",
0 commit comments