Skip to content

v4.0.0

Compare
Choose a tag to compare
@bradleyandrick bradleyandrick released this 29 Aug 18:15
· 115 commits to main since this release
2244f2f

4.0.0 - 2023-08-29

Breaking Changes:

  • Remove use of .env variables for application configuration, all application configuration is now in config.json.

Added

  • Add buttons for: loading all scenes and selecting all scenes on map to show in popup if more than initial load of 200 scenes is matched.
  • Add favicon config setting to allow custom favicon to be set.

Changed

  • Migrate vitest coverage provider to use v8 instead of c8.
  • Added cache-busting to config and data asset fetching to prevent caching of stale files.
  • Update map attribution to show until user interaction.
  • Move app title from env variable to config file for completing build once deploy anywhere approach.
  • Removed mention of env variables from README as they are no longer used.