Skip to content

Commit cd144b3

Browse files
committed
Update Ion.js token, CHANGES.md, and package.json for 1.86.0 release
1 parent 1de05af commit cd144b3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
### 1.86 - 2021-10-01
44

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+
59
##### Fixes :wrench:
610

711
- Fixed incorrect behavior in `CameraFlightPath` when using Columbus View. [#9192](https://github.com/CesiumGS/cesium/pull/9192)

Source/Core/Ion.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Resource from "./Resource.js";
44

55
var defaultTokenCredit;
66
var defaultAccessToken =
7-
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiI2NjU0MGI3NC1iZjM2LTQzNzctYjM3Yy0zMmU2NGQyNTBiM2MiLCJpZCI6MjU5LCJpYXQiOjE2MzA0OTk1NzV9.xNFmNo8X26_nTRRouMiQSbmrOYel9uLf-eXp_q6htb4";
7+
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiI2ZTRiMDk3MS1lMjc4LTQyMjQtYjc3Yi01YmI3ZjJjZTM2OTYiLCJpZCI6MjU5LCJpYXQiOjE2MzMxMDE3Nzh9.KGjPWT318SO5c9dTxjnoO5MXJhh8ijaqo_n6Auuy7d8";
88
/**
99
* Default settings for accessing the Cesium ion API.
1010
*

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cesium",
3-
"version": "1.85.0",
3+
"version": "1.86.0",
44
"description": "CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.",
55
"homepage": "http://cesium.com/cesiumjs/",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)