Skip to content

Releases: Element84/filmdrop-ui

v5.7.1

24 Sep 15:18
eed77c8
Compare
Choose a tag to compare

Added

  • Client-side validation to login form fields

Fixed

  • User experience when re-authenticating due to token expiration or unauthorized request

Changed

  • Resolves moderate vulnerabilities in npm packages
    • Upgrades @typescript-eslint/eslint-plugin from 6.5 to 7.18
    • Upgrades @typescript-eslint/parser from 6.5 to 7.18
    • Upgrades vite from 5.1.4 to 5.1.8
    • Removes @types/vite-plugin-react-svg

New Contributors 🥳

Full Changelog: v5.7.0...v5.7.1

v5.7.0

07 Aug 15:49
546d454
Compare
Choose a tag to compare

Added

  • Simple export feature to allow exporting search results as geojson

Changed

  • Refactor call to action button to reduce prominence and match export button size

Fixed

  • Bump version in package-lock.json file to match package.json

v5.6.0

02 Aug 15:55
9a73319
Compare
Choose a tag to compare

Added

  • Added optional login feature
  • Added optional config for ignoring aggregations feature if not supported by the STAC API

Fixed

  • Resolve high vulnerabilities in npm packages
  • Fix bug with not showing search result count when Matched is not returned from a STAC API
  • Changes from MUI Box to use a Stack component to fix build/rendering bug

Changed

  • Alerts of type error now force logout when encountered
  • Alerts of type warning are used for non logout warnings shown to users

v5.5.0

28 May 14:39
Compare
Choose a tag to compare

Added

  • Support for scene and mosaic tiling colormap configuration.

v5.4.0

16 May 13:08
e7c5da8
Compare
Choose a tag to compare

Fixed

  • Another instance of STAC API Item link using the first link in the links array,
    instead of looking up the "self" relation link by "rel" value.

v5.3.0

14 May 19:06
d203d8e
Compare
Choose a tag to compare

Changed

  • API calls via fetch now include configuration for including authentication.
    This can be changed with the config FETCH_CREDENTIALS, which defaults to the
    browser default of same-origin.

v5.2.0

08 May 13:51
d2af52d
Compare
Choose a tag to compare

Fixed

  • UI no longer throws an error if the STAC API does not support a queryables endpoint.
  • STAC API Item link used the first link in the links array, instead of looking
    up the "self" relation link by "rel" value

v5.1.0

12 Apr 12:55
bf765ac
Compare
Choose a tag to compare

Added

  • Added initial console log of application deploy version number read from package.json
  • Add support for nodata to tiling configurations.

v5.0.2

06 Mar 22:03
ae0d7d2
Compare
Choose a tag to compare

Added

  • Added .gitkeep to empty config directory so it gets put into version control.

v5.0.1

05 Mar 13:33
6fb7c5e
Compare
Choose a tag to compare

Added

  • Added lint_config.py helper script to assist in validating config.json files.

Changed

  • Moved example config out of public so it doesn't get added to build.
  • Update readme for config keys showing as required to correctly reflect app run requirements.

Fixed

  • Bug fixed for zoom to collection extent running on every collection dropdown re-render.
  • Bug fixed for select scenes button not changing to item details tab when clicked.