From bd8a454df1788df8ffe6fc749519ab73c0ec6f1d Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sat, 8 Jan 2022 16:12:25 -0700 Subject: [PATCH 1/2] Updates for the 6.11.0 release --- changelog/upgrade-notes.md | 4 ++++ changelog/v6.11.0.md | 32 ++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 39 insertions(+), 3 deletions(-) create mode 100644 changelog/v6.11.0.md diff --git a/changelog/upgrade-notes.md b/changelog/upgrade-notes.md index dfea4bd0b8..386b6ca385 100644 --- a/changelog/upgrade-notes.md +++ b/changelog/upgrade-notes.md @@ -1,5 +1,9 @@ ## Upgrade notes +### v6.11.0 + +No special changes are required when upgrading to the 6.11.0 release. + ### v6.10.0 #### New `interpolate` option for sources diff --git a/changelog/v6.11.0.md b/changelog/v6.11.0.md new file mode 100644 index 0000000000..5f8ce79b61 --- /dev/null +++ b/changelog/v6.11.0.md @@ -0,0 +1,32 @@ +# 6.11.0 + +This release follows up on the 6.10 release with a fix for Mapbox vector layers rendered over other layers. A handful of other fixes and features are included. See below for more detail. + + * [#13195](https://github.com/openlayers/openlayers/pull/13195) - Use getFeaturesInExtent ([@ahocevar](https://github.com/ahocevar)) + * [#13200](https://github.com/openlayers/openlayers/pull/13200) - Use interpolate option in Sea Level example ([@mike-000](https://github.com/mike-000)) + * [#13201](https://github.com/openlayers/openlayers/pull/13201) - Fix typo in example description ([@mike-000](https://github.com/mike-000)) + * [#13177](https://github.com/openlayers/openlayers/pull/13177) - Use ecoregions data ([@tschaub](https://github.com/tschaub)) + * [#13198](https://github.com/openlayers/openlayers/pull/13198) - Avoid failure if existing target has no background color ([@tschaub](https://github.com/tschaub)) + * [#13186](https://github.com/openlayers/openlayers/pull/13186) - Add getDataAtPixel() method for WebGL ([@mike-000](https://github.com/mike-000)) + * [#13196](https://github.com/openlayers/openlayers/pull/13196) - typo fix for cog-stretch example ([@bradh](https://github.com/bradh)) + * [#13190](https://github.com/openlayers/openlayers/pull/13190) - Fix base vector layer template generics ([@ahocevar](https://github.com/ahocevar)) + * [#13180](https://github.com/openlayers/openlayers/pull/13180) - Always use ES modules from geotiff.js ([@ahocevar](https://github.com/ahocevar)) + * [#13179](https://github.com/openlayers/openlayers/pull/13179) - Use Buffer and data uri when Blob is not available ([@ahocevar](https://github.com/ahocevar)) + * [#13178](https://github.com/openlayers/openlayers/pull/13178) - Use background property for vector layers ([@tschaub](https://github.com/tschaub)) + * [#13175](https://github.com/openlayers/openlayers/pull/13175) - Allow nodejs 12 to build the examples again ([@MoonE](https://github.com/MoonE)) + * [#13176](https://github.com/openlayers/openlayers/pull/13176) - Add `attributions` and `attributionsCollapsible` options to `ol/source/DataTile` ([@mike-000](https://github.com/mike-000)) + * [#13171](https://github.com/openlayers/openlayers/pull/13171) - Correct scale bar in EPSG:4326 ([@mike-000](https://github.com/mike-000)) + * [#13168](https://github.com/openlayers/openlayers/pull/13168) - Release 6.10.0 ([@openlayers](https://github.com/openlayers)) + + +
+ Dependency Updates + + * [#13182](https://github.com/openlayers/openlayers/pull/13182) - Bump eslint from 8.5.0 to 8.6.0 ([@openlayers](https://github.com/openlayers)) + * [#13184](https://github.com/openlayers/openlayers/pull/13184) - Bump @rollup/plugin-node-resolve from 13.1.1 to 13.1.2 ([@openlayers](https://github.com/openlayers)) + * [#13183](https://github.com/openlayers/openlayers/pull/13183) - Bump @babel/core from 7.16.5 to 7.16.7 ([@openlayers](https://github.com/openlayers)) + * [#13185](https://github.com/openlayers/openlayers/pull/13185) - Bump webpack-dev-server from 4.7.1 to 4.7.2 ([@openlayers](https://github.com/openlayers)) + * [#13181](https://github.com/openlayers/openlayers/pull/13181) - Bump @babel/preset-env from 7.16.5 to 7.16.7 ([@openlayers](https://github.com/openlayers)) + + +
diff --git a/package-lock.json b/package-lock.json index 3d4bee651f..526b0fc784 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ol", - "version": "6.10.1-dev", + "version": "6.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ol", - "version": "6.10.1-dev", + "version": "6.11.0", "license": "BSD-2-Clause", "dependencies": { "geotiff": "^1.0.8", diff --git a/package.json b/package.json index 0c40421880..998656fa5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "6.10.1-dev", + "version": "6.11.0", "description": "OpenLayers mapping library", "keywords": [ "map", From 28ca752a64c3104c1147517faa376db42a4ec7ca Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sat, 8 Jan 2022 16:34:38 -0700 Subject: [PATCH 2/2] Develop on 6.11.1-dev --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 526b0fc784..c3fc833412 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ol", - "version": "6.11.0", + "version": "6.11.1-dev", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ol", - "version": "6.11.0", + "version": "6.11.1-dev", "license": "BSD-2-Clause", "dependencies": { "geotiff": "^1.0.8", diff --git a/package.json b/package.json index 998656fa5b..5938469b24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "6.11.0", + "version": "6.11.1-dev", "description": "OpenLayers mapping library", "keywords": [ "map",