Feb 29, 2024
This release brings some new features and a few bug fixes.
New features
- [142](https://github.com/bhch/django-jsonform/pull/142): Improved support for UUID, datetime, Decimal, etc. types on ArrayField (by [Gyuri](https://github.com/nullcode)).
- Support for` uri` and `uri-reference` formats. The input for this format will also display a clickable link to open the input’s link value in new tab.
- [156](https://github.com/bhch/django-jsonform/issues/156): Support for clickable links for `URLField` inside `ArrayField`.
Bugfixes
- Fixed dark mode CSS for Django 4 and 5.
- [154](https://github.com/bhch/django-jsonform/pull/154): Fixed typo in validation error message (by [Garret Heaton](https://github.com/powdahound)).
react-json-form (JavaScript)
[react-json-form](https://github.com/bhch/react-json-form) has been updated to version 2.14.0.