File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 11Change 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
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments