3.9.0 (2024-11-12)
3.8.1 (2024-11-10)
3.8.0 (2024-02-22)
3.7.1 (2024-02-19)
- update doc to trigger release (4672670)
3.7.0 (2024-02-11)
3.6.14 (2023-12-29)
3.6.13 (2023-12-28)
3.6.12 (2023-11-07)
3.6.11 (2023-06-23)
3.6.10 (2023-02-03)
3.6.9 (2022-10-25)
3.6.8 (2022-10-20)
3.6.7 (2022-10-18)
3.6.6 (2022-10-18)
- no decimals if defined decimalScale, input value as X.00 and intlConfig, but without no currency (#262) (36ad0ed)
3.6.5 (2022-09-20)
3.6.4 (2022-01-14)
3.6.3 (2022-01-09)
3.6.2 (2022-01-09)
3.6.1 (2022-01-09)
3.6.0 (2021-10-27)
3.5.1 (2021-09-01)
3.5.0 (2021-08-30)
3.4.3 (2021-08-22)
- artificial change to trigger version update (1dfc138)
3.4.2 (2021-07-08)
3.4.1 (2021-05-22)
3.4.0 (2021-05-22)
3.3.2 (2021-04-13)
3.3.1 (2021-03-21)
3.3.0 (2021-02-18)
3.2.5 (2021-02-15)
3.2.4 (2021-02-03)
- remove prefix if letters (7958f29)
3.2.3 (2021-01-31)
- prevent cursor moving if only negative value at start (aadec9d)
3.2.2 (2021-01-25)
- intl config currency is optional (a52a9d6)
3.2.1 (2021-01-24)
3.2.0 (2021-01-24)
- stepping does not go beyond min max values (0cc5d57)
3.1.0 (2021-01-24)
- allow custom suffix prop (9b57ec6)
3.0.4 (2021-01-24)
- prevent autofocusing on load (da10c81)
3.0.3 (2021-01-18)
- formatValue trim decimalScale (012d4c2)
3.0.2 (2021-01-08)
- default value with decimal scale renders correctly part 2 (4b7f5db)
3.0.1 (2021-01-07)
- default value with decimal scale renders correctly (c225306)
3.0.0 (2021-01-05)
- fixed a few inconsistencies and added intl config to examples (796e623)
- add intl locale config option (e119352)
- allow customInput prop (f372201)
- depreciate onBlurValue prop (8651e76)
- handle backspace with suffix (fc84301)
- renamed onChange prop to onValueChange (83d3806)
- renamed precision to decimalScale (c545b78)
- renamed turnOffAbbreviations to disableAbbreviations (7751a43)
- renamed turnOffSeparators to disableGroupSeparators (b16f577)
- wrap component in forwardRef (3a1f5bc)
- "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 (2021-01-04)
3.0.0-beta.10 (2021-01-02)
- allow customInput prop (f372201)
3.0.0-beta.9 (2021-01-02)
- fixed a few inconsistencies and added intl config to examples (796e623)
3.0.0-beta.8 (2021-01-02)
- handle backspace with suffix (fc84301)
3.0.0-beta.7 (2020-12-10)
3.0.0-beta.6 (2020-12-10)
3.0.0-beta.5 (2020-12-09)
- depreciate onBlurValue prop (8651e76)
- "onBlurValue" no longer supported
3.0.0-beta.4 (2020-12-09)
- renamed onChange prop to onValueChange (83d3806)
- Renamed "onChange" to "onValueChange"
3.0.0-beta.3 (2020-12-06)
- renamed precision to decimalScale (c545b78)
- renamed turnOffAbbreviations to disableAbbreviations (7751a43)
- renamed turnOffSeparators to disableGroupSeparators (b16f577)
- Renamed "turnOffAbbreviations" to "disableAbbreviations"
- Renamed "turnOffSeparators" to "disableGroupSeparators"
- renamed precision to decimalScale
3.0.0-beta.2 (2020-12-03)
- add intl locale config option (e119352)
- Using Intl.NumberFormat to format value
3.0.0-beta.1 (2020-11-19)
- wrap component in forwardRef (3a1f5bc)
- can pass in component ref
2.7.1 (2020-12-10)
2.7.0 (2020-11-18)
- can turn off abbreviations (67a54c1)
2.6.0 (2020-11-15)
- handle arrow down and arrow up step changes (31e6156)
2.5.0 (2020-11-11)
- export format value function and add to readme (cad0b95)
2.4.1 (2020-11-04)
- add onChange to onBlur test (4195ef6)
2.4.0 (2020-11-03)
- add prop onBlurValue (7ea46af)
2.3.6 (2020-11-03)
- escape prefix regex (8e0dff5)
2.3.5 (2020-10-28)
- handle values before prefix (942a613)
2.3.4 (2020-10-24)
- refactored isNumber function (68640ff)
2.3.3 (2020-10-10)
- allows default 0 value (4189b80)
- disallow invalid chars and updated examples (134d36a)
- don't call onChange with only - (ef4101b)
2.3.2 (2020-09-27)
- prefix 0 value (d7fa074)
2.3.1 (2020-09-25)
- can clear field programmatically (2598c16)
2.3.0 (2020-09-20)
- add prop to disallow negative value (b9ef02c)
2.2.0 (2020-08-25)
- add props decimalSeparator and groupSeparator (bb4459b)
- can use any string as a separator (c84b1cd)
- fixed decimal length prop (f3f50a1)
- handle negative values (b505e4c)
2.2.0-beta.3 (2020-08-25)
- handle negative values (b581e17)
2.2.0-beta.2 (2020-08-20)
- fixed decimal length prop (7089248)
2.2.0-beta.1 (2020-08-14)
2.1.0 (2020-08-13)
2.0.0 (2020-07-02)
- onChange will return string or undefined rather than number or null
1.0.1 (2020-05-08)
- artificial change to trigger version update (ae56e99)
1.0.0 (2020-05-08)
- update demo gif (9477d1b)
- trigger package update manually
0.10.1 (2020-05-08)
- correct package version and update demo (20112fc)
0.10.0 (2020-05-08)
0.9.0 (2020-05-08)
- allow props for input to be passed (998c3ae)
0.8.4 (2020-05-06)
0.8.3 (2020-05-06)
0.8.2 (2020-04-23)
0.8.1 (2020-04-18)
- update dependencies (99c1abe)
0.8.0 (2020-04-13)
0.7.0 (2020-04-10)
- allow input to be disabled (c6881c2)
0.6.0 (2020-03-08)
- update dependencies (476ab92)
0.5.3 (2019-12-08)
0.5.2 (2019-12-01)
- cursor jumping when modifying value (db449d6)
- react is specified as external, and pattern allows float on mobile (c011361)
0.5.1 (2019-11-30)
0.5.0 (2019-11-30)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.3.1 (2019-11-21)
0.3.0 (2019-11-21)
0.2.1 (2019-11-21)
-
removed limit prop
-
chore: updated workflow
-
Feat/remove limit update with hooks (#5) (a3463bd), closes #5
- updated packages (42db1d8)
-
removed limit prop
-
chore: updated workflow
-
Feat/remove limit update with hooks (#5) (a3463bd), closes #5
- updated packages (42db1d8)
0.0.47 (2019-09-08)
-
removed limit prop
-
removed limit prop, updated tests and examples (ed24b8e)
- updated packages (7e80871)
-
removed limit prop
-
removed limit prop, updated tests and examples (ed24b8e)
- updated packages (7e80871)
- updated packages (7e80871)
- upating tests and examples (e18c23a)
- updated packages (7e80871)