Releases: NCEAS/metacatui
Releases · NCEAS/metacatui
1.11.2
Better support for large data sets and private content
Fixes in this version
Fix: Large data sets or data sets with multiple nested packages render
very slowly and sometimes crash the browser
Fix: Private content doesn't download
Fix: Package contents table wasn't sorted by order of appearance in
metadata
Fix: Format IDs in package contents table are not user friendly
Fix: UUIDs in search queries throw an error
Fix: Error when navigating to a package that has no metadata
Fix: Provenance charts "View more" link didn't work
Fix: Private lock icon is not always displayed
v1.9.0
- Fully compatible with Metacat 2.5.0 and the DataONE v2 API
- Features new to DataONE API v2:
- Metadata documents (EML and FGDC only) in the Metadata View (#view) are prerendered by the DataONE View Service (only relevant to MetacatUI instances that do not use Metacat directly), creating a much more detailed and rich display.
- Series ID support: Series IDs are displayed in the search result list and Metadata View title. Series IDs can also be used to search for a record by the "Jump to" textbox in the navigation bar, or by a full-text search.
- The new "fileName" search index field is displayed in the Metadata View download-contents table and anywhere else where data objects are referenced.
- Features new to DataONE API v2:
- Download counts are displayed in the search results list
- The Summary page now includes a Downloads over time graph and overall total number of downloads
- Added DataONE API developer documentation, to be housed on the KNB at https://knb.ecoinformatics.org/#api
- A "private" lock icon is displayed when a data set is privately-shared or privately-owned content.
- Many minor bug fixes and UX improvements