Skip to content

Releases: teslamotors/react-native-camera-kit

v18.0.0

Choose a tag to compare

@scarlac scarlac released this 12 May 18:13

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

New Contributors

Full Changelog: v17.0.1...v18.0.0

v17.0.1

Choose a tag to compare

@scarlac scarlac released this 12 Jan 18:48
  • Fixed #763 - Android compilation error ("'setIOsSleepBeforeStarting' overrides nothing")

Full Changelog: v17.0.0...v17.0.1

v17.0.0

Choose a tag to compare

@scarlac scarlac released this 09 Jan 00:47

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 iOsDeferredStart for 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

Choose a tag to compare

@scarlac scarlac released this 08 Jan 21:46

v16.2.0

Choose a tag to compare

@scarlac scarlac released this 05 Jan 23:58

What's Changed

  • Fixed crash error in cameraProviderFuture.get() by @limpbrains in #757
  • Added allowedBarcodeTypes property 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

Full Changelog: v16.1.3...v16.2.0

v16.1.3

Choose a tag to compare

@scarlac scarlac released this 01 Oct 17:55

What's Changed

  • Fix missing Bundler in CI linter workflow causing pod install failures by @Copilot in #750
  • Define files array 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

  • @Copilot made their first contribution in #750
  • @Simek made their first contribution in #751

Full Changelog: v16.1.2...v16.1.3

v16.1.2

Choose a tag to compare

@scarlac scarlac released this 10 Sep 01:29

What's Changed

Full Changelog: v16.1.1...v16.1.2

v16.1.1

Choose a tag to compare

@scarlac scarlac released this 09 Sep 21:24

What's Changed

  • fix: remove orientation listener on camera unmount by @lukebars in #745

New Contributors

Full Changelog: v16.1.0...v16.1.1

v16.1.0

Choose a tag to compare

@scarlac scarlac released this 09 Sep 21:00

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

Full Changelog: v16.0.1...v16.1.0

v16.0.1

Choose a tag to compare

@scarlac scarlac released this 05 Sep 21:02

What's Changed

  • Fixed regression in v16.0.0 with apps with USE_FRAMEWORKS @scarlac in 697ecb1

Full Changelog: v16.0.0...v16.0.1