v0.8.0
What's Changed
breaking change
- change : EventDispatcher to EventEmitter3 by @MasatoMakino in #136
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
- Bump actions/checkout from 3 to 4 by @dependabot in #125
- Bump typedoc from 0.25.0 to 0.25.1 by @dependabot in #133
- Bump @masatomakino/gulptask-demo-page from 0.7.1 to 0.7.3 by @dependabot in #134
- Bump jest and @types/jest by @dependabot in #135
- Bump jest-environment-jsdom from 29.6.4 to 29.7.0 by @dependabot in #132
Full Changelog: v0.7.1...v0.8.0