Resium Versions Save

React components for 🌏 Cesium

v1.17.3

1 month ago

v1.17.2

7 months ago
  • fix: model onReady method fires at wrong moment (#622)

v1.16.1

1 year ago
  • Use automatic JSX Runtime in Vite
  • Fix typo in docs (#582,#588)
  • Add index prop to ImageryLayer component
  • Add id prop to Billboard and Label component
  • Rename and fix useCesium context type
  • Update depndencies

v1.16.0

1 year ago
  • Support Cesium v1.100
  • Add onUpdate event to root components
  • Update dependencies

v1.15.1

1 year ago
  • Fix models are not created correctly (#559)
  • Update dependencies

v1.15.0

1 year ago
  • 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

2 years ago
  • Fix EntityDescription is not displayed on the first time entity selection (#518)
  • Upgrade dependencies

v1.14.2

2 years ago
  • Decrepate EntityStaticDescription component - use EntityDescription component or description prop of Entity component instead

v1.14.1

2 years ago
  • Fix react-dom/server.browser import error