Merge pull request #7565 from openlayers/release-v4.6.4

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

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

@@ -0,0 +1,7 @@
# 4.6.4
The v4.6.4 release fixes a feature selection issue when `renderMode: 'image'` is set on an `ol.layer.Vector`.
## Fixes
* [#7559](https://github.com/openlayers/openlayers/pull/7559) - Handle skipping and unskipping features with renderMode: 'image' ([@ahocevar](https://github.com/ahocevar))

View File

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

View File

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