Releases: margelo/react-native-filament
Releases · margelo/react-native-filament
Release 0.36.1
0.36.1 (2024-05-15)
🐛 Bug Fixes
- android: fix build errors (2b4dc23)
Release 0.36.0
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
0.35.3 (2024-05-14)
🐛 Bug Fixes
Release 0.35.2
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
0.35.1 (2024-05-13)
🐛 Bug Fixes
- fix crashes when releasing jsi::Functions (#173) (172cb10)
Release 0.35.0
0.35.0 (2024-05-10)
✨ Features
- add ref API to pause and resume rendering (a91d4d3)
Release 0.34.0
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
0.33.0 (2024-05-06)
✨ Features
- entity picking aka "onPress handler" aka ray tracing (#164) (4916a2e)
Release 0.32.1
0.32.1 (2024-05-03)
🐛 Bug Fixes
Release 0.32.0
0.32.0 (2024-05-03)
✨ Features
- add
renderableManager.getAxisAlignedBoundingBox(entity)
API (#162) (da75d34)