Skip to content

Latest commit

 

History

History
75 lines (52 loc) · 2.97 KB

CHANGELOG.md

File metadata and controls

75 lines (52 loc) · 2.97 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0-beta.10 - 2024-04-10

  • Correctly create WMS links if styles and/or layers are not provided

1.0.0-beta.9 - 2024-03-08

  • Allow a list of web map links to be shown through the displayWebMapLink option, which includes selecting links by id.
  • Require ol >= 7.5.2 (before: >= 7.0.0)

1.0.0-beta.8 - 2024-01-30

  • Fixes the broken 1.0.0-beta.7 release
  • Update stac-js dependency to 0.0.9

1.0.0-beta.7 - 2024-01-26

  • Added an option to hide footprints (geometry/bounding box) by default
  • Added support for image formats in WMS and WMTS
  • Expose SourceType as public API
  • Removed note about Firefox issues in the examples

1.0.0-beta.6 - 2023-08-28

  • OpenLayers is now a peer dependency
  • Add support for PMTiles (via Web Map Links extension)
  • New general purpose option getSourceOptions(type, options, ref) to customize source options. It also applies to all web-map-link source options now. It replaces:
    • getGeoTIFFSourceOptions(options, ref)
    • getImageStaticSourceOptions(options, ref)
    • getXYZSourceOptions(options, ref)
  • Added SourceType enum for getSourceOptions

1.0.0-beta.5 - 2023-08-23

  • Don't enforce the nodata value to be NaN if not present in STAC metadata

1.0.0-beta.4 - 2023-08-22

  • Fix the default entry point (you can now really use import STAC from 'ol-stac';)

1.0.0-beta.3 - 2023-08-22

  • Pass properties option to the LayerGroup.

1.0.0-beta.2 - 2023-08-22

  • Move the stacUtils.js from ol/layer to ol-stac/utils.js
  • Provide a default entry point (you can now use import STAC from 'ol-stac';)
  • Documentation improvements

1.0.0-beta.1 - 2023-08-22

  • First release