Skip to content

v0.8.0

Compare
Choose a tag to compare
@MasatoMakino MasatoMakino released this 09 Oct 04:35
· 276 commits to main since this release

What's Changed

breaking change

CameraUpdateEvent / SphericalControllerEvent are dispatched from EventEmitter3. Affected points can be detected in types/three v0.156.

- controller.addEventListener("update", onMovedCamera);
+ controller.on("update", onMovedCamera);

bump

Full Changelog: v0.7.1...v0.8.0