Skip to content

Commit b4583d4

Browse files
committed
Bump version to 1.7.1
Also update CHANGES for the release.
1 parent 5adb656 commit b4583d4

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

CHANGES.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
Change Log
22
==========
33

4-
### 1.8 - 2015-04-01
5-
* Breaking changes
6-
*
7-
* Deprecated
8-
*
9-
* Improved KML compatibility to work with non-specification compliant KML files that still happen to load in Google Earth.
4+
### 1.7.1 - 2015-04-06
5+
* Fixed a crash in `InfoBox` that would occur when attempting to display plain text.
106
* Fixed a crash when loading KML features that have no description and an empty `ExtendedData` node.
7+
* Fixed a bug in Color.fromCssColorString` where undefined would be returned for the CSS color `transparent`.
8+
* Added `Color.TRANSPARENT`.
119
* Added support for KML `TimeStamp` nodes.
10+
* Improved KML compatibility to work with non-specification compliant KML files that still happen to load in Google Earth.
1211
* All data sources now print errors to the console in addition to raising the `errorEvent` and rejecting their load promise.
1312

1413
### 1.7 - 2015-03-02

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112

113113
<!-- Inputs -->
114114
<!-- this version should be set to the upcoming version, so it can be tagged without requiring a bump first -->
115-
<property name="version" value="1.7" />
115+
<property name="version" value="1.7.1" />
116116
<property name="sourceDirectory" location="Source" />
117117
<property name="shadersDirectory" location="${sourceDirectory}/Shaders" />
118118
<property name="examplesDirectory" location="Examples" />

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cesium",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "Cesium is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.",
55
"homepage": "http://cesiumjs.org",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)