Skip to content

Releases: NCEAS/metacatui

2.36.2

09 Dec 19:02
bd7aebf

Choose a tag to compare

This patch release adds compatibility with the 3.2.0 version of the DataONE Indexer by correctly handling placeholder files listed in resource maps: MetacatUI now falls back to system metadata for file details and prevents downloads when a referenced file does not exist. See issue #2760 for details. It also updates the default FAIR suite to v0.5.0 and expands support to schema.org datasets, as well as resolves a minor error-handling issue on the dataset landing pages.

MetacatUI Helm Chart v1.0.13 ⚙️

09 Dec 19:03
bd7aebf

Choose a tag to compare

Pre-release

This chart bumps the MetacatUI app version 2.36.2

2.36.1

17 Nov 20:04
eb74cef

Choose a tag to compare

This patch release fixes a bug where sub-sections in the User Profile view were hidden, including the Groups, Authentication Token, and My Portals sections. It also fixes a minor UI issue in which multiple navigation bars were sometimes rendered in the Profile.

MetacatUI Helm Chart v1.0.12 ⚙️ Pre-release

17 Nov 20:04
eb74cef

Choose a tag to compare

This chart bumps the MetacatUI app version 2.36.1

2.36.0

12 Nov 22:54
0666013

Choose a tag to compare

Modern dataset header with version navigation 🧭

The dataset landing page header has been reorganized for a clearer hierarchy and to support upcoming features such as dataset watching. Metrics are now grouped on the left, action buttons are consistently styled on the right, and spacing and alignment have been standardized across themes. This update also introduces new "Previous" and "Next" buttons that let users navigate directly through a dataset's version history from the Metadata View. (See #2755 and #153 for more details.)

image

Misc improvements

  • Develop models & collections to represent notification subscriptions for a user #2252
  • Deprecate legacy LDAP & CILogon login options #2756
  • Bump tar-fs from 3.0.9 to 3.1.1 #2749
  • Bump brace-expansion from 1.1.11 to 1.1.12 #2746
  • Use POST for all Solr queries #1998
  • Helm Chart: Handle JSON Lists in config.js Go Template #2769

Bug fixes 🛠️

  • Layers not showing in Cesium map when too many GeoJSONs #2767
  • Publish button doesn't show up sometimes #1894
  • Edit button doesn't show up sometimes #1639

Developer notes

The following configurations options are now deprecated as CILogon and LDAP are no longer supported login methods: enableCILogonSignIn, signInUrl, enableLdapSignIn, signInUrlLdap. The dynamically generated signInUrlOrcid configuration option remains for ORCID login support. Users who need to map old accounts to an ORCID account should contact support.

The disableQueryPOSTs configuration option will be removed in a future release. All Solr queries should use POST requests to avoid URL length limitations.

See the complete changelog: 2.35.0...2.36.0

MetacatUI Helm Chart v1.0.11 ⚙️ Pre-release

12 Nov 22:54
0666013

Choose a tag to compare

This chart bumps the MetacatUI app version 2.36.0

2.35.0

18 Sep 21:30
93abbf0

Choose a tag to compare

This is a small release focused on fixing an important bug in the EML editor and adding two new features in the Cesium map viewer.

New features 🎉

Display custom Local Environmental Observer Network feed on the map toolbar 📰

The Cesium map landing view now supports showing a live feed of recent observations from the Local Environmental Observer (LEO) Network. Instead of a static list of locations of interest, users see a curated, always-fresh stream of posts with summaries, dates, and links back to the LEO page. This section is configurable in the map config, allowing portals and repositories to display their own topic-specific LEO collections. Additionally, the map toolbar supports groups of featured sections, each with a configurable title and icon. This way, a portal could display one or more LEO feeds along side a group of static locations.

image

See issue #2734 for details.

Legend controls for vector layer visibility 🌎

Users can now toggle vector feature visibility directly from the legend, without going through the Filter by Property view. The legend also updates its labels to indicate whether a layer is currently visible on the map, making it easier to control and understand layer visibility at a glance. See issues #2714 and #2713.

image

Misc improvements

  • Upgrade express & sinon #2739
  • Bump nokogiri from 1.18.8 to 1.18.9 in /docs #2738
  • Bump tmp and inquirer #2729

Bug fixes 🛠️

  • Helm Chart Custom Theme Auto-Upgrade Not Working #2741

Fixed: Editor attempts to save EML with existing PID

Sometimes when users were trying to save EML in the editor, they would get an error message saying "The previous identifier was already made obsolete by...". This was due to a bug where the editor was trying to save the EML with an existing PID instead of generating a new one and occured when the user attempted to edit a newly created dataset without leaving the editor. This, as well as related issues #2724, #2543, and #1675, have now been fixed.

See the complete changelog: 2.34.1...2.35.0

DOI for this release: doi:10.18739/A2Q52FF87

MetacatUI Helm Chart v1.0.10 ⚙️ Pre-release

18 Sep 21:30
93abbf0

Choose a tag to compare

This chart bumps the MetacatUI app version 2.35.0

2.34.1

14 Aug 21:51
92d45a0

Choose a tag to compare

Patch release 2.34.1 🛠️

This patch release fixes a resource map resolution problem and refreshes stale system metadata in the data package Editor. In v 2.34.0, when there were multiple resource maps indexed for a given metadata document, the editor would consistently show an error indicating that the data package could not be found. With this fix, the editor is now able to inspect the version relationships and select the latest non-obsoleted map when they're in the same chain.

It also forces the editor to refresh system metadata when resolving the latest document version (and while walking the resource-map chain) instead of relying on a cached end-of-chain, which prevents some cases of failures like "PID has already been obsoleted."

For addition details, see #2725

See the complete changelog: https://github.com/NCEAS/metacatui/compare/2.33.0...2.33.1

MetacatUI Helm Chart v1.0.9 ⚙️ Pre-release

14 Aug 21:51
92d45a0

Choose a tag to compare

This chart bumps the MetacatUI app version 2.34.1