Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [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