v4.0.2
4.0.2 (2024-06-05)
Bug Fixes
- implement createComment and nextSibling node operations so that objects being v-if'd are not lost by Vue's runtime and incorrectly placed in the scene root (814d678)
- intersect only objects with events registered. (#714) (b320524)
- propogate events over previous intersections on pointerLeave and pointerOut (66264fc)
What's Changed
- fix: intersect only objects with events registered. by @alvarosabu in #714
- fix: Pointer Leave and Out events not being called by @garrlker in #716
- fix: Implement
createComment
andnextSibling
nodeOps by @garrlker in #717
Full Changelog: 4.0.1...4.0.2