Releases: teslamotors/react-native-camera-kit
Releases · teslamotors/react-native-camera-kit
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
v15.1.0
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
- Fixed Android build regression caused by #690 (thanks @d-moreira)
Full Changelog: v15.0.0...v15.0.1
v15.0.0
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
- @marcosrdz made their first contribution in #702
- @phlpsong made their first contribution in #701
Full Changelog: v14.2.0...v15.0.0
v14.2.0
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
onCaptureButtonPressInandonCaptureButtonPressOutwhen 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
- @lukailun made their first contribution in #695
- @aravind3566 made their first contribution in #698
- @jlapp9 made their first contribution in #687
- @rawatnaresh made their first contribution in #693
And a shoutout to @DavidBertet for assisting with tickets and PRs!
Full Changelog: v14.1.0...v14.2.0