diff --git a/changelog/v7.5.2.md b/changelog/v7.5.2.md new file mode 100644 index 00000000000..5cab433db23 --- /dev/null +++ b/changelog/v7.5.2.md @@ -0,0 +1,5 @@ +# 7.5.2 + +The 7.5.2 is a patch release that includes a fix for hit detection on Vector and VectorTile layers configured with `declutter: true`. See the [7.5.0 release notes](./v7.5.0.md) for a complete list of changes since the previous release. + + * Keep declutter tree for hit detection (by @ahocevar in https://github.com/openlayers/openlayers/pull/15028) diff --git a/package-lock.json b/package-lock.json index f9cb4c17384..78642e29363 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ol", - "version": "7.5.1", + "version": "7.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ol", - "version": "7.5.1", + "version": "7.5.2", "license": "BSD-2-Clause", "dependencies": { "earcut": "^2.2.3", diff --git a/package.json b/package.json index aa53a63537b..9ef3bfdaba0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "7.5.1", + "version": "7.5.2", "description": "OpenLayers mapping library", "keywords": [ "map",