Skip to content

Releases: margelo/react-native-filament

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)

Release 0.39.1

17 May 16:07
Compare
Choose a tag to compare

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

17 May 13:18
Compare
Choose a tag to compare

0.39.0 (2024-05-17)

✨ Features

  • add build flag to disable native logs (#184) (e44d662)

Release 0.38.1

17 May 09:40
Compare
Choose a tag to compare

0.38.1 (2024-05-17)

Release 0.38.0

17 May 09:28
Compare
Choose a tag to compare

0.38.0 (2024-05-17)

✨ Features

Release 0.37.3

16 May 14:11
Compare
Choose a tag to compare

0.37.3 (2024-05-16)

🐛 Bug Fixes

Release 0.37.2

16 May 10:05
Compare
Choose a tag to compare

0.37.2 (2024-05-16)

🐛 Bug Fixes

  • fix crash due to invalid NameComponentManager (#181) (7e6bf57)

Release 0.37.1

16 May 07:56
Compare
Choose a tag to compare

0.37.1 (2024-05-16)

🐛 Bug Fixes

  • fix crash because render callback wasn't removed on unmount (274ec9a)

Release 0.37.0

15 May 17:07
Compare
Choose a tag to compare

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)