Releases: teslamotors/react-native-camera-kit
Releases · teslamotors/react-native-camera-kit
v17.0.1
v17.0.0
Breaking changes
- Removed
iOsSleepBeforeStarting(was introduced briefly in v16.1.0)
This property is no longer necessary as the underlying issue is now fixed - Xcode 26 is now required for building (to support the optional deferred start feature)
What's New
- Added
iOsDeferredStartfor slightly better UI performance (default:true)
Fixes
- Fix (Android): Add missing setIOsSleepBeforeStarting stub for new arch by @coreyphillips in #760
Full Changelog: v16.2.1...v17.0.0
v16.2.1
v16.2.0
What's Changed
- Fixed crash error in cameraProviderFuture.get() by @limpbrains in #757
- Added
allowedBarcodeTypesproperty by @IlyaPasternakAmitech in #727
Only specify a limited set of barcodes to improve scanning performance/battery life - Add mount stress test to CameraKit example app by @scarlac in #759
Can help trigger the occasional crashing iOS 26 issue, to measure performance, or find memory leaks
New Contributors
- @limpbrains made their first contribution in #757
- @IlyaPasternakAmitech made their first contribution in #727
Full Changelog: v16.1.3...v16.2.0
v16.1.3
What's Changed
- Fix missing Bundler in CI linter workflow causing pod install failures by @Copilot in #750
- Define
filesarray to exclude files in the published bundle by @Simek in #751 - Fixed zoom/maxZoom issue on legacy arch when (max)Zoom isn't defined by @scarlac in 9acbc49
New Contributors
Full Changelog: v16.1.2...v16.1.3
v16.1.2
v16.1.1
v16.1.0
What's Changed
- Add file size (bytes) to capture() result on Android by @gargwork321 in #739
- Fixed support for RN 0.76 and other older RN versions by @scarlac in #746
New Contributors
- @gargwork321 made their first contribution in #739
Full Changelog: v16.0.1...v16.1.0
v16.0.1
v16.0.0
Breaking changes
- Fabric/new arch support was revamped in several ways. While this isn't officially breaking anything (it should be fixing stuff) it's quite possible something broke depending on what RN version you are using. Please report issues so we can follow up if needed.
What's Changed
- Fix checking focusMode instead of zoomMode by @WilliamWelsh in #728
- fix: memory leak introduced in 21f7601 by @DavidBertet in #734
- Fix fabric layout issues in iOS on fresh React Native v0.80.0 by @SmartArray in #731
- Upgraded example to RN 0.81 by @scarlac in #738
- Fixed new arch support by @scarlac in #741
New Contributors
- @WilliamWelsh made their first contribution in #728
- @SmartArray made their first contribution in #731
Full Changelog: v15.1.0...v16.0.0