Skip to content

Commit afcb27a

Browse files
committed
Port to Cesium 1.36
1 parent 14bd0b0 commit afcb27a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
# v 1.30 - 2017-08-03
4+
5+
* Changes
6+
* Port to Cesium 1.36. This fixes blinking of the vector example
7+
https://github.com/openlayers/ol-cesium/issues/465.
8+
39
# v 1.29 - 2017-07-12
410

511
* Changes

cesium

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ol-cesium",
3-
"version": "1.29.0",
3+
"version": "1.30.0",
44
"description": "OpenLayers Cesium integration library",
55
"scripts": {},
66
"repository": {
@@ -16,7 +16,7 @@
1616
"htmlparser2": "3.9.2"
1717
},
1818
"devDependencies": {
19-
"closure-util": "1.21.0",
19+
"closure-util": "1.22.0",
2020
"@mapbox/geojsonhint": "2.0.1",
2121
"fs-extra": "3.0.1",
2222
"jsdoc": "~3.4.0",

0 commit comments

Comments
 (0)