Skip to content

Commit 95b1c2b

Browse files
committed
v4.7.0 - 2022-02-12
1 parent b8744db commit 95b1c2b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @react-three/cannon Changelog
22

3+
## v4.7.0 - 2022-02-12
4+
5+
- [ESLint] Disallow enums (@bjornstar)
6+
- Add missing worker 'setMaterial' op handler (@isaac-mason)
7+
- Add isPaused property (@grndctrl & @bjornstar)
8+
- BREAKING: step renamed to stepSize (default: 1 / 60)
9+
- NEW: maxSubSteps (default: 10)
10+
- NEW: isPaused (fixes Pause Simulation #212)
11+
- NEW: Paused demo
12+
- timeSinceLastCall not tracked in worker
13+
- prefer FC to PropsWithChildren
14+
- REMOVED: type DefaultContactMaterial
15+
316
## v4.6.1 - 2022-01-19
417

518
- [`createMaterialFactory`] Do not use logical assignment operator (@bjornstar)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-three/cannon",
3-
"version": "4.6.1",
3+
"version": "4.7.0",
44
"description": "physics based hooks for react-three-fiber",
55
"keywords": [
66
"cannon",

0 commit comments

Comments
 (0)