Skip to content

Releases: margelo/react-native-filament

Release 1.5.1

23 Jul 09:36
fbd946d
Compare
Choose a tag to compare

1.5.1 (2024-07-23)

💨 Performance Improvements

  • ios: mark metal layer for rendering only (#241) (ccbedd9)

📚 Documentation

  • Fixed docs MyModel usage from useModel({source: MyModel}) to useModel(MyModel) (#246) (3cf76c6)

🐛 Bug Fixes

Release 1.5.0

18 Jul 10:36
a01b217
Compare
Choose a tag to compare

1.5.0 (2024-07-18)

✨ Features

  • component to modify specific entities (#238) (865aec6)

Release 1.4.1

16 Jul 17:41
8b21556
Compare
Choose a tag to compare

1.4.1 (2024-07-16)

🐛 Bug Fixes

  • include assets (default light) in npm package (8b27ca6)

Release 1.4.0

16 Jul 17:32
c40f426
Compare
Choose a tag to compare

1.4.0 (2024-07-16)

🐛 Bug Fixes

  • useWorkletCallback returned unstable ref (#226) (a86dded)
  • metro bundler The 'declare' modifier is only allowed when the... error (#224) (9b7cf99)

✨ Features

Release 1.3.1

08 Jul 14:32
f172252
Compare
Choose a tag to compare

1.3.1 (2024-07-08)

🐛 Bug Fixes

  • fix hexColorToSRGBLinear throwing "unknown error" (#212) (2ea507a)
  • race conditions surface destroyed (#214) (d21a421)

Release 1.3.0

28 Jun 16:20
235ca71
Compare
Choose a tag to compare

1.3.0 (2024-06-28)

✨ Features

  • add simple logging interface (js only at the moment) (#209) (5ffda6c)

🐛 Bug Fixes

  • fix error reporting by fixing wrapWithErrorHandler (2b68a38)
  • fix race conditions that could lead to crashes (#210) (aa503e1)

Release 1.2.2

18 Jun 17:59
Compare
Choose a tag to compare

1.2.2 (2024-06-18)

🐛 Bug Fixes

Release 1.2.1

18 Jun 16:19
Compare
Choose a tag to compare

1.2.1 (2024-06-18)

🐛 Bug Fixes

  • stop recording when no listeners (a073a4d)

Release 1.2.0

18 Jun 16:01
Compare
Choose a tag to compare

1.2.0 (2024-06-18)

✨ Features

  • Use AVAssetWriterInputPixelBufferAdaptor directly, remove unnecessary extra CVPixelBufferPoolRef (#203) (fba4511)

Release 1.1.0

17 Jun 07:49
Compare
Choose a tag to compare

1.1.0 (2024-06-17)

🐛 Bug Fixes

✨ Features