Merge pull request #7124 from openlayers/release-v4.3.1

Release v4.3.1
This commit is contained in:
Tim Schaub
2017-08-14 09:51:08 -04:00
committed by GitHub
3 changed files with 11 additions and 2 deletions

9
changelog/v4.3.1.md Normal file
View File

@@ -0,0 +1,9 @@
# 4.3.1
The v4.3.1 release includes a few fixes that didn't make it into v4.3.0. No special upgrade considerations.
## Fixes
* [#7122](https://github.com/openlayers/openlayers/pull/7122) - Immediately complete no-op animations ([@tschaub](https://github.com/tschaub))
* [#7120](https://github.com/openlayers/openlayers/pull/7120) - Fix hit detection for overzoomed vector tiles ([@ahocevar](https://github.com/ahocevar))
* [#7114](https://github.com/openlayers/openlayers/pull/7114) - Immediate WebGL text renderer and other improvements ([@GaborFarkas](https://github.com/GaborFarkas))

View File

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

View File

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