Skip to content

Releases: geonetwork/geonetwork-ui

v2.7.4

12 Feb 14:36

Choose a tag to compare

What's Changed

  • [2.7.x] Merge pull request #1474 from geonetwork/dh-dataviz-download-ogc-features-first-json-format by @github-actions[bot] in #1478

Full Changelog: v2.7.3...v2.7.4

v2.8.1

05 Feb 15:59

Choose a tag to compare

The 2.8.1 release is fixing two bugs introduced with the new support of cl_presentationForm to classify some datasets and documents as reuse.
It also brings small improvements on the UI, reduces search requests sent, and implements the same format ordering when downloading from an OGC API Features service as from a WFS service.

What's Changed

  • [2.8.x] Merge pull request #1454 from geonetwork/dh-reuse-presentation-form-fuzzy-search by @github-actions[bot] in #1462
  • [2.8.x] Merge pull request #1465 from geonetwork/dh-reuse-search-presentation-form-optional by @github-actions[bot] in #1475
  • [2.8.x] Merge pull request #1472 from geonetwork/dh-stac-tab-only-if-useful by @github-actions[bot] in #1476
  • [2.8.x] Merge pull request #1461 from geonetwork/autocomplete-share-replay-one-clear-input by @github-actions[bot] in #1477
  • [2.8.x] Merge pull request #1474 from geonetwork/dh-dataviz-download-ogc-features-first-json-format by @github-actions[bot] in #1479

Full Changelog: v2.8.0...v2.8.1

v2.8.0

08 Jan 14:45

Choose a tag to compare

Description

Welcome to the 2.8.0 release of GeoNetwork-UI!

This release brings forth many new features and improvements. The project as a whole has been migrated to Angular 20. There was some improvement work on SEO, eco-index and the mobile version of the Datahub. The documents will now be properly supported by the classification system as dataset or reuse. And last but not least, datasets with online resources detected as STAC Items will now offer a preview of said items.

Our main contributors on this release are Métropole Européenne de Lille, INRAE, Département de l'Isère, DataGrandEst, GeoRhena and Géo2France.

To be noted: the npm package for 2.8.0 is available, but not tagged as latest due to some limitations in recent updates on NPM tokens usage. You can still install geonetwork-ui@2.8.0, but geonetwork-ui@latest will point to an older version until this is fixed.

What's Changed

New Features

Datahub

STAC

Webcomponents

Fixes and improvements

Datahub

Editor

Webcomponents

E2E

  • [e2e][Webcomponents]: same tests as original components by @LHBruneton-C2C in #1404
  • Attempt at making Metadata Editor E2E tests faster & more reliable by @jahow in #1409

Breaking change

The Datahub now supports online resources of type XML. It was previously supporting only GML. As the two formats are not always clearly distinct (GeoServer will serve GML with a mime-type as XML for example), some resources previously displayed as GML might now be displayed as XML.

New translation keys

There are many new translations keys in this release. You can find the exact list when browsing to the changelog and searching en.json.

New Contributors

Full Changelog: v2.7.0...v2.8.0

v2.7.3

31 Oct 08:19

Choose a tag to compare

The 2.7.3 release

  • makes the PlatformServiceInterface available in the npm package
  • adds a minor fix to prevent console errors for dataviz configs without a chart config

What's Changed

  • [2.7.x] Merge pull request #1388 from geonetwork/package-exports by @github-actions[bot] in #1398

Full Changelog: v2.7.2...v2.7.3

v2.7.2

20 Oct 12:01

Choose a tag to compare

The 2.7.2 release is fixing two bugs on the webcomponents and one in the authentication service:

  • maps are now correctly displayed in the map view webcomponent
  • the GeoNetwork version is correctly fetched from the webcomponents
  • the redirect URL is correctly computed, taking into account the application base href

What's Changed

  • [2.7.x] Merge pull request #1377 from geonetwork/wc-map-view-without-dataviz-config by @github-actions[bot] in #1380
  • [2.7.x] Merge pull request #1376 from geonetwork/remove-location by @github-actions[bot] in #1381
  • [2.7.x] Merge pull request #1382 from geonetwork/wc-system-platform-version by @github-actions[bot] in #1383

Full Changelog: v2.7.1...v2.7.2

v2.7.1

08 Oct 08:35

Choose a tag to compare

The 2.7.1 release is backporting a bump in ogc-client dev version, as the previously used version was not handling correctly errors fallback.

What's Changed

  • [2.7.x] Merge pull request #1372 from geonetwork/dh-geoserver-ogc-api-support-2 by @github-actions[bot] in #1374

Full Changelog: v2.7.0...v2.7.1

v2.7.0

03 Oct 09:58

Choose a tag to compare

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

v2.6.2

16 Sep 11:54

Choose a tag to compare

The 2.6.2 release is mainly focused on the Datahub:

  • restoring the Download and API links in the reuse page
  • supporting organization names with "/" and or ","
  • backporting a translation bug fix

What's Changed

Full Changelog: v2.6.1...v2.6.2

v2.6.1

19 Aug 08:51

Choose a tag to compare

The 2.6.1 release is only backporting a few bug fixes before the 2.7.0.

What's Changed

  • [2.6.x] Merge pull request #1284 from geonetwork/docs-update by @github-actions[bot] in #1312
  • [2.6.x] Merge pull request #1304 from geonetwork/dh-related-records-contact by @github-actions[bot] in #1313
  • [2.6.x] Merge pull request #1315 from geonetwork/dh-api-card-protocol-translation by @github-actions[bot] in #1318
  • Backport/2.6.x/tms no style issues by @LHBruneton-C2C in #1324
  • Backport/2.6.x/quality system various fixes by @LHBruneton-C2C in #1325

Full Changelog: v2.6.0...v2.6.1

v2.6.0

05 Aug 09:11

Choose a tag to compare

Description

This update is mostly focused on Datahub. Features catalog has been introduced, and the WFS service has been enhanced. On the dataset page, a quick access menu has been added to facilitate navigation. The download buttons, links and datasets cards have been redesigned. The quality widget has also been improved to compute quality information based on the dataset type. Additionally, TMS support has been added.
New pages Service and Reuse have been introduced, and a filter has been added to the search. The search parameters have been updated, and a deprecated parameter has been introduced.

A big thanks to IGN for the funding !

For the editor:
Multilingual support is in progress, and several fixes have been made to the ISO 19115-3 converter.

What's Changed

New Feature

  • [Datahub] Load multiple feature types from feature catalog by @Guillaume-d-o in #1157
  • Datahub: Display restricted access info for dataset previews by @tkohr in #1150
  • [Datahub]: Rework external links cards by @cmoinier in #1173
  • [Datahub & Editor] Simplify I18n & allow specifying a language for Web Components & Standalone Search by @jahow in #1255

Fixes and improvements

Datahub

Editor

Documentation

  • Docs / Styling guidelines by @jahow in #1210
  • [Docs] Add documentation for new TMS basemap, max feature count, OGC-C cache, and application banner by @AlitaBernachot in #1215

Dependancies upgrade

Read more