Skip to content

Commit 672db15

Browse files
committed
Release v1.1.0 (#32)
1 parent 3e5883f commit 672db15

File tree

4 files changed

+113
-60
lines changed

4 files changed

+113
-60
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,4 @@ jobs:
2727
run: |
2828
npm run build-package
2929
cd build/ol
30-
npm publish --provenance
31-
env:
32-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
30+
npm publish

CHANGELOG.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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>

package-lock.json

Lines changed: 98 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ol-stac",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"description": "An \"automagical\" STAC LayerGroup for OpenLayers",
55
"homepage": "https://moregeo.it",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)