Skip to content

Releases: teslamotors/react-native-camera-kit

v16.1.3

01 Oct 17:55

Choose a tag to compare

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

10 Sep 01:29

Choose a tag to compare

What's Changed

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

v16.1.1

09 Sep 21:24

Choose a tag to compare

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

09 Sep 21:00

Choose a tag to compare

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

05 Sep 21:02

Choose a tag to compare

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

v16.0.0

04 Sep 23:25

Choose a tag to compare

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

New Contributors

Full Changelog: v15.1.0...v16.0.0

v15.1.0

09 Jun 23:50

Choose a tag to compare

What's Changed

  • Upgrade CameraX Version from 1.1.0 to 1.4.2 by @aravind3566 in #722
    This shouldn't be a breaking change, so it was released as v15.1 instead of v16.0.
  • Fixed Fixed AVCaptureSession
  • Fixed iOS 13 compile errors

Full Changelog: v15.0.1...v15.1.0

v15.0.1

24 Apr 21:46

Choose a tag to compare

Full Changelog: v15.0.0...v15.0.1

v15.0.0

24 Apr 00:13

Choose a tag to compare

Breaking

While this change isn't fully breaking, some people may see a visual change in how the view finder appears before/after the update. The new behavior is more appropriate for the picture being taken but may visually "break" whatever design you've set up. To test, simply upgrade and verify that the viewfinder is showing what you want (in the right aspect ration with no unexpected black borders) for the devices you want to support.

  • Use the view finder's dimensions instead of the whole screen's to determine the photo aspect ratio by @jlapp9 in

Other Changes

  • Added mac catalyst support by @marcosrdz in #702
  • Fixed camera orientation for Mac Catalyst by @marcosrdz in #705
  • Added customizable scan box size by @phlpsong in #701
    #710
  • Fixed booleans on iOS and missing prop by @WoLewicki in #690
  • Fixed potential crash: "AVCaptureSession ... startRunning may not be called between calls"

New Contributors

Full Changelog: v14.2.0...v15.0.0

v14.2.0

11 Feb 21:18

Choose a tag to compare

What's Changed

  • Example code now uses React Native v0.76 by @WoLewicki in #681
  • Added support for React Native v0.77 by @lukailun in #695
  • (Android) Added support for onCaptureButtonPressIn and onCaptureButtonPressOut when pressing volume up/down or dedicated camera button on Android by @jlapp9 in #687
  • (Android) Upgraded "com.google.mlkit:barcode-scanning" version by @aravind3566 in #698
  • (Android) Added QR detection only when inside the frame by @rawatnaresh in #693

New Contributors

And a shoutout to @DavidBertet for assisting with tickets and PRs!

Full Changelog: v14.1.0...v14.2.0