Skip to content

Release 4.6.0

Latest
Compare
Choose a tag to compare
@mrousavy mrousavy released this 30 Oct 15:47
· 1 commit to main since this release

4.6.0 (2024-10-30)

This is technically a minor-breaking release, because videoBitRate has been moved from startRecording({ ... }) options to <Camera ... /> props. But now videoBitRate also works on Android!! 🥳

✨ Features

  • Add Android support to videoBitRate (move it to props) (#3269) (8cc9803)
  • Upgrade CameraX to 1.5.0-alpha02 in /package/android (#3223) (dc43cdb)
  • Upgrade to RN 0.75.4 (#3243) (5037e79)

🐛 Bug Fixes

  • Fix any initialization errors in getFormats() (e.g. IllegalArgumentException - width must be positive) (#3236) (e66f187)
  • Fix build for RN 0.76 by using new shared prefab (#3263) (48b4300)
  • Fix events in bridgeless mode (#3240) (e2d169a)
  • Fix mapping of itf and add new itf-14 type in iOS (#3252) (db99c08)
  • Make Orientation public (7fb7d5f)
  • update ExampleSwiftFrameProcessor.swift reference (#3257) (51d0a8a)
  • update frame processor plugin reference (#3199) (50042fb)

📚 Documentation