- Removes dependency on bibupload module.
- Removes dependency on legacy bibdocfile module.
- Implements optional JSONSchema-based deposit forms. One can install
required dependencies using 'invenio_deposit[jsonschema]'.
- Allows panel headers in form groups to have an icon. Example usage
{"icon": "fa fa-user"}.
- Adds missing `invenio_access` dependency and amends past upgrade
recipes following its separation into standalone package.
- Adds missing dependency to invenio-knowledge package and fixes
imports.
- Fixes MintedDOIValidator, so that it correctly checks if DOI was
already minted for the specific upload.