You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-three-rapier/CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,21 @@
1
1
# @react-three/rapier
2
2
3
+
## 1.5.0
4
+
5
+
### Minor Changes
6
+
7
+
- 55fa8fe: Update @dimforge/rapier3d-compat to 0.14.0 (@wiledal)
8
+
- See https://github.com/dimforge/rapier.js/blob/master/CHANGELOG.md
9
+
- Changed World prop `erp` to `contactNaturalFrequency`
10
+
- This is undocumented in the Rapier.js documentation, but was introduced Rapier 0.20.0 https://github.com/dimforge/rapier/pull/651
11
+
- The change mentions `contactDampingRatio` but this is not exposed in the Rapier.js API as of yet
12
+
3
13
## 1.4.0
4
14
5
15
### Minor Changes
6
16
7
17
- a155277: feat: bump @dimforge/rapier3d-compat from 0.12.0 to 0.13.1
8
-
18
+
9
19
- See the rapier.js changelog for more information: https://github.com/dimforge/rapier.js/blob/master/CHANGELOG.md
10
20
- Added World prop `lengthUnit`
11
21
- Renamed World props `allowedLinearError` and `predictionDistance` to `normalizedAllowedLinearError` and `normalizedPredictionDistance`, matching upstream changes
0 commit comments