From 61566f79e649f6a1966e25d6e91ad03a73915524 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Thu, 15 Jul 2021 10:45:26 +0200 Subject: [PATCH 1/3] Changelog for v6.6.1 --- changelog/v6.6.1.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 changelog/v6.6.1.md diff --git a/changelog/v6.6.1.md b/changelog/v6.6.1.md new file mode 100644 index 0000000000..7684520061 --- /dev/null +++ b/changelog/v6.6.1.md @@ -0,0 +1,26 @@ +# 6.4.1 + +This is a bugfix release which brings improvements to the included TypeScript types, and fixes two minor issues with the Draw interaction and hit detection of regular shape symbols. + +## List of all changes + * [#12498](https://github.com/openlayers/openlayers/pull/12498) - CanvasLayerRenderer: Forward LayerType type parameter to LayerRenderer ([@bryantevans00](https://github.com/bryantevans00)) + * [#12518](https://github.com/openlayers/openlayers/pull/12518) - VectorEventType: Add 'changefeature' in @typedef ([@DaniEll-AT](https://github.com/DaniEll-AT)) + * [#12517](https://github.com/openlayers/openlayers/pull/12517) - Update ela-compil sponsors section of README ([@ela-compil](https://github.com/ela-compil)) + * [#12511](https://github.com/openlayers/openlayers/pull/12511) - Add ela-compil to sponsors section of README ([@ahocevar](https://github.com/ahocevar)) + * [#12513](https://github.com/openlayers/openlayers/pull/12513) - Draw a sketch point when adding a vertex programmatically ([@ahocevar](https://github.com/ahocevar)) + * [#12507](https://github.com/openlayers/openlayers/pull/12507) - Fix regular shape hit detect transparent fill ([@MoonE](https://github.com/MoonE)) + * [#12509](https://github.com/openlayers/openlayers/pull/12509) - Allow any return type from listener functions ([@ahocevar](https://github.com/ahocevar)) + * [#12505](https://github.com/openlayers/openlayers/pull/12505) - Fix type of PluggableMap#setTarget() argument ([@ahocevar](https://github.com/ahocevar)) + * [#12495](https://github.com/openlayers/openlayers/pull/12495) - Edits to the changelog ([@tschaub](https://github.com/tschaub)) + + +
+ Dependency Updates + + * [#12503](https://github.com/openlayers/openlayers/pull/12503) - Bump webpack from 5.42.0 to 5.44.0 ([@openlayers](https://github.com/openlayers)) + * [#12502](https://github.com/openlayers/openlayers/pull/12502) - Bump @types/geojson from 7946.0.7 to 7946.0.8 ([@openlayers](https://github.com/openlayers)) + * [#12501](https://github.com/openlayers/openlayers/pull/12501) - Bump rollup from 2.52.7 to 2.53.1 ([@openlayers](https://github.com/openlayers)) + * [#12500](https://github.com/openlayers/openlayers/pull/12500) - Bump @types/arcgis-rest-api from 10.4.4 to 10.4.5 ([@openlayers](https://github.com/openlayers)) + + +
From a8b949a802c4d79ce6fbdcbb2fe3828a83e375b3 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Thu, 15 Jul 2021 11:10:48 +0200 Subject: [PATCH 2/3] Update package version to 6.6.1 --- 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 43f3c86462..3666765971 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ol", - "version": "6.6.1-dev", + "version": "6.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ol", - "version": "6.6.1-dev", + "version": "6.6.1", "license": "BSD-2-Clause", "dependencies": { "ol-mapbox-style": "^6.4.1", diff --git a/package.json b/package.json index 770e543dca..128998a1f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "6.6.1-dev", + "version": "6.6.1", "description": "OpenLayers mapping library", "keywords": [ "map", From 1b2512d013df2fa7539ca26d236e400278747ada Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Thu, 15 Jul 2021 11:16:58 +0200 Subject: [PATCH 3/3] Develop on 6.6.2-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 3666765971..c5768de228 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ol", - "version": "6.6.1", + "version": "6.6.2-dev", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ol", - "version": "6.6.1", + "version": "6.6.2-dev", "license": "BSD-2-Clause", "dependencies": { "ol-mapbox-style": "^6.4.1", diff --git a/package.json b/package.json index 128998a1f2..c28d5791b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "6.6.1", + "version": "6.6.2-dev", "description": "OpenLayers mapping library", "keywords": [ "map",