Skip to content

Releases: margelo/react-native-filament

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)

Release 0.36.1

15 May 10:12
Compare
Choose a tag to compare

0.36.1 (2024-05-15)

🐛 Bug Fixes

  • android: fix build errors (2b4dc23)

Release 0.36.0

14 May 12:49
Compare
Choose a tag to compare

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)