Releases: reearth/resium
Releases Β· reearth/resium
v1.15.1
v1.15.0
v1.14.3
v1.14.2
v1.14.1
v1.14.0
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)
Bug Fixes
- Complete ScreenSpaceEventHandler action type (#485)
- Properties not correctly updated
- Cesium3DTileset style prop does not work (#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
v1.13.0
New Features
ClassificationPrimitive
component (#429)
Bug Fixes
PointGraphics
component does not display a point correctlyGroundPolylinePrimitive
component is not exported (#423)
Chore
- Upgrade storybook to v6
- Update example project: use react-refresh instead of react-hot-loader
- Fix typo in documentation (#421)
- Change
useCesium
hook type - Change
containerProps
type in options ofcreateCesiumComponent
func
v1.12.0
BREAKING CHANGES
- Resium uses Cesium's official type definitions since v1.70. @types/cesium is no longer needed.
- Resium's components properties now support all the properties supported by Cesium by following Cesium's type definitions.
- All properties type except Cesium event props follow Cesium's type definitions.
Bug Fixes
- Mouse event on primitives (#324)
- CameraFlyXXX component: onComplete event is not called
- Upgrade deps
v1.12.0-beta.2
v1.12.0-beta.2