Skip to content

v3.1.0-next.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@alvarosabu alvarosabu released this 18 Aug 12:56
· 256 commits to main since this release

3.1.0-next.0 (2023-08-18)

Features

  • shallowRef with manually track in useCamera (177f00e)
  • use render instead createApp (8a5d00f)

Bug Fixes

  • added logic on pathProps to re-instance nodes once args change (#367) (453b031)
  • args should be empty when args was falsy (#369) (81b7914)
  • element size (af4360a)
  • event listener register in useRaycaster (44ec37a)
  • inject context lose in pure render function (5085964)
  • only watch once (d734a98)
  • useCamera issue due to deps tracking (6d39f0c)

What's Changed

  • chore: updated core dependencies by @Tinoooo in #354
  • docs: added orbit controls back and v3 blog post by @alvarosabu in #356
  • fix: added logic on pathProps to re-instance nodes once args change by @alvarosabu in #367
  • fix: args should be empty when args was falsy by @enpitsuLin in #369

New Contributors

Full Changelog: 3.0.1...3.1.0-next.0