v73.0.0
73.0.0 (2021-05-11)
ℹ️ Note
This release includes a substantial change the way the decimal component functions in order to improve accessibility. Please ensure you check for regressions within your application.
⚠ BREAKING CHANGES
- decimal: Precision prop can no longer be changed on the fly. Your app will need to refresh in order for the user to see the new precision value.
Code Refactoring
- decimal: allow the user to input any value (1a2307a)