Changes for v4.3.4

This commit is contained in:
Tim Schaub
2017-09-25 22:35:44 -07:00
parent 521f001944
commit 080b93f1b8
4 changed files with 11 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# 4.3.2
# 4.3.3
The v4.3.3 reverts the fractional pixel positioning of overlays.
The v4.3.3 release reverts the fractional pixel positioning of overlays.
## Fixes

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

@@ -0,0 +1,7 @@
# 4.3.4
The v4.3.4 release includes a fix for Safari on iOS 11.
## Fixes
* [#7285](https://github.com/openlayers/openlayers/pull/7285) - Convert pointerId to string for object lookups ([@tschaub](https://github.com/tschaub))

View File

@@ -1,6 +1,6 @@
{
"name": "openlayers",
"version": "4.3.3",
"version": "4.3.4",
"description": "Build tools and sources for developing OpenLayers based mapping applications",
"keywords": [
"map",

View File

@@ -1,6 +1,6 @@
{
"name": "ol",
"version": "4.3.3",
"version": "4.3.4",
"description": "OpenLayers as ES2015 modules",
"main": "index.js",
"module": "index.js",