Merge pull request #6489 from openlayers/release-v4.0.1

Release v4.0.1
This commit is contained in:
Andreas Hocevar
2017-02-14 10:23:04 +01:00
committed by GitHub
3 changed files with 13 additions and 2 deletions

11
changelog/v4.0.1.md Normal file
View File

@@ -0,0 +1,11 @@
# 4.0.1
## Summary
The v4.0.1 release is a patch release that addresses a regression in the v4.0.0 release. The fix makes pinch zooming work again properly when the two fingers are not placed on the screen at the same time.
See the [v4.0.0 release notes](https://github.com/openlayers/openlayers/releases/tag/v4.0.0) for details on upgrading from v3.20.x.
## Fix
* [#6486](https://github.com/openlayers/openlayers/pull/6486) - Do not set center when touches count has changed ([@ahocevar](https://github.com/ahocevar))

View File

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

View File

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