Skip to content

Commit

Permalink
v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Sep 10, 2021
1 parent 0211a13 commit c14c4e7
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## v1.14.0 - 2021/09/10

## Features

- Support properties that are available with Cesium v1.85
- Add CameraLookAt, CumlusCloud, and CloudCollection component
- Add event props (onClick, onMouseEnter, onMouseLeave, ...etc) to KMLDataSource, CzmlDataSource, GeoJsonDataSource, and CustomDataSource
- Event handlers no longer receive entities and primitives directly ([See more](https://resium.reearth.io/migration#event-handlers-no-longer-receive-an-entity-and-primitive-directly))

### Bug Fixes

- Complete ScreenSpaceEventHandler action type [#485](https://github.com/reearth/resium/pull/485)
- Properties not correctly updated
- Cesium3DTileset style prop does not work ([#477](https://github.com/reearth/resium/pull/477))

## Documentation

- Use Docusaurus
- Change documentation URL
- Update installation, getting started and guide page
- Update and add examples

### Chore

- Update dependencies
- Use microbundle for a JavaScript bundler
- Refactor type tests

## v1.13.1 - 2020/09/30

### Bug Fixes
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.13.1",
"version": "1.14.0",
"description": "React components for Cesium",
"type": "module",
"source": "./src/index.ts",
Expand Down

0 comments on commit c14c4e7

Please sign in to comment.