Skip to content

Commit

Permalink
Release 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekSuchanek committed Mar 4, 2023
1 parent 65cd0cd commit e7ca68a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
# -- Project information -----------------------------------------------------

project = 'FAIR Data Point'
copyright = '2022, Dutch Techcentre for Life Sciences'
copyright = '2023, Dutch Techcentre for Life Sciences'
author = 'Dutch Techcentre for Life Sciences'

# The full version, including alpha/beta/rc tags
release = '1.15'
release = '1.16'


rst_prolog = f"""
Expand Down
26 changes: 26 additions & 0 deletions docs/development/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,32 @@ Overview

Here we summarize the key features and changes for each FAIR Data Point release. For details including bugfixes and minor changes, see :ref:`detailed-changelog`.

1.16
------

- Application title and subtitle in config and settings
- Possibility to configure ping endpoints in config file
- SHACL preview for metadata schemas
- (Index) Cleanup of harvested records before next harvesting
- Add support for sh:order, sh:description, sh:minLength and sh:maxLength, sh:in, sh:group, dash:DateTimePickerEditor, dash:EnumSelectEditor
- Add groups and order to entity metadata
- Add form preview to resource definition and metadata schema
- Add autocomplete widget
- Add settings for autocomplete
- Add extra class statement for fields with class
- Rename search param from q to query
- Remove hardcoded metadata timestamps
- Fix search filters with too many values
- Fix nested NodeShapes in form previews
- Fix value validation for multiple values

1.15
------

- Extended search (filters, simple and complex query)
- Add saved search queries
- Several dependencies updated

1.14.0
------

Expand Down

0 comments on commit e7ca68a

Please sign in to comment.