Merge pull request #7555 from openlayers/release-v4.6.3

Release v4.6.3
This commit is contained in:
Andreas Hocevar
2017-12-08 11:28:46 +01:00
committed by GitHub
3 changed files with 9 additions and 2 deletions

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

@@ -0,0 +1,7 @@
# 4.6.3
The v4.6.3 release fixes a performance issue when `renderMode: 'image'` is set on an `ol.layer.Vector`.
## Fixes
* [#7554](https://github.com/openlayers/openlayers/pull/7554) - Only compose image vector frame when the replay group has changed ([@ahocevar](https://github.com/ahocevar))

View File

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

View File

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