Skip to content

Releases: margelo/react-native-filament

Release 1.0.0

07 Jun 11:20
Compare
Choose a tag to compare

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

06 Jun 18:54
Compare
Choose a tag to compare

0.43.0 (2024-06-06)

✨ Features

Release 0.42.2

05 Jun 15:23
Compare
Choose a tag to compare

0.42.2 (2024-06-05)

🐛 Bug Fixes

  • crash when RNWC isn't initialized yet (#199) (0aa2b52)

Release 0.42.1

05 Jun 10:55
Compare
Choose a tag to compare

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

31 May 14:14
Compare
Choose a tag to compare

0.42.0 (2024-05-31)

✨ Features

  • new arch support (with backwards compatibility) (#196) (6034dc1)

Release 0.41.1

22 May 15:52
Compare
Choose a tag to compare

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

21 May 23:08
Compare
Choose a tag to compare

0.41.0 (2024-05-21)

✨ Features

🐛 Bug Fixes

Release 0.40.2

21 May 13:38
Compare
Choose a tag to compare

0.40.2 (2024-05-21)

🐛 Bug Fixes

  • fix build errors by prefixing everything with RNF (#189) (41bd80d)

Release 0.40.1

21 May 11:13
Compare
Choose a tag to compare

0.40.1 (2024-05-21)

🐛 Bug Fixes

Release 0.40.0

21 May 10:39
Compare
Choose a tag to compare

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)