Skip to content

Releases: hannojg/react-native-box2d

Release 0.2.5

17 Mar 14:23
7fd6392
Compare
Choose a tag to compare

0.2.5 (2023-03-17)

Features

  • Add circle shape
  • Add linear damping
  • Add restitution (elasticity)
  • Add polygon shape from points

Big thanks to @tomekzaw !!

Release 0.2.4

11 Sep 20:33
Compare
Choose a tag to compare

0.2.4 (2022-09-11)

🐛 Bug Fixes

Release 0.2.3

11 Sep 20:09
Compare
Choose a tag to compare

0.2.3 (2022-09-11)

🐛 Bug Fixes

  • compatibility with RN 0.70 (ad17cfd)
  • include types for box2d primitives (a87f6ee)

Release 0.2.2

11 Sep 18:01
Compare
Choose a tag to compare

0.2.2 (2022-09-11)

🐛 Bug Fixes

  • android: reduce package size by excluding some build dirs (bd1d0ea)

Release 0.2.1

11 Sep 17:57
Compare
Choose a tag to compare

0.2.1 (2022-09-11)

🐛 Bug Fixes

  • doesn't compile as binaries are missing (4fa6eb7)

Release 0.2.0

11 Sep 17:49
Compare
Choose a tag to compare

0.2.0 (2022-09-11)

✨ Features

  • b2body: GetLinearVelocity, SetTransform (3fd67c8)
  • b2body: SetLinearVelocity (2f5b7dc)

🐛 Bug Fixes

  • example: make simulation work correctly (58914c3)
  • ios: setup, compiles and runs now (6fa6d4f)
  • use cmake download script to include box2d (4dfd224)
  • use pointers and move correctly (16ebfbb)