Skip to content

Release 0.24.1

Latest
Compare
Choose a tag to compare
@mrousavy mrousavy released this 24 Feb 16:05
· 4 commits to main since this release

0.24.1 (2025-02-24)

⚠️ BREAKING CHANGES

  • All HybridView classes now need to take in a single parameter for their constructor: context: ThemedReactContext 98a7855
- class HybridCameraView : HybridCameraViewSpec() {
+ class HybridCameraView(val context: ThemedReactContext) : HybridCameraViewSpec() {

✨ Features

  • Add context as a parameter to HybridViews (#583) (98a7855)

💨 Performance Improvements

  • Replace getClass() with javaClassStatic() (#582) (6e2dbea)

🐛 Bug Fixes

  • Generate separate function for invoke_cxx (#581) (12d10c8)

📚 Documentation

  • Add Ko-Fi to sponsor/funding page (757c670)