Releases: teslamotors/react-native-camera-kit
Releases · teslamotors/react-native-camera-kit
Release list
v18.0.0
Breaking Changes
No known breaking changes were done.
The addition of the face detection can possibly cause a regression, so it's been marked as a major release.
What's Changed
- Exclude generated build output from npm package by @avarayr in #789
- Add face detection by @mike-rbrts in #787
New Contributors
- @avarayr made their first contribution in #789
- @mike-rbrts made their first contribution in #787
Full Changelog: v17.0.1...v18.0.0
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