From e4da490c2a54b50f033dbb8573732b157b49315a Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Wed, 29 Jul 2020 20:24:05 +0200 Subject: [PATCH 1/3] Changelog for v6.4.1 --- changelog/v6.4.1 | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 changelog/v6.4.1 diff --git a/changelog/v6.4.1 b/changelog/v6.4.1 new file mode 100644 index 0000000000..bea4d06945 --- /dev/null +++ b/changelog/v6.4.1 @@ -0,0 +1,26 @@ +# 6.4.1 + +This is a bugfix release which removes a few regressions that were introduced by v6.4.0, and fixes a few issues in examples caused by the website facelift. + +## List of all changes * [#11346](https://github.com/openlayers/openlayers/pull/11346) - Fix text instruction flat coordinates when stride is not 2 ([@ahocevar](https://github.com/ahocevar)) + * [#11348](https://github.com/openlayers/openlayers/pull/11348) - Add all layers to layer export ([@M393](https://github.com/M393)) + * [#11337](https://github.com/openlayers/openlayers/pull/11337) - Do not rely on old value for target ([@ahocevar](https://github.com/ahocevar)) + * [#11345](https://github.com/openlayers/openlayers/pull/11345) - Fix the popup in the geographic example ([@MoonE](https://github.com/MoonE)) + * [#11336](https://github.com/openlayers/openlayers/pull/11336) - Hit detect with pixelRatio of 1 ([@ahocevar](https://github.com/ahocevar)) + * [#11341](https://github.com/openlayers/openlayers/pull/11341) - update link to BS doc ([@jipexu](https://github.com/jipexu)) + * [#11340](https://github.com/openlayers/openlayers/pull/11340) - Examples fix / improvement ([@MoonE](https://github.com/MoonE)) + * [#11339](https://github.com/openlayers/openlayers/pull/11339) - Use bootstrap 4.5.0 in all examples ([@MoonE](https://github.com/MoonE)) + * [#11327](https://github.com/openlayers/openlayers/pull/11327) - Fix Internet Explorer issues ([@ahocevar](https://github.com/ahocevar)) + * [#11315](https://github.com/openlayers/openlayers/pull/11315) - Examples fix html ([@MoonE](https://github.com/MoonE)) + + +
+ Dependency Updates + + * [#11330](https://github.com/openlayers/openlayers/pull/11330) - Bump rollup from 2.22.1 to 2.23.0 ([@openlayers](https://github.com/openlayers)) + * [#11332](https://github.com/openlayers/openlayers/pull/11332) - Bump jsdoc from 3.6.4 to 3.6.5 ([@openlayers](https://github.com/openlayers)) + * [#11329](https://github.com/openlayers/openlayers/pull/11329) - Bump puppeteer from 5.2.0 to 5.2.1 ([@openlayers](https://github.com/openlayers)) + * [#11328](https://github.com/openlayers/openlayers/pull/11328) - Bump webpack from 4.43.0 to 4.44.0 ([@openlayers](https://github.com/openlayers)) + + +
From 577c95e259ab9af489d2a84990436ceebfe9d1b1 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Wed, 29 Jul 2020 20:25:17 +0200 Subject: [PATCH 2/3] Update package version to 6.4.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index b04d154850..fed2d0cc4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "6.4.1-dev", + "version": "6.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 237529852b..2a48b8fd76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "6.4.1-dev", + "version": "6.4.1", "description": "OpenLayers mapping library", "keywords": [ "map", From e128804e2ac5011bdada90fa88377414eed48c14 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Wed, 29 Jul 2020 20:31:06 +0200 Subject: [PATCH 3/3] Develop on 4.6.1-dev --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index fed2d0cc4b..6d0086df5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "6.4.1", + "version": "6.4.2-dev", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2a48b8fd76..fa89d4cc50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "6.4.1", + "version": "6.4.2-dev", "description": "OpenLayers mapping library", "keywords": [ "map",