Releases: budiadiono/react-native-calculator
Releases · budiadiono/react-native-calculator
v0.5.2
-
Fix #9 - dissalow input sign after sign - 893c505.
-
Only '-' sign allowed for first input - 173ae83.
-
Skip trailing when no decimal separator found - 4ed431b.
v0.5.1
-
Bug fix when hitting the decimal after an action button without a preceding 0 - #8.
-
Bug fix handle backspace on trailing zero - c6baa99.
-
Upgraded react-dom (fix vulnerability issue) - ca343e4.
-
Updated example (use expo 3.2) - 9f9aa53.
v0.3.0
- Added CalculatorInput enabled prop - b9466ff
v0.2.4
- CalculatorInput handle onAccept event bug fix - 0af42ac.
v0.2.3
- Use StyleProp for all style props - 011cbb8.
v0.2.2
- Should change value when props.value changed - 4cae70e.