Pradeep Subramaniam f51bd0573d3 Change s.dependency 'React-Core' to s.dependency 'React' 16 Nov 2020 Pradeep, Subramaniam 0676163d807 Change zxing lib to compileOnly for android 13 Nov 2020 Felippe Rodrigo Puhle 42388be530f M Merge pull request #3005 from doranteseduardo/master Fixed documentation URL 21 Oct 2020 Eduardo Dorantes 4b65edfe849 Fixed documentation URL 20 Oct 2020 Sibelius Seraphini d973dbaab68 improve 14 Oct 2020 Sibelius Seraphini b01531189ad Looking for Maintainers 14 Oct 2020 semantic-release-bot 819ba0d526b chore(release): 3.40.0 [skip ci] # [3.40.0](https://github.com/react-native-community/react-native-camera/compare/v3.39.1...v3.40.0) (2020-09-18)
### Features
* **ios:** Optimize invertColors / fix memory leak ([#2955](https://github.com/react-native-community/react-native-camera/issues/2955)) ([43f2a0f](https://github.com/react-native-community/react-native-camera/commit/43f2a0f77493f1e30d8ab69753dc02cc0e14e127)), closes [#... 18 Sep 2020 stanleykerr 43f2a0f7749 feat(ios): Optimize invertColors / fix memory leak (#2955) Releases the CGImage that was created in order to populate the UIImage's CGImage property. This probably relates to #2904 and possibly #2950. 18 Sep 2020 dependabot[bot] 90ec544cd2a chore(deps): bump logkitty in /examples/advanced/advanced (#2976) Bumps [logkitty](https://github.com/zamotany/logkitty) from 0.6.1 to 0.7.1.
- [Release notes](https://github.com/zamotany/logkitty/releases)
- [Commits](https://github.com/zamotany/logkitty/compare/v0.6.1...v0.7.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 18 Sep 2020 semantic-release-bot 5c1187ed421 chore(release): 3.39.1 [skip ci] ## [3.39.1](https://github.com/react-native-community/react-native-camera/compare/v3.39.0...v3.39.1) (2020-09-17)
### Bug Fixes
* Xcode 12 compatibility ([#2975](https://github.com/react-native-community/react-native-camera/issues/2975)) ([1e7152e](https://github.com/react-native-community/react-native-camera/commit/1e7152e179893c017fcb247e509a157e79890048)) 17 Sep 2020 Radek Czemerys 1e7152e1798 fix: Xcode 12 compatibility (#2975) 17 Sep 2020 semantic-release-bot d5e74c05ed2 chore(release): 3.39.0 [skip ci] # [3.39.0](https://github.com/react-native-community/react-native-camera/compare/v3.38.0...v3.39.0) (2020-09-08)
### Features
* **upgrade:** upgrade deps ([#2967](https://github.com/react-native-community/react-native-camera/issues/2967)) ([1d876ef](https://github.com/react-native-community/react-native-camera/commit/1d876ef5ebd16b43506c4484d1749e4cfbe8e19b)) 09 Sep 2020 dependabot[bot] bde54e0559b chore(deps): bump handlebars in /examples/advanced/advanced (#2968) Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.2 to 4.7.6.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.5.2...v4.7.6)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependab... 09 Sep 2020 Sibelius Seraphini 1d876ef5ebd feat(upgrade): upgrade deps (#2967) * feat(upgrade): upgrade deps
* feat(key): add missing debug keystore 09 Sep 2020 dependabot[bot] a6a7a9be1b7 chore(deps): bump decompress from 4.2.0 to 4.2.1 in /website (#2962) Bumps [decompress](https://github.com/kevva/decompress) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/kevva/decompress/releases)
- [Commits](https://github.com/kevva/decompress/compare/v4.2.0...v4.2.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 08 Sep 2020 dependabot[bot] 27dbe43ad3e chore(deps): bump @hapi/hoek in /examples/advanced/advanced (#2965) Bumps [@hapi/hoek](https://github.com/hapijs/hoek) from 8.5.0 to 8.5.1.
- [Release notes](https://github.com/hapijs/hoek/releases)
- [Commits](https://github.com/hapijs/hoek/compare/v8.5.0...v8.5.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 08 Sep 2020 semantic-release-bot 641ae7525c4 chore(release): 3.38.0 [skip ci] # [3.38.0](https://github.com/react-native-community/react-native-camera/compare/v3.37.0...v3.38.0) (2020-09-02)
### Features
* **windows:** updates for RNW 0.63 ([#2960](https://github.com/react-native-community/react-native-camera/issues/2960)) ([b990a24](https://github.com/react-native-community/react-native-camera/commit/b990a24)), closes [#2942](https://github.com/react-native-community/... 02 Sep 2020 Jon Thysell b990a2465c7 feat(windows): updates for RNW 0.63 (#2960) Build:
* Updated huycn.zxingcpp.winrt to v1.1.0, enables ARM64 build on RNW >=
0.61
* Updated ReactNativeCameraCPP.sln with RNW 0.63 dependencies
* Added ReactNativeCameraCPP62.sln for building against RNW 0.62
* Cleaned up ReactNativeCameraCPP61.sln for building against RNW 0.61
ReactNativeCamera RNCamera component:
* Passing unspecified maxDuration to recordAsync no longer stops
recordin... 02 Sep 2020 semantic-release-bot f4f63523921 chore(release): 3.37.0 [skip ci] # [3.37.0](https://github.com/react-native-community/react-native-camera/compare/v3.36.0...v3.37.0) (2020-08-21)
### Bug Fixes
* **android:** Fix camera parameters getting lost on setting focus. ([#2946](https://github.com/react-native-community/react-native-camera/issues/2946)) ([4763777](https://github.com/react-native-community/react-native-camera/commit/4763777))
### Features
* **androi... 21 Aug 2020 cristianoccazinsp 7109ac7ab11 feat(ios): Reset cached exposure limits to avoid a crash. (#2948) Add exception handling to exposure updates just in case.
Co-authored-by: Cristiano Coelho <cristianocca@hotmail.com> 21 Aug 2020 cristianoccazinsp 47637774a15 fix(android): Fix camera parameters getting lost on setting focus. (#2946) * Fix camera parameters getting lost on setting focus.
* merge error
Co-authored-by: Cristiano Coelho <cristianocca@hotmail.com> 21 Aug 2020 cristianoccazinsp 628c4162e17 feat(android): Document `pictureSize` and make sure Camera1 implementation uses it appropriately. (#2945) Co-authored-by: Cristiano Coelho <cristianocca@hotmail.com> 21 Aug 2020 semantic-release-bot d7092048ff0 chore(release): 3.36.0 [skip ci] # [3.36.0](https://github.com/react-native-community/react-native-camera/compare/v3.35.0...v3.36.0) (2020-08-11)
### Features
* **windows:** added barcode scanning support ([#2930](https://github.com/react-native-community/react-native-camera/issues/2930)) ([2782a24](https://github.com/react-native-community/react-native-camera/commit/2782a24)), closes [#2830](https://github.com/react-native-... 12 Aug 2020 dependabot[bot] 5a3af657736 chore(deps): bump prismjs from 1.16.0 to 1.21.0 in /website (#2939) Bumps [prismjs](https://github.com/PrismJS/prism) from 1.16.0 to 1.21.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.16.0...v1.21.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.... 12 Aug 2020 Jon Thysell 2782a24d250 feat(windows): added barcode scanning support (#2930) Build:
* Fixed issue with edit and continue debug symbols
* Fixed ReactNativeCameraCPP61 builds
* Added dependency on huycn.zxingcpp.winrt for barcode support
ReactNativeCameraCPP RNCamera component:
* Added onBarCodeRead event support
* Added barCodeScannerEnabled property support
* Added barCodeTypes property support
* Added barCodeReadIntervalMS property to alter how often the scan
occurs... 12 Aug 2020 semantic-release-bot bec91a4b5a0 chore(release): 3.35.0 [skip ci] # [3.35.0](https://github.com/react-native-community/react-native-camera/compare/v3.34.0...v3.35.0) (2020-07-23)
### Features
* **android:** use FOCUS_MODE_MACRO if FOCUS_MODE_CONTINOUS_PICTURE is not available and device is scanning ([#2912](https://github.com/react-native-community/react-native-camera/issues/2912)) ([20c62fb](https://github.com/react-native-community/react-native-camera/com... 24 Jul 2020 SimonErm 20c62fb972e feat(android): use FOCUS_MODE_MACRO if FOCUS_MODE_CONTINOUS_PICTURE is not available and device is scanning (#2912) Co-authored-by: sermler <s.ermler@evosec.de> 24 Jul 2020 semantic-release-bot 5a27a361fd7 chore(release): 3.34.0 [skip ci] # [3.34.0](https://github.com/react-native-community/react-native-camera/compare/v3.33.0...v3.34.0) (2020-07-23)
### Features
* **android:** onBarCodeRead should also send raw photo bytes, fixed [#2786](https://github.com/react-native-community/react-native-camera/issues/2786) ([#2923](https://github.com/react-native-community/react-native-camera/issues/2923)) ([0df72c3](https://github.com/re... 24 Jul 2020 Hendy Irawan 0df72c31143 feat(android): onBarCodeRead should also send raw photo bytes, fixed #2786 (#2923) * feat: onBarCodeRead should also send raw photo bytes, fixed #2786
* docs: documentation to explain feature #2786 24 Jul 2020 semantic-release-bot c3159aa374e chore(release): 3.33.0 [skip ci] # [3.33.0](https://github.com/react-native-community/react-native-camera/compare/v3.32.0...v3.33.0) (2020-07-21)
### Features
* **android:** Added pause and resume recording ([#2911](https://github.com/react-native-community/react-native-camera/issues/2911)) ([360a5b0](https://github.com/react-native-community/react-native-camera/commit/360a5b0)) 22 Jul 2020 Pradeep S Asundi 360a5b0ce23 feat(android): Added pause and resume recording (#2911) * Added pause and resume recording functionality for android version 24 onwards
* Added pause and resume recording functions to Camera1.java
Co-authored-by: Pradeep Asundi <pradeep@asundi.in> 22 Jul 2020 semantic-release-bot 951fcbd3975 chore(release): 3.32.0 [skip ci] # [3.32.0](https://github.com/react-native-community/react-native-camera/compare/v3.31.1...v3.32.0) (2020-07-17)
### Features
* **windows:** updated for react-native-windows 0.62 ([#2882](https://github.com/react-native-community/react-native-camera/issues/2882)) ([93e6581](https://github.com/react-native-community/react-native-camera/commit/93e6581)) 17 Jul 2020 dependabot[bot] 0d90e84848b chore(deps): bump lodash from 4.17.15 to 4.17.19 in /examples/tests (#2902) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 17 Jul 2020 dependabot[bot] e78242b0389 chore(deps): bump lodash from 4.17.15 to 4.17.19 in /examples/mlkit (#2900) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 17 Jul 2020 dependabot[bot] 2d7985a46f1 chore(deps): bump lodash in /examples/advanced/advanced (#2903) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 17 Jul 2020 dependabot[bot] f3d6d7db19d chore(deps): bump lodash from 4.17.14 to 4.17.19 in /examples/basic (#2899) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.14...4.17.19)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 17 Jul 2020 Jon Thysell 93e6581cde9 feat(windows): updated for react-native-windows 0.62 (#2882) Build:
* Updated ReactNativeCameraCPP projects to use the new RNW lib props/targets provided in 0.62 for easier upgrades
* Added new ReactNativeCameraCPP solution and readme with instructions for building locally
* Added ReactNativeCameraCPP61 solution and project to maintain 0.61 support
ReactNativeCameraCPP RNCamera component:
* Added properties: defaultVideoQuality, mirrorVideo, autoFocus, ... 17 Jul 2020 dependabot[bot] d62da5f092f chore(deps): bump lodash from 4.17.14 to 4.17.19 in /website (#2901) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.14...4.17.19)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 17 Jul 2020 semantic-release-bot a1ba2252b27 chore(release): 3.31.1 [skip ci] ## [3.31.1](https://github.com/react-native-community/react-native-camera/compare/v3.31.0...v3.31.1) (2020-07-13)
### Bug Fixes
* Fix (iOS) Fixed RNCameraManager.m ([#2895](https://github.com/react-native-community/react-native-camera/issues/2895)) ([7c796bf](https://github.com/react-native-community/react-native-camera/commit/7c796bf)) 13 Jul 2020 Marcel Lasaj 7c796bf0fd1 fix: Fix (iOS) Fixed RNCameraManager.m (#2895) - Camera Manager now also asks for permission when the description texts for camera and audio permission are localized 13 Jul 2020 dependabot[bot] bd4a7014a9c chore(deps): bump npm from 6.13.4 to 6.14.6 (#2891) Bumps [npm](https://github.com/npm/cli) from 6.13.4 to 6.14.6.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/compare/v6.13.4...v6.14.6)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 08 Jul 2020 semantic-release-bot e1462ea169c chore(release): 3.31.0 [skip ci] # [3.31.0](https://github.com/react-native-community/react-native-camera/compare/v3.30.0...v3.31.0) (2020-06-30)
### Features
* **ios:** Remove artificial throttling of barcode scanning ([#2884](https://github.com/react-native-community/react-native-camera/issues/2884)) ([9675813](https://github.com/react-native-community/react-native-camera/commit/9675813)) 30 Jun 2020 Manish Kumar 9675813b7fe feat(ios): Remove artificial throttling of barcode scanning (#2884) 30 Jun 2020 semantic-release-bot 7706ccbea7c chore(release): 3.30.0 [skip ci] # [3.30.0](https://github.com/react-native-community/react-native-camera/compare/v3.29.0...v3.30.0) (2020-06-10)
### Features
* **ios:** enhanced advanced example project ([134173f](https://github.com/react-native-community/react-native-camera/commit/134173f)), closes [#2774](https://github.com/react-native-community/react-native-camera/issues/2774) 11 Jun 2020 Renato Benkendorf b738f41a7e8 M Merge pull request #2865 from rfischer/feat/advanced-example-whitebalance Enhanced advanced example project 11 Jun 2020 Mateus Andrade 0c78f0341d2 M docs: Merge pull request #2868 from luism3861/fix-scroll-links-api-page fix scroll links in API Docs website 11 Jun 2020 luism3861 6f433267d6c fix scroll links Api page in website docs 11 Jun 2020 René Fischer e11918ccf75 refactor: removed duplicated check for custom white balance 10 Jun 2020 René Fischer bb774ead9b7 Update examples/advanced/advanced/src/screens/Camera.js Co-authored-by: Renato Benkendorf <51369951+renatobenks@users.noreply.github.com> 10 Jun 2020 René Fischer 945e97a0428 Update examples/advanced/advanced/src/screens/Camera.js Co-authored-by: Renato Benkendorf <51369951+renatobenks@users.noreply.github.com> 10 Jun 2020