File tree 7 files changed +19
-4
lines changed
react-three-cannon-examples
7 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1
1
# @pmndrs/use-cannon Changelog
2
2
3
+ ## v2.2.0 - 2022-04-08
4
+
5
+ - [ @react-three/cannon ] v6.2.0
6
+ - [ @react-three/cannon-examples ] v2.2.0
7
+
3
8
## v2.1.0 - 2022-04-02
4
9
5
10
- [ @pmndrs/cannon-worker-api ] v2.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pmndrs/use-cannon" ,
3
- "version" : " 2.1 .0" ,
3
+ "version" : " 2.2 .0" ,
4
4
"description" : " monorepo for @pmndrs/use-cannon" ,
5
5
"keywords" : [
6
6
" cannon" ,
Original file line number Diff line number Diff line change 1
1
# @react-three/cannon-examples Changelog
2
2
3
+ ## v2.2.0 - 2022-04-08
4
+
5
+ - Use ` react-dom/client ` for react 18 features
6
+ - Update ` @react-three/cannon ` to v6.2.0
7
+
3
8
## v2.1.0 - 2022-04-02
4
9
5
10
- Update ` @react-three/cannon ` to v6.1.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-three/cannon-examples" ,
3
- "version" : " 2.1 .0" ,
3
+ "version" : " 2.2 .0" ,
4
4
"description" : " Examples for @react-three/cannon" ,
5
5
"private" : true ,
6
6
"scripts" : {
20
20
" not op_mini all"
21
21
],
22
22
"devDependencies" : {
23
- "@react-three/cannon" : " ^6.1 .0" ,
23
+ "@react-three/cannon" : " ^6.2 .0" ,
24
24
"@react-three/drei" : " ^9.0.1" ,
25
25
"@react-three/fiber" : " ^8.0.4" ,
26
26
"@types/lodash-es" : " ^4.17.6" ,
Original file line number Diff line number Diff line change 1
1
# @react-three/cannon Changelog
2
2
3
+ ## v6.2.0 - 2022-04-08
4
+
5
+ - Add scaleOverride (@bjornstar )
6
+
3
7
## v6.1.0 - 2022-04-02
4
8
5
9
- Now calls ` connect ` before ` init ` in a useEffect (instead of useLayoutEffect)
Original file line number Diff line number Diff line change @@ -287,6 +287,7 @@ type WorkerApi = {
287
287
applyTorque: (torque: Triplet) => void
288
288
quaternion: QuaternionApi
289
289
rotation: VectorApi
290
+ scaleOverride: (scale: Triplet) => void
290
291
sleep: () => void
291
292
wakeUp: () => void
292
293
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-three/cannon" ,
3
- "version" : " 6.1 .0" ,
3
+ "version" : " 6.2 .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