Django-jsonform

Latest version: v2.23.1

Safety actively analyzes 688792 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 8

2.21.2

Dec 02, 2023

This is a patch release which fixes a mistake left in previous release.

Bugfixes

- Fixed a mistake introduced in the previous release related to subschema matching logic.

react-json-form (JavaScript)

[react-json-form](https://github.com/bhch/react-json-form) has been updated to version 2.13.2.

2.21.1

Dec 02, 2023

This is a patch release which fixes an important bug in `oneOf`/`anyOf` subschema matching logic.

Bugfixes

- 131: Previously, the form ignored `oneOf`/`anyOf` while syncing stale data with new schema. This caused the form to crash. This release fixes that.


react-json-form (JavaScript)

[react-json-form](https://github.com/bhch/react-json-form) has been updated to version 2.13.1.

2.21.0

Nov 23, 2023

This is a minor release.

New features

- **Overriding references**
While using `$ref`, you can now override the properties set by the reference, like setting custom titles for the reference.

Bugfixes

- Earlier, when the schema didn't have a `type` at the top level but did have a `$ref`, the form raised an error without considering the `$ref`. Now, it will infer the type from `$ref` if `type` is not provided.


react-json-form (JavaScript)

[react-json-form](https://github.com/bhch/react-json-form) has been updated to version 2.13.0.

2.20.2

Nov 14, 2023

This is a patch release which fixes a critical bug.

Bugfixes

- 130: When initial form data was empty, the widget was not creating the default data for it.

2.20.1

Nov 12, 2023

This is a patch release.

Bugfixes

- Fixed Django version check logic. The previous release's check logic throw and error for Django's alpha/beta versions. This release fixes that.
- Improved schema type checking when multiple types are provided.

2.20.0

Nov 10, 2023

This release brings some new features and improvements.

New features

- **Constant values**
Support for the `const` keyword. ([See docs](https://django-jsonform.readthedocs.io/en/latest/schema.html#const)).

- **Multiselect + Autocomplete**
Support multiselect autocomplete input using `"widget": "multiselect-autocomplete"`.

- **Collapsible sections**
You will now see `[-]` and `[+]` icons in section titles which can be used for collapsing and expanding array or object sections.


Improvements

- 121: The form is more tolerant now when it receives ``null`` data for array or object types. Now, the form will implicitly replace ``null`` with the appropriate blank data instead of throwing an error.


react-json-form (JavaScript)

[react-json-form](https://github.com/bhch/react-json-form) has been updated to version 2.12.0.

Page 2 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.