All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fix: Add decimal places to float quantity calculations to avoid precision errors. Decimal places defaults to
0
, and should be specified as an input attribute when decimals are expected.
- Fix: Use
float
instead ofint
when converting min, max and step values.
- Fix: Change
tabindex
for number spinner buttons so that is does not get the focus. Users should use the keyboard arrow keys on the number field to change the values.
- Initial commit.