Releases: radiantearth/stac-browser
Releases · radiantearth/stac-browser
v3.0.0-beta.5
- Added Dockerfile
- Added popover for Item/Catalog map to show information after click #202
- Minor style-improvements
- Fixed search map
v3.0.0-beta.6
v3.0.0-beta.4
- Added
displayGeoTiffByDefault
option - When upgrading make sure to add the missing config options to your config file! - Basic support for OGC API - Features and OGC API - Records
- Bugfixes and minor improvements
v3.0.0-beta.3
The config file has been updated to include more options. When upgrading make sure to add the missing config options to your config file:
- authConfig
- preprocessSTAC
- maxPreviewsOnMap
v3.0.0-beta.2
v3.0.0-beta.1
I produly present STAC Browser v3.0.0-beta.1, a complete rewrite of STAC Browser.
Feedback is highly appreciated.
A blog post with details follows soon.
v2.0.0
v2.0.0-rc.3
- Fix env variables not being considered by STAC Browser #76
- Deprecate env variables (e.g.
CATALOG_URL=https://landsat-stac.s3.amazonaws.com/catalog.json npm start -- --open
) - Introduced CLI parameters as replacement for env variables (e.g.
npm start -- --open --CATALOG_URL="https://landsat-stac.s3.amazonaws.com/catalog.json"
)
v2.0.0-rc.2
- Added support for STAC 1.0.0-rc.4 (and rc.3) #74
- various bug fixes + code clean up
v2.0.0-rc.1
This is not the planned rewrite of STAC Browser yet, but an intermediate release to push some recent improvements out.
Changelog
- Migrated from parcel to vue-cli for bundle building and dev server
- Removed support for netlify-cli
- Support previews in Collections #52
- COG/Feature layer selector is not hidden behind Leaflet any more #67
- Windows support for CLI #36
- Support for deplyoment on non-root paths/urls #32
- Link to source file
- Improvement to how Tabs are displayed
- Support for STAC 1.0.0 release candidates (up to 1.0.0-rc.3), dropped support for STAC versions < 0.6
- Better rendering of metadata fields
- Removed validation support
- Smaller bundle size / less dependencies / faster initial load time
- Added support to show links in a tab
- STAC_VERSION option not required any longer (and thus has been removed)
- Removed crawling and pre-rendering support (meant to be implemented as separate package to keep stac-browser lightweight)
- Clean-up and refactoring