Skip to content

v2.7.0

Choose a tag to compare

@LHBruneton-C2C LHBruneton-C2C released this 03 Oct 09:58
· 44 commits to main since this release

What's Changed

This new releases brings forth many fixes and improvements, and a few new features:

  • It's now possible to save a preview configuration from a dataset page in the Datahub (admin or record owner)
  • Several improvements have been worked on to simplify the Datahub pages complexity (eco-index)
  • The Editor now displays the quality score, to help the users fill in the most descriptive metadata fields
  • The Editor now supports the edition of the topics, to allow a 100% score on a dataset record

Thanks to DataGrandEst for funding these new features!

New features

Datahub

Editor

Fixes and improvements

Datahub

Editor

  • feat: adapt height of metadata-editor when an element is added on top of md-editor-root by @f-necas in #1339

Tools - pipeline

  • [Tools] Fix quality score pipeline by @cmoinier in #1288
  • Tools pipeline: Fix quality score calculation for GN 4.2.2 by @tkohr in #1294
  • Update tools-pipeline Dockerfile to add credentials by @f-necas in #1317

Webcomponents

  • [Webcomponents] [Datahub] Fix map viewer and wc by @AlitaBernachot in #1287
  • Standalone Search / Support changing metadata language after initialization by @jahow in #1326

Documentation

Breaking changes

The translation keys for the metadata quality widget have been reworked:
9895bd3#diff-6fca8a289be2fa658792936fc459e6e36e6fa56d9187da43c01ec491f9f8a6b5

The translation key "favorite.starToggle.label" has been changed to "favorite.starToggle.add".

Although it is not strictly speaking a "breaking change", the Datahub will no longer display the question/answer section if the user feedback is not activated on GeoNetwork. The section was not usable anyways in those conditions, but now it's not even displayed.

New configuration parameters

  • limit
    Optional; Indicates the number of elements per page ( datahub news, search, organization pages)

New translation keys

  • record.metadata.userFeedbacks.authDisabled
  • favorite.starToggle.remove

Full Changelog: v2.6.0...v2.7.0