File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# @react-three/cannon Changelog
2
2
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
+
3
16
## v4.6.1 - 2022-01-19
4
17
5
18
- [ ` createMaterialFactory ` ] Do not use logical assignment operator (@bjornstar )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-three/cannon" ,
3
- "version" : " 4.6.1 " ,
3
+ "version" : " 4.7.0 " ,
4
4
"description" : " physics based hooks for react-three-fiber" ,
5
5
"keywords" : [
6
6
" cannon" ,
You can’t perform that action at this time.
0 commit comments