* Add support for Django 4.0. * Fix Uncaught TypeError: value.element is null (5). * `oncalculate` event created.
0.0.10
* Add support for Python 3.10. * Add checkbox support, now a checkbox can be referenced from a formula (2).
0.0.9
* Add default kwargs to CalculationInputMixin.
0.0.8
* CalculationInputMixin and widgets abstractions created.
0.0.7
* Formset lookup fixed in `calculation.js`.
0.0.4
* Widget constants moved to module level. * widgets module added as shortcut in `__init__.py` of the library. * Internal input attribute renamed from `calculation` to `data-calculation`.