Releases: Element84/filmdrop-ui
Releases · Element84/filmdrop-ui
v5.7.1
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
- Upgrades
New Contributors 🥳
Full Changelog: v5.7.0...v5.7.1
v5.7.0
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 matchpackage.json
v5.6.0
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
Added
- Support for scene and mosaic tiling
colormap
configuration.
v5.4.0
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
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 ofsame-origin
.
v5.2.0
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
Added
- Added initial console log of application deploy version number read from
package.json
- Add support for
nodata
to tiling configurations.
v5.0.2
Added
- Added
.gitkeep
to empty config directory so it gets put into version control.
v5.0.1
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.