diff --git a/changelog/v4.4.2.md b/changelog/v4.4.2.md new file mode 100644 index 0000000000..8710c18746 --- /dev/null +++ b/changelog/v4.4.2.md @@ -0,0 +1,12 @@ +# 4.4.2 + +The v4.4.2 release fixes a number of rendering issues in the 4.4 releases. + +## Fixes + + * [#7327](https://github.com/openlayers/openlayers/pull/7327) - Prune the tile cache after updating a source's URL ([@tschaub](https://github.com/tschaub)) + * [#7341](https://github.com/openlayers/openlayers/pull/7341) - Proper rendering of raster sources when there is a tile transition ([@tschaub](https://github.com/tschaub)) + * [#7339](https://github.com/openlayers/openlayers/pull/7339) - Use correct text stroke on HiDPI devices ([@ahocevar](https://github.com/ahocevar)) + * [#7345](https://github.com/openlayers/openlayers/pull/7345) - Handle different lineWidth scaling in Safari ([@ahocevar](https://github.com/ahocevar)) + * [#7346](https://github.com/openlayers/openlayers/pull/7346) - Pre-render text images for configured scale ([@ahocevar](https://github.com/ahocevar)) + * [#7350](https://github.com/openlayers/openlayers/pull/7350) - Calculate correct text box size ([@ahocevar](https://github.com/ahocevar)) diff --git a/package.json b/package.json index 48960df307..d27aeda50e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openlayers", - "version": "4.4.1", + "version": "4.4.2", "description": "Build tools and sources for developing OpenLayers based mapping applications", "keywords": [ "map", diff --git a/package/package.json b/package/package.json index a22edee852..28edbfe016 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "4.4.1", + "version": "4.4.2", "description": "OpenLayers as ES2015 modules", "main": "index.js", "module": "index.js",