Skip to content

v2.11.0

Compare
Choose a tag to compare
@alex-shortt alex-shortt released this 12 Apr 19:37
· 10 commits to master since this release
f3a3555

changes

  • allow camera to be opened with shift+c
  • upgrade @react-three/drei to v9.65.3
  • upgrade @react-three/fiber to v8.12.0
  • upgrade @react-three/xr to v5.4.1
  • upgrade three to v0.151.3
  • move three from peer dep to actual dep

migrations

  • remove three from your local package json
  • replace all xxxBufferGeometry with xxxGeometry, both on the programmatic side and the declarative side
  • when using three's Color, use its newly exported types of ColorRepresentation, HexColorString, etc