diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e6bb97a6..066da99c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 4e267ed32..3905f9e20 100644 --- a/package.json +++ b/package.json @@ -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",