Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.7.1...v3.0.0) (2021-01-05)

### Bug Fixes

* fixed a few inconsistencies and added intl config to examples ([796e623](796e623))

### Features

* add intl locale config option ([e119352](e119352))
* allow customInput prop ([f372201](f372201))
* depreciate onBlurValue prop ([8651e76](8651e76))
* handle backspace with suffix ([fc84301](fc84301))
* renamed onChange prop to onValueChange ([83d3806](83d3806))
* renamed precision to decimalScale ([c545b78](c545b78))
* renamed turnOffAbbreviations to disableAbbreviations ([7751a43](7751a43))
* renamed turnOffSeparators to disableGroupSeparators ([b16f577](b16f577))
* wrap component in forwardRef ([3a1f5bc](3a1f5bc))

### BREAKING CHANGES

* "onBlurValue" no longer supported
* Renamed "onChange" to "onValueChange"
* Renamed "turnOffAbbreviations" to "disableAbbreviations"
* Renamed "turnOffSeparators" to "disableGroupSeparators"
* renamed precision to decimalScale
* Using Intl.NumberFormat to format value
* can pass in component ref
  • Loading branch information
semantic-release-bot committed Jan 5, 2021
1 parent ac683fb commit 589cad4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# [3.0.0](https://github.com/cchanxzy/react-currency-input-field/compare/v2.7.1...v3.0.0) (2021-01-05)


### Bug Fixes

* fixed a few inconsistencies and added intl config to examples ([796e623](https://github.com/cchanxzy/react-currency-input-field/commit/796e623ef679ca047140d6ee421961877bdaa181))


### Features

* add intl locale config option ([e119352](https://github.com/cchanxzy/react-currency-input-field/commit/e119352212b1aaa8bafdb02dfd312de7a7302cfc))
* allow customInput prop ([f372201](https://github.com/cchanxzy/react-currency-input-field/commit/f3722015650c24efd522f93dfb8a482bc4ba87a4))
* depreciate onBlurValue prop ([8651e76](https://github.com/cchanxzy/react-currency-input-field/commit/8651e76c201b029787490efcf37d307a1b5d8d97))
* handle backspace with suffix ([fc84301](https://github.com/cchanxzy/react-currency-input-field/commit/fc8430162d2c51cc374b0b7f4ed221a1329972b5))
* renamed onChange prop to onValueChange ([83d3806](https://github.com/cchanxzy/react-currency-input-field/commit/83d380660597797bfc38e609599c103f8176fd28))
* renamed precision to decimalScale ([c545b78](https://github.com/cchanxzy/react-currency-input-field/commit/c545b780815bff7c98c66e527f3f3f4a1cc8ee67))
* renamed turnOffAbbreviations to disableAbbreviations ([7751a43](https://github.com/cchanxzy/react-currency-input-field/commit/7751a4386baee5554aa030839d1cdc0f3750f360))
* renamed turnOffSeparators to disableGroupSeparators ([b16f577](https://github.com/cchanxzy/react-currency-input-field/commit/b16f577e29646e2fba9db370fb4eda2c73ae632e))
* wrap component in forwardRef ([3a1f5bc](https://github.com/cchanxzy/react-currency-input-field/commit/3a1f5bcd6422c49ea85ad9980109cd183ceec2f1))


### BREAKING CHANGES

* "onBlurValue" no longer supported
* Renamed "onChange" to "onValueChange"
* Renamed "turnOffAbbreviations" to "disableAbbreviations"
* Renamed "turnOffSeparators" to "disableGroupSeparators"
* renamed precision to decimalScale
* Using Intl.NumberFormat to format value
* can pass in component ref

# [3.0.0-beta.11](https://github.com/cchanxzy/react-currency-input-field/compare/v3.0.0-beta.10...v3.0.0-beta.11) (2021-01-04)

# [3.0.0-beta.10](https://github.com/cchanxzy/react-currency-input-field/compare/v3.0.0-beta.9...v3.0.0-beta.10) (2021-01-02)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-currency-input-field",
"version": "2.7.1",
"version": "3.0.0",
"description": "React <input/> component for formatting currency and numbers.",
"files": [
"dist/**/*"
Expand Down

0 comments on commit 589cad4

Please sign in to comment.