Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Mar 11, 2019
1 parent 591eff9 commit 179541b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v1.3.0 - 2019/03/11

- Add
- `GroundPrimitive` and `GroundPrimitiveCollection` component ([#67](https://github.com/darwin-education/resium/pull/67))
- Doc
- [Example page](https://resium.darwineeducation.com/examples/) is available! ([#65](https://github.com/darwin-education/resium/pull/65))
- Add link of [craco-cesium](https://github.com/darwin-education/craco-cesium) in installation page
- Chore
- Export cesium context ([#62](https://github.com/darwin-education/resium/pull/62))
- Show source code in storybook ([#66](https://github.com/darwin-education/resium/pull/66))
- Introduce typescript-eslint instead of tslint ([#63](https://github.com/darwin-education/resium/pull/63))
- Upgrade dependencies

## v1.2.1 - 2019/01/22

- fix: unexpected rendering ([#46](https://github.com/darwin-education/resium/issues/46))
Expand Down
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.2.1",
"version": "1.3.0",
"description": "React components for Cesium",
"main": "dist/resium.cjs.js",
"module": "dist/resium.es.js",
Expand Down

0 comments on commit 179541b

Please sign in to comment.