Release v0.11.1

This commit is contained in:
Sébastien Crozet
2021-09-12 10:53:01 +02:00
parent d9069142e1
commit 936f655c67
5 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
## v0.11.1
### Fixed
- Fix a bug causing large moving colliders to miss some collisions after some time.
- Fix invalid forces generated by contacts with position-based kinematic bodies.
- Fix a bug where two colliders without parent would not have their collision computed even if the
appropriate flags were set.
## v0.11.0
Check out the user-guide for the JS/Typescript bindings for rapier. It has been fully rewritten and is now exhaustive!
Check it out on [rapier.rs](https://www.rapier.rs/docs/user_guides/javascript/getting_started_js)