Releases: margelo/react-native-filament
Releases · margelo/react-native-filament
Release 0.39.1
0.39.1 (2024-05-17)
🐛 Bug Fixes
- fix filament view trying to render with previous invalid render callback causing a crash during fast refresh (#185) (ae8b012)
Release 0.39.0
0.39.0 (2024-05-17)
✨ Features
Release 0.38.0
0.38.0 (2024-05-17)
✨ Features
Release 0.37.3
0.37.3 (2024-05-16)
🐛 Bug Fixes
Release 0.37.2
0.37.2 (2024-05-16)
🐛 Bug Fixes
- fix crash due to invalid NameComponentManager (#181) (7e6bf57)
Release 0.37.1
0.37.1 (2024-05-16)
🐛 Bug Fixes
- fix crash because render callback wasn't removed on unmount (274ec9a)
Release 0.37.0
0.37.0 (2024-05-15)
✨ Features
- implement proper API for applying the same animation to another asset instance (#177) (0989149)
🐛 Bug Fixes
- fix hybridobject's jsi::Function cleanup (#179) (24388ec)
- fix remove choreographer listener with invalid SwapChain reference on destroy view (#180) (04517c3)
- move jsi::Function destructor check to JSIConverter (#178) (11d893a)
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)