Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Jan 15, 2019
1 parent adb653c commit 1039cc0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v1.2.0 - 2019/01/15

- Change
- **Viewer**: Enable to disable default imagery provider ([#50](https://github.com/darwin-education/resium/issues/50))
- Decrepated
- **Globe**: `ellipsoid`, `imageryLayers` (because they are unchangeable)
- Upgrade dependencies
- Update documentation

## v1.1.1 - 2019/01/10

- fix: GeoJsonDataSource describe error ([#48](https://github.com/darwin-education/resium/issues/48))
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-hot-loader": "^4.6.3",
"resium": "^1.1.1"
"resium": "^1.2.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "resium",
"version": "1.1.1",
"version": "1.2.0",
"description": "React components for Cesium",
"main": "dist/resium.cjs.js",
"module": "dist/resium.es.js",
Expand Down

0 comments on commit 1039cc0

Please sign in to comment.