@@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.1.0] - 2025-11-27
11+
1012- Implement WMTS REST request encoding
13+ - Fix issues with loading missing projections (adds the ` GeoTIFF.js ` source from ol temporarily)
14+ - Use ` fromProjectionCode ` for loading projections (and fall back to ` fromEPSGCode ` )
15+ - Support the visualization of Collections as children
1116
1217## [ 1.0.5] - 2025-09-16
1318
@@ -140,11 +145,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
140145- OpenLayers is now a peer dependency
141146- Add support for PMTiles (via Web Map Links extension)
142147- New general purpose option ` getSourceOptions(type, options, ref) ` to customize source options.
143- It also applies to all web-map-link source options now.
144- It replaces:
145- - ` getGeoTIFFSourceOptions(options, ref) `
146- - ` getImageStaticSourceOptions(options, ref) `
147- - ` getXYZSourceOptions(options, ref) `
148+ It also applies to all web-map-link source options now.
149+ It replaces:
150+ - ` getGeoTIFFSourceOptions(options, ref) `
151+ - ` getImageStaticSourceOptions(options, ref) `
152+ - ` getXYZSourceOptions(options, ref) `
153+
148154- Added ` SourceType ` enum for ` getSourceOptions `
149155
150156## [ 1.0.0-beta.5] - 2023-08-23
@@ -169,7 +175,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
169175
170176- First release
171177
172- [ Unreleased ] : < https://github.com/stac-extensions/contacts/compare/v1.0.4...HEAD >
178+ [ Unreleased ] : < https://github.com/stac-extensions/contacts/compare/v1.1.0...HEAD >
179+ [ 1.1.0 ] : < https://github.com/stac-extensions/contacts/compare/v1.0.5...v1.1.0 >
173180[ 1.0.5 ] : < https://github.com/stac-extensions/contacts/compare/v1.0.4...v1.0.5 >
174181[ 1.0.4 ] : < https://github.com/stac-extensions/contacts/compare/v1.0.3...v1.0.4 >
175182[ 1.0.3 ] : < https://github.com/stac-extensions/contacts/compare/v1.0.2...v1.0.3 >
0 commit comments