Skip to content

v4.0.0

Compare
Choose a tag to compare
@danielfdsilva danielfdsilva released this 12 Dec 11:57
· 1272 commits to main since this release
c129d11

πŸŽ‰ Features

  • Merge Analysis and Dataset Exploration pages (See Migration below) (#598)
  • Allow for a story to link to an external link (#728)
  • Revert removal of redirections
  • Add Content Override option to stories hub (NASA-IMPACT/veda-config-eic#6)
  • Add Component Override option to stories hero (NASA-IMPACT/veda-config-eic#6)
  • Remove page local nav
  • Add support for configurable STAC api endpoints, per dataset
  • Allow datasets to provide custom parameters for analysis related endpoints

πŸš€ Improvements

  • Improve error handling
  • Style

πŸ› Fixes

  • Content fixes

Migration guide

Analysis and Dataset Exploration Merge

The Analysis and Dataset Exploration pages have been merged into a single page with a timeline based approach both to dataset exploration and to analysis.

This feature is currently under a feature flag that is disabled by default.

To enable set the following environment variable:

FEATURE_NEW_EXPLORATION=true

⚠️ Note that this will disable the old analysis page and the old dataset exploration page.

exploration_page