Releases: margelo/react-native-filament
Releases · margelo/react-native-filament
Release 1.0.0
1.0.0 (2024-06-07)
⚠ BREAKING CHANGES
- The
<Filament />
component has been split into <FilamentContext><FilamentView /></FilamentContext>
.
Also note that the FilamentView doesn't support any other children than the RNF ones.
🐛 Bug Fixes
- expose
TFilamentRecorder
type (13a9b54)
- react API separate context + view to handle all use-cases (#202) (b1d5a31)
Release 0.43.0
0.43.0 (2024-06-06)
✨ Features
Release 0.42.2
0.42.2 (2024-06-05)
🐛 Bug Fixes
Release 0.42.1
0.42.1 (2024-06-05)
🐛 Bug Fixes
- make
FilamentAPIContextProvider
so consumer can implement offscreen recording (#198) (be486cb)
- make RNF compatible with RNWC CxxTurboModule (#197) (d6d4faf)
Release 0.42.0
0.42.0 (2024-05-31)
✨ Features
- new arch support (with backwards compatibility) (#196) (6034dc1)
Release 0.41.1
0.41.1 (2024-05-22)
🐛 Bug Fixes
- fix a potential crash in the choreographer (#194) (b1df10b)
- fix crashes in TransformManager (#195) (2e72783)
- fix potential choreographer deadlock crashes (#193) (642ed5e)
Release 0.41.0
0.41.0 (2024-05-21)
✨ Features
🐛 Bug Fixes
Release 0.40.2
0.40.2 (2024-05-21)
🐛 Bug Fixes
- fix build errors by prefixing everything with RNF (#189) (41bd80d)
Release 0.40.1
0.40.1 (2024-05-21)
🐛 Bug Fixes
Release 0.40.0
0.40.0 (2024-05-21)
✨ Features
- make useAnimator compatible with model from useModel (#186) (60a678b)
🐛 Bug Fixes
- fix crash on createAnimator due to name being nullptr (#187) (3676d12)