Skip to content

2.13.3

Compare
Choose a tag to compare
@laurenwalker laurenwalker released this 03 Nov 00:38

Bug fixes

  • The Copy Citation button didn't work for citations with double quotation marks #1583
  • The "Add Attribute" button in the dataset editor would sometimes get displayed twice and then stop working. #1528
  • Large bounding boxes were not visible in the static maps on dataset landing pages. The map images are now dynamically zoomed to fit the bounding box. The AppConfig configuration datasetMapZoomLevel is now deprecated. #1305
  • Fix responsive design issues with the Citations, Views, and Downloads modal windows, which were previously very hard to read on mobile devices. #660
  • Removed the PDF previews, which used iframes to display PDFs, and caused automatic downloads in browsers like Firefox. #806
  • "Latest Updates" chart labels were illegible #1545
  • If the root route redirected to the /data page, links to the root were causing the browser Back button to constantly redirect back to /data. #1417
  • Taxonomic classifications were sometimes failing to save in the dataset editor. #1523
  • Updated the dataset editor to use the new EML 2.2.0 Unit dictionary. #1544
  • Validation of EML 2.2.0 docs with structured funding metadata was not working in the dataset editor. #1533
  • The temporary message was removed whenever the dataset editor validation message was removed. #1534

Improvements

  • You can now disable the email link that is included with the temporary message using the temporaryMessageIncludeEmail configuration. #1525
  • Added a more thorough sign in help page for users that have third-party cookies blocked (at /signin-help). (Disable with the showSignInHelp config). #1587
  • Added a configuration to change the Submit Dataset button text. The default has been changed to Save dataset. See the editorSaveButtonText configuration. #1575
  • Hide the portal editor Save button until the user has started to change something in the editor. This is consistent with the dataset editor behavior and makes the Save button more noticeable. #1513
  • Added an AppConfig configuration option for changing the search map tile hue. This was previously only changeable by overriding the Map model itself. See searchMapTileHue.

Notes for developers

Screen Shot 2020-11-02 at 6 20 51 PM