Skip to content

0.70.12

Latest
Compare
Choose a tag to compare
@itsdouges itsdouges released this 22 Feb 04:46
· 21 commits to main since this release

Bug fixes

  • Fix root analysis using locally defined components sourced from inside components, which are now ignored. This is because the component isn't in the module scope and can't be statically used prior to the component rendering.
  • Fix edgecase where the Fragment named import wouldn't be imported when using shorthand fragments.
  • Add edge case support for assuming a react-three-fiber root if a custom component was found that starts with "object3d".
  • The selection system now harmoniously works between reconcilers, exactly as you'd expect.
  • Fix React 19 warnings for using inert prop with strings.
  • Fix React 19 warnings for accessing refs on Fragments.
  • Canvas components no longer take up the entire space when rendered in userland but instead applying the default behaviour.
  • Fix jsconfig paths not being respected by the scene environment.

Chores

  • Update the package icon