Skip to content

Releases: margelo/react-native-filament

Release 0.36.1

15 May 10:12
Compare
Choose a tag to compare

0.36.1 (2024-05-15)

🐛 Bug Fixes

  • android: fix build errors (2b4dc23)

Release 0.36.0

14 May 12:49
Compare
Choose a tag to compare

0.36.0 (2024-05-14)

✨ Features

🐛 Bug Fixes

  • avoid name clash with reanimated (029641e)
  • Fix public native props type (c8676a5)
  • Remove unused stupid WorkletContextDispatcher (#175) (2d702e8)

Release 0.35.3

14 May 07:36
Compare
Choose a tag to compare

0.35.3 (2024-05-14)

🐛 Bug Fixes

Release 0.35.2

13 May 15:57
Compare
Choose a tag to compare

0.35.2 (2024-05-13)

🐛 Bug Fixes

  • fix memory leaks by stopping choreographer when the FilamentView gets destroyed (#174) (e2b83f6)

Release 0.35.1

13 May 12:30
Compare
Choose a tag to compare

0.35.1 (2024-05-13)

🐛 Bug Fixes

  • fix crashes when releasing jsi::Functions (#173) (172cb10)

Release 0.35.0

10 May 16:52
Compare
Choose a tag to compare

0.35.0 (2024-05-10)

✨ Features

  • add ref API to pause and resume rendering (a91d4d3)

Release 0.34.0

10 May 11:25
Compare
Choose a tag to compare

0.34.0 (2024-05-10)

✨ Features

  • Add setPresentationTime to JS (#167) (28522b3)
  • Render to offscreen surface and record it (#160) (2bfbddf)
  • renderer expose beginFrame, render, endFrame (#168) (72c9d75)
  • Set the presentation timestamp to properly encode frames (#170) (58a35d9)

🐛 Bug Fixes

  • Fix calling onReadyForMoreData on wrong Thread (#169) (8a6f475)
  • fix surface callbacks not called on JS thread (#171) (a9ea0c2)
  • ios: called recorder render from wrong thread (7ac646b)
  • Remove unneeded RCTUnsafeExecuteOnMainQueueSync and make findFilamentView faster (#161) (27604f6)

Release 0.33.0

06 May 20:16
Compare
Choose a tag to compare

0.33.0 (2024-05-06)

✨ Features

  • entity picking aka "onPress handler" aka ray tracing (#164) (4916a2e)

Release 0.32.1

03 May 14:37
Compare
Choose a tag to compare

0.32.1 (2024-05-03)

🐛 Bug Fixes

  • fix debug boxes not properly resizing (#163) (e420dc6)

Release 0.32.0

03 May 12:16
Compare
Choose a tag to compare

0.32.0 (2024-05-03)

✨ Features

  • add renderableManager.getAxisAlignedBoundingBox(entity) API (#162) (da75d34)