Skip to content

Releases: pmndrs/react-three-rapier

@react-three/[email protected]

13 Apr 17:02
7e8e75d
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 3d8f152: Removes the <Debug /> component, in favor of setting debug={true} on the <Physics /> component instead
  • 3d8f152: Move <Attractor /> to @react-three/rapier-addons

@react-three/[email protected]

13 Apr 18:47
c1ebfb1
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 97d82c5: Fix broken imports from source instead of package

@react-three/[email protected]

13 Apr 17:02
7e8e75d
Compare
Choose a tag to compare
Pre-release

Major Changes

  • 3d8f152: Move <Attractor /> to @react-three/rapier-addons

Patch Changes

@react-three/[email protected]

06 Mar 19:59
000d448
Compare
Choose a tag to compare

Minor Changes

  • eabf8b1: Add on-demand rendering for usage with the r3f 'demand' frameloop strategy (@wiledal)
  • 4f88218: Add dominance group to RigidBody (@vynetic)
  • 6ddace8: Update @dimforge/rapier3d-compat to 0.11.2 (@wiledal)
  • 92423f1: Allow users to control if the update loop runs independently or on useFrame (@wiledal)

Patch Changes

@react-three/[email protected]

06 Mar 19:40
680fe7b
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 6ddace8: Update @dimforge/rapier3d-compat to 0.11.2

@react-three/[email protected]

05 Mar 18:12
7761ea2
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 668659f: Fix missing React import

@react-three/[email protected]

05 Mar 18:07
75c49d8
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 92423f1: Allow users to control if the update loop runs independently or on useFrame

@react-three/[email protected]

02 Mar 17:50
340fe5f
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 1f41278: Fix collision events firing multiple times on RigidBodies

@react-three/[email protected]

01 Mar 19:21
bd76f96
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • eabf8b1: Add on-demand rendering for usage with the r3f 'demand' frameloop strategy.
  • 4f88218: Add dominance group to RigidBody (@vynetic)

Patch Changes

@react-three/[email protected]

06 Feb 13:23
cac1353
Compare
Choose a tag to compare

Patch Changes

  • d27d688: Fix eager initiation of Rapier objects when called before ref-objects are available