Nov 19, 2021
This version introduces a breaking change from the previous releases.
Like the previous version, it also supports `Django >= 2.0` and `Python >= 3.4`.
What's new
react-json-form (JavaScript)
[react-json-form](https://github.com/bhch/react-json-form) has been updated to version 1.6.0.
Breaking changes
Earlier version used to set empty string (`''`) for blank number inputs. This version will use null instead.
It will also change empty strings to null in the initial data as well.
Bugfixes
- 12: Use null instead of empty string for blank number inputs.
Minor changes
- Small improvements to the widget's css, such as the group panel’s titles are now bolder.