Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Jul 25, 2019
1 parent 0e6568a commit bee87ef
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v1.6.0 - 2019/07/25

- add
- `SkyAtmosphere` component
- change
- export types in core: e.g. `CesiumInsideComponentType` ([#103](https://github.com/darwin-education/resium/issues/103))
- fix
- make `url` prop of `Cesium3DTileset` component read only
- fix Billboard, PointPrimitive, Polyline components cannot be update ([#99](https://github.com/darwin-education/resium/issues/99), [#101](https://github.com/darwin-education/resium/issues/101))
- doc
- update installation guide
- add and update webpack config to example
- chore: upgrade deps

## v1.5.0 - 2019/07/05

- fix
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-hot-loader": "^4.12.9",
"resium": "^1.5.0"
"resium": "^1.6.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.5.0",
"version": "1.6.0",
"description": "React components for Cesium",
"main": "dist/resium.cjs.js",
"module": "dist/resium.es.js",
Expand Down

0 comments on commit bee87ef

Please sign in to comment.