Skip to content

Releases: reearth/resium

v1.15.1

31 Aug 14:21
Compare
Choose a tag to compare
  • Fix models are not created correctly (#559)
  • Update dependencies

v1.15.0

25 Jul 08:15
Compare
Choose a tag to compare
  • Support Cesium v1.95 features
  • Support React v18
  • When an unknown property is passed to a component, it used to be ignored, but has been changed to set the property to the Cesium object
  • Fix ParticleSystem not destroyed expectedly (#535)
  • Use Vite as a build tool

v1.14.3

18 Oct 06:03
Compare
Choose a tag to compare
  • Fix EntityDescription is not displayed on the first time entity selection (#518)
  • Upgrade dependencies

v1.14.2

10 Sep 12:03
Compare
Choose a tag to compare
  • Decrepate EntityStaticDescription component - use EntityDescription component or description prop of Entity component instead

v1.14.1

10 Sep 08:41
Compare
Choose a tag to compare
  • Fix react-dom/server.browser import error

v1.14.0

10 Sep 08:18
Compare
Choose a tag to compare

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

30 Sep 03:18
Compare
Choose a tag to compare

Bug Fixes

  • Resium does not work in create-react-app env (#438)
  • EntityDescription component does not render description in infobox (#436)

Chore

  • Update dependencies

v1.13.0

15 Sep 08:52
Compare
Choose a tag to compare

New Features

  • ClassificationPrimitive component (#429)

Bug Fixes

  • PointGraphics component does not display a point correctly
  • GroundPolylinePrimitive 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 of createCesiumComponent func

v1.12.0

03 Jul 09:17
Compare
Choose a tag to compare

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

22 Jun 05:47
Compare
Choose a tag to compare
v1.12.0-beta.2 Pre-release
Pre-release
v1.12.0-beta.2