Releases: radiantearth/stac-browser
Releases · radiantearth/stac-browser
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
STAC Browser v1.0.1
Fix: Metadata sidebar was not showing up for items
STAC Browser v1.0.0
First release to npm. Includes several bug fixes and new CLI options. Also supports Zarr, Summaries and more.
STAC Browser v0.8.0
This release updates stac-browser to work with 1.0.0-beta.1 and 0.9.0 STACs.
See Pull Request #33 for details.