From 288a284fdde464f0d46c70a7b57ae87c6c91fb74 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 15 Sep 2017 06:15:49 -0600 Subject: [PATCH] Changes for v4.3.3 --- changelog/v4.3.3.md | 7 +++++++ package.json | 2 +- package/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 changelog/v4.3.3.md diff --git a/changelog/v4.3.3.md b/changelog/v4.3.3.md new file mode 100644 index 0000000000..cb5200cfb3 --- /dev/null +++ b/changelog/v4.3.3.md @@ -0,0 +1,7 @@ +# 4.3.2 + +The v4.3.3 reverts the fractional pixel positioning of overlays. + +## Fixes + + * [#7258](https://github.com/openlayers/openlayers/pull/7258) - Revert changes made in #7098 ([@ahocevar](https://github.com/ahocevar)) diff --git a/package.json b/package.json index 2884fda209..3ff27d3dad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openlayers", - "version": "4.3.2", + "version": "4.3.3", "description": "Build tools and sources for developing OpenLayers based mapping applications", "keywords": [ "map", diff --git a/package/package.json b/package/package.json index ed32298758..b91279f664 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "4.3.2", + "version": "4.3.3", "description": "OpenLayers as ES2015 modules", "main": "index.js", "module": "index.js",