@@ -0,0 +1,9 @@
|
|||||||
|
# 5.0.3
|
||||||
|
|
||||||
|
The v5.0.3 fixes a regression in the vector tile renderer and improves the built examples and release package.
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
|
||||||
|
* [#8364](https://github.com/openlayers/openlayers/pull/8364) - Make examples work in IE11 ([@ahocevar](https://github.com/ahocevar))
|
||||||
|
* [#8363](https://github.com/openlayers/openlayers/pull/8363) - Autogenerate src/ol/package.json ([@ahocevar](https://github.com/ahocevar))
|
||||||
|
* [#8371](https://github.com/openlayers/openlayers/pull/8371) - Skip rendering when there is no replay group ([@ahocevar](https://github.com/ahocevar))
|
||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "openlayers",
|
"name": "openlayers",
|
||||||
"version": "5.0.2",
|
"version": "5.0.3",
|
||||||
"description": "OpenLayers mapping library",
|
"description": "OpenLayers mapping library",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"map",
|
"map",
|
||||||
|
|||||||
+1
-1
@@ -52,4 +52,4 @@ export function getUid(obj) {
|
|||||||
* OpenLayers version.
|
* OpenLayers version.
|
||||||
* @type {string}
|
* @type {string}
|
||||||
*/
|
*/
|
||||||
export const VERSION = '5.0.2';
|
export const VERSION = '5.0.3';
|
||||||
|
|||||||
Reference in New Issue
Block a user