Skip to content

Commit

Permalink
release: v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Sep 26, 2024
1 parent a263804 commit 436ffbd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
Changes
=======

Version v2.6.0 (released 2024-09-26)

- actions: add actions properties (icon)
- actions: add possibility of pre-filling the action form
- form: add hidden field, lazy field
- form: refactor fields generation to improve readability and modular approach
- form: add overridable components

Version v2.5.0 (released 2024-08-22)

- package: bump react-invenio-forms
Expand Down
2 changes: 1 addition & 1 deletion invenio_administration/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

from .ext import InvenioAdministration

__version__ = "2.5.0"
__version__ = "2.6.0"

__all__ = ["InvenioAdministration"]

0 comments on commit 436ffbd

Please sign in to comment.