Skip to content

Release 0.7.0

Compare
Choose a tag to compare
@hannojg hannojg released this 12 Mar 15:03
· 362 commits to main since this release

0.7.0 (2024-03-12)

✨ Features

  • Add isPaused prop to useEngine (#41) (bbb8d58)
  • Create Dispatcher - a Platform specific interface for awaitable UI or Background Threading dispatches (#45) (dd577b2)
  • Make asset loading asynchronous and introduce hooks (#42) (6c41639)
  • Make asset loading asynchronous and introduce hooks (#44) (3b5a958)
  • Support natively async functions through std::future<T> (returns jsi::Promise<T>) (#37) (faac44f)

🐛 Bug Fixes

  • Create reportError for RN error utils (c85b9fe)
  • Delay ctor initialization for WithJNIScope (24c4225)
  • don't fail if asset is null already (ffcb5f9)
  • Don't return Engine in useRenderCallback (29ea8e8)
  • iOS: Remove DisplayLinkListener properly (#38) (3f76500)
  • Update Filament Animator patch to be more reliable (#46) (4c37b70)
  • update resources while rendering (#39) (0e29e0f)