Skip to content

Commit 4d3b651

Browse files
authored
Release v0.18.0 (#336)
* feat: update to rust rapier 0.27 * feat: add access to the internal performance monitoring from JS * feat: add function to get/set the max number of CCD substeps & run prettier * chore: update Cargo.lock * Release v0.18.0 * chore: re-run prettier
1 parent 9e49b00 commit 4d3b651

File tree

10 files changed

+497
-151
lines changed

10 files changed

+497
-151
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### 0.18.0 (24 July 2025)
2+
3+
### Added
4+
5+
- Add `World.timing*` functions to access the internal performances measurements if the internal
6+
profiler is enabled with `World.profilerEnabled = true`.
7+
- Add `World.maxCcdSubsteps` to get/set the max number of CCD substeps run by the engine.
8+
9+
### Fix
10+
11+
- Fixed crash that would happen when removing colliders in a particular order (e.g. in the same order
12+
as their insertion).
13+
114
### 0.18.0-beta.0 (12 July 2025)
215

316
#### Modified

0 commit comments

Comments
 (0)