Release v0.11.0

This commit is contained in:
Sébastien Crozet
2021-08-08 18:46:55 +02:00
committed by Sébastien Crozet
parent 57aec69c1e
commit 48d0df11d7
8 changed files with 44 additions and 31 deletions

View File

@@ -1,3 +1,16 @@
## 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)
### Added
- Joint limits are now implemented for all joints that can support them (prismatic, revolute, and ball joints).
### Modified
- Switch to `nalgebra 0.29`.
### Fixed
- Fix the build of Rapier when targeting emscripten.
## v0.10.1
### Added
- Add `Collider::set_translation_wrt_parent` to change the translation of a collider wrt. its parent rigid-body.