Changes for v4.3.3

This commit is contained in:
Tim Schaub
2017-09-15 06:15:49 -06:00
parent a5b3da1f8a
commit d0815c0e4d
3 changed files with 9 additions and 2 deletions

7
changelog/v4.3.3.md Normal file
View File

@@ -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))

View File

@@ -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",

View File

@@ -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",