File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### 1.86 - 2021-10-01
4
4
5
+ ##### Breaking Changes :mega :
6
+
7
+ - Updated to Draco 1.4.1 and temporarily disabled attribute quantization. [ 9847] ( https://github.com/CesiumGS/cesium/issues/9847 )
8
+
5
9
##### Fixes :wrench :
6
10
7
11
- Fixed incorrect behavior in ` CameraFlightPath ` when using Columbus View. [ #9192 ] ( https://github.com/CesiumGS/cesium/pull/9192 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Resource from "./Resource.js";
4
4
5
5
var defaultTokenCredit ;
6
6
var defaultAccessToken =
7
- "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiI2NjU0MGI3NC1iZjM2LTQzNzctYjM3Yy0zMmU2NGQyNTBiM2MiLCJpZCI6MjU5LCJpYXQiOjE2MzA0OTk1NzV9.xNFmNo8X26_nTRRouMiQSbmrOYel9uLf-eXp_q6htb4 " ;
7
+ "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiI2ZTRiMDk3MS1lMjc4LTQyMjQtYjc3Yi01YmI3ZjJjZTM2OTYiLCJpZCI6MjU5LCJpYXQiOjE2MzMxMDE3Nzh9.KGjPWT318SO5c9dTxjnoO5MXJhh8ijaqo_n6Auuy7d8 " ;
8
8
/**
9
9
* Default settings for accessing the Cesium ion API.
10
10
*
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cesium" ,
3
- "version" : " 1.85 .0" ,
3
+ "version" : " 1.86 .0" ,
4
4
"description" : " CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin." ,
5
5
"homepage" : " http://cesium.com/cesiumjs/" ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments