Skip to content

v4.0.2

Compare
Choose a tag to compare
@alvarosabu alvarosabu released this 05 Jun 11:07
· 102 commits to main since this release

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 and nextSibling nodeOps by @garrlker in #717

Full Changelog: 4.0.1...4.0.2