Commit Graph

179 Commits

Author SHA1 Message Date
semantic-release-bot
c235435b4f chore(release): 3.15.0 [skip ci]
# [3.15.0](https://github.com/react-native-community/react-native-camera/compare/v3.14.0...v3.15.0) (2019-12-13)

### Features

* **ios:** Make camera ready events to fire also on camera/device change to be consistent with Android. Fire unmount error when session or device fails to start. Update advanced example app to use camera ready event instead. ([#2642](https://github.com/react-native-community/react-native-camera/issues/2642)) ([7abf3f7](https://github.com/react-native-community/react-native-camera/commit/7abf3f7))
2019-12-13 17:55:53 +00:00
semantic-release-bot
0745fb90f0 chore(release): 3.14.0 [skip ci]
# [3.14.0](https://github.com/react-native-community/react-native-camera/compare/v3.13.1...v3.14.0) (2019-12-10)

### Bug Fixes

* **android:** Fix Objects.equals that is only available after API 19 ([#2635](https://github.com/react-native-community/react-native-camera/issues/2635)) ([8c6a26f](https://github.com/react-native-community/react-native-camera/commit/8c6a26f))
* **example:** fixes and updates in mlkit example ([#2618](https://github.com/react-native-community/react-native-camera/issues/2618)) ([72c5624](https://github.com/react-native-community/react-native-camera/commit/72c5624))
* **ts:** fixed incorrect type definition file path ([#2622](https://github.com/react-native-community/react-native-camera/issues/2622)) ([047bbea](https://github.com/react-native-community/react-native-camera/commit/047bbea))

### Features

* **android:** Load Android Gradle Plugin conditionally ([#2623](https://github.com/react-native-community/react-native-camera/issues/2623)) ([d8cf6c9](https://github.com/react-native-community/react-native-camera/commit/d8cf6c9))
* **android:** restore state when useCamera2api is enabled ([#2603](https://github.com/react-native-community/react-native-camera/issues/2603)) ([1f8b863](https://github.com/react-native-community/react-native-camera/commit/1f8b863))
* **docs:** update onBarCodeRead on Android and add additional SubView library ([#2616](https://github.com/react-native-community/react-native-camera/issues/2616)) ([fe84811](https://github.com/react-native-community/react-native-camera/commit/fe84811))
* **iOS:** allow for audio session to be kept ([#2636](https://github.com/react-native-community/react-native-camera/issues/2636)) ([fe5d11d](https://github.com/react-native-community/react-native-camera/commit/fe5d11d))
2019-12-10 14:07:04 +00:00
SaeedZhiany
047bbeab56 fix(ts): fixed incorrect type definition file path (#2622) 2019-12-03 16:10:26 -03:00
semantic-release-bot
0af8ea9756 chore(release): 3.13.1 [skip ci]
## [3.13.1](https://github.com/react-native-community/react-native-camera/compare/v3.13.0...v3.13.1) (2019-12-01)

### Bug Fixes

* **android:** barcode option passing to mlkit for Android ([#2614](https://github.com/react-native-community/react-native-camera/issues/2614)) ([32355f4](https://github.com/react-native-community/react-native-camera/commit/32355f4))
2019-12-01 23:56:03 +00:00
semantic-release-bot
c728529563 chore(release): 3.13.0 [skip ci]
# [3.13.0](https://github.com/react-native-community/react-native-camera/compare/v3.12.0...v3.13.0) (2019-11-29)

### Features

* **types:** Add "URL" to Barcode types & export additional TS types ([#2613](https://github.com/react-native-community/react-native-camera/issues/2613)) ([3f1334c](https://github.com/react-native-community/react-native-camera/commit/3f1334c))
2019-11-29 22:04:16 +00:00
semantic-release-bot
ecb20719d0 chore(release): 3.12.0 [skip ci]
# [3.12.0](https://github.com/react-native-community/react-native-camera/compare/v3.11.1...v3.12.0) (2019-11-29)

### Bug Fixes

* **ios:** camera is not detecting any faces ([#2611](https://github.com/react-native-community/react-native-camera/issues/2611)) ([b3d0ebe](https://github.com/react-native-community/react-native-camera/commit/b3d0ebe))

### Features

* **docs:** Feature/simplify installtion ([#2606](https://github.com/react-native-community/react-native-camera/issues/2606)) ([a39e8a8](https://github.com/react-native-community/react-native-camera/commit/a39e8a8))
2019-11-29 21:18:30 +00:00
semantic-release-bot
36ba510f39 chore(release): 3.11.1 [skip ci]
## [3.11.1](https://github.com/react-native-community/react-native-camera/compare/v3.11.0...v3.11.1) (2019-11-20)

### Bug Fixes

* **mlkit:** implement proper RNFaceDetectorModuleMLKit if FirebaseMLVision is una… ([#2599](https://github.com/react-native-community/react-native-camera/issues/2599)) ([e35cc2d](https://github.com/react-native-community/react-native-camera/commit/e35cc2d))
2019-11-20 10:13:46 +00:00
semantic-release-bot
92525f2c69 chore(release): 3.11.0 [skip ci]
# [3.11.0](https://github.com/react-native-community/react-native-camera/compare/v3.10.0...v3.11.0) (2019-11-20)

### Features

* **exif:** Implement writeExif for iOS, Android improvements ([#2577](https://github.com/react-native-community/react-native-camera/issues/2577)) ([aa22fd1](https://github.com/react-native-community/react-native-camera/commit/aa22fd1))
2019-11-20 03:26:12 +00:00
semantic-release-bot
7fa631f32d chore(release): 3.10.0 [skip ci]
# [3.10.0](https://github.com/react-native-community/react-native-camera/compare/v3.9.0...v3.10.0) (2019-11-20)

### Bug Fixes

* **android:** fix possible crash when attempting to retrieve camera parameters. ([#2570](https://github.com/react-native-community/react-native-camera/issues/2570)) ([be8a08c](https://github.com/react-native-community/react-native-camera/commit/be8a08c))
* **android:** Possible ANR due to events not fired on the main thread ([#2591](https://github.com/react-native-community/react-native-camera/issues/2591)) ([ad9d084](https://github.com/react-native-community/react-native-camera/commit/ad9d084))

### Features

* **docs:** update example readme and ios splash screen text ([#2589](https://github.com/react-native-community/react-native-camera/issues/2589)) ([cd0ca06](https://github.com/react-native-community/react-native-camera/commit/cd0ca06))
* **docs:** update react-navigation doc ([#2574](https://github.com/react-native-community/react-native-camera/issues/2574)) ([81563d7](https://github.com/react-native-community/react-native-camera/commit/81563d7))
* **example:** New example app using RN 0.61, native-base, and react-navigation. ([#2588](https://github.com/react-native-community/react-native-camera/issues/2588)) ([9c6fcea](https://github.com/react-native-community/react-native-camera/commit/9c6fcea))
* **ios:** Handle audio interruption in session queue. This prevents the session isRunning flag from getting corrupted due to concurrent updates to the session. ([#2567](https://github.com/react-native-community/react-native-camera/issues/2567)) ([ffbd805](https://github.com/react-native-community/react-native-camera/commit/ffbd805))
* **ios:** Preserve exif/metadata on photo capture. ([#2573](https://github.com/react-native-community/react-native-camera/issues/2573)) ([fabacb4](https://github.com/react-native-community/react-native-camera/commit/fabacb4))
* **npm:** ignore docs and publish 3.11.0 ([7c1284f](https://github.com/react-native-community/react-native-camera/commit/7c1284f))
* **npm:** ignore website when publishing to npm, manual bump ([aa0e2a9](https://github.com/react-native-community/react-native-camera/commit/aa0e2a9))
* **ts:** Update index.d.ts ([#2590](https://github.com/react-native-community/react-native-camera/issues/2590)) ([eece04a](https://github.com/react-native-community/react-native-camera/commit/eece04a))
2019-11-20 02:44:42 +00:00
Sibelius Seraphini
7c1284f73f
feat(npm): ignore docs and publish 3.11.0 2019-11-19 23:39:46 -03:00
Sibelius Seraphini
aa0e2a9baf
feat(npm): ignore website when publishing to npm, manual bump 2019-11-19 23:33:15 -03:00
semantic-release-bot
4eb67c7b63 chore(release): 3.9.0 [skip ci]
# [3.9.0](https://github.com/react-native-community/react-native-camera/compare/v3.8.0...v3.9.0) (2019-11-04)

### Bug Fixes

* **ios:** Fix for a possible crash when changing devices and changing focus. If the new device resets the focus, "defocusing" might not be possible if the new device does not support auto focus. For this reason, we need to do a different cleanup on the focus and exposed flags and events. ([#2557](https://github.com/react-native-community/react-native-camera/issues/2557)) ([8f4601b](https://github.com/react-native-community/react-native-camera/commit/8f4601b))

### Features

* **android:** Android ui thread ([#2560](https://github.com/react-native-community/react-native-camera/issues/2560)) ([87774dd](https://github.com/react-native-community/react-native-camera/commit/87774dd))
* **Ios:** handle audio interruptions ([#2565](https://github.com/react-native-community/react-native-camera/issues/2565)) ([59dfdb6](https://github.com/react-native-community/react-native-camera/commit/59dfdb6))
2019-11-04 21:46:50 +00:00
semantic-release-bot
0158ebfd39 chore(release): 3.8.0 [skip ci]
# [3.8.0](https://github.com/react-native-community/react-native-camera/compare/v3.7.2...v3.8.0) (2019-10-19)

### Bug Fixes

* **ios:** Honor captureAudio flag by not requesting audio input if set to false. ([#2542](https://github.com/react-native-community/react-native-camera/issues/2542)) ([db8ce26](https://github.com/react-native-community/react-native-camera/commit/db8ce26))

### Features

* **android:** support null object of androidPermissionOptions to avoid request window ([#2551](https://github.com/react-native-community/react-native-camera/issues/2551)) ([20e0486](https://github.com/react-native-community/react-native-camera/commit/20e0486))
* **ci:** CircleCI Fix & Optimizations ([#2550](https://github.com/react-native-community/react-native-camera/issues/2550)) ([4705834](https://github.com/react-native-community/react-native-camera/commit/4705834))
* **readme:** improve tidelift ([28e8ad5](https://github.com/react-native-community/react-native-camera/commit/28e8ad5))
* **torch:** Torch fixes for iOS and a few nil checks. ([#2543](https://github.com/react-native-community/react-native-camera/issues/2543)) ([7abc7c2](https://github.com/react-native-community/react-native-camera/commit/7abc7c2))
2019-10-19 02:12:02 +00:00
semantic-release-bot
b74d31f4ca chore(release): 3.7.2 [skip ci]
## [3.7.2](https://github.com/react-native-community/react-native-camera/compare/v3.7.1...v3.7.2) (2019-10-14)

### Bug Fixes

* **ios:** Remove flickering due to audio input ([#2539](https://github.com/react-native-community/react-native-camera/issues/2539)) ([127da64](https://github.com/react-native-community/react-native-camera/commit/127da64))
2019-10-14 13:41:45 +00:00
semantic-release-bot
ae390037ff chore(release): 3.7.1 [skip ci]
## [3.7.1](https://github.com/react-native-community/react-native-camera/compare/v3.7.0...v3.7.1) (2019-10-09)

### Bug Fixes

* **android:** Add synchronized checks on some code that might cause issues if called concurrently. ([#2526](https://github.com/react-native-community/react-native-camera/issues/2526)) ([686ed2b](https://github.com/react-native-community/react-native-camera/commit/686ed2b))
2019-10-09 14:41:17 +00:00
semantic-release-bot
dd6c5a4e38 chore(release): 3.7.0 [skip ci]
# [3.7.0](https://github.com/react-native-community/react-native-camera/compare/v3.6.0...v3.7.0) (2019-10-08)

### Features

* **ios:** Add cameraId feature to iOS and various bug fixes ([#2510](https://github.com/react-native-community/react-native-camera/issues/2510)) ([58f3b3e](https://github.com/react-native-community/react-native-camera/commit/58f3b3e))
2019-10-08 15:30:13 +00:00
semantic-release-bot
e533d50572 chore(release): 3.6.0 [skip ci]
# [3.6.0](https://github.com/react-native-community/react-native-camera/compare/v3.5.0...v3.6.0) (2019-09-24)

### Features

* **android:** Support to enumerate and select Camera devices ([#2492](https://github.com/react-native-community/react-native-camera/issues/2492)) ([612cb65](https://github.com/react-native-community/react-native-camera/commit/612cb65))
2019-09-24 13:51:56 +00:00
semantic-release-bot
200c7e136c chore(release): 3.5.0 [skip ci]
# [3.5.0](https://github.com/react-native-community/react-native-camera/compare/v3.4.0...v3.5.0) (2019-09-24)

### Bug Fixes

* **android:** Update Camera1 to not crash on invalid ratio ([#2501](https://github.com/react-native-community/react-native-camera/issues/2501)) ([702f608](https://github.com/react-native-community/react-native-camera/commit/702f608))

### Features

* **ios:** videoBitrate option for iOS ([#2504](https://github.com/react-native-community/react-native-camera/issues/2504)) ([38a5ffb](https://github.com/react-native-community/react-native-camera/commit/38a5ffb))
2019-09-24 12:37:33 +00:00
semantic-release-bot
17293f73cc chore(release): 3.4.0 [skip ci]
# [3.4.0](https://github.com/react-native-community/react-native-camera/compare/v3.3.3...v3.4.0) (2019-09-09)

### Features

* **android:** Improve Android Camera1 error and concurrency handling. ([#2471](https://github.com/react-native-community/react-native-camera/issues/2471)) ([a20eb06](https://github.com/react-native-community/react-native-camera/commit/a20eb06))
2019-09-09 12:21:04 +00:00
semantic-release-bot
6e14c0b245 chore(release): 3.3.3 [skip ci]
## [3.3.3](https://github.com/react-native-community/react-native-camera/compare/v3.3.2...v3.3.3) (2019-09-05)

### Bug Fixes

* **android:** Fix app freeze on app/host pause on Android. Fix is quite simple, recording has to be stopped before the camera preview. ([#2467](https://github.com/react-native-community/react-native-camera/issues/2467)) ([57bf513](https://github.com/react-native-community/react-native-camera/commit/57bf513))
2019-09-05 21:04:25 +00:00
semantic-release-bot
654f1b221f chore(release): 3.3.2 [skip ci]
## [3.3.2](https://github.com/react-native-community/react-native-camera/compare/v3.3.1...v3.3.2) (2019-09-02)

### Bug Fixes

* **android:** Add an additional error check to avoid crashes on Android. This fix comes from testing on multiple devices, where for some unknown reason the decode process fails and returns null and the app crashes immediately due to a null pointer exception. This attempts to handle this issue more gracefully. ([#2446](https://github.com/react-native-community/react-native-camera/issues/2446)) ([497e4a2](https://github.com/react-native-community/react-native-camera/commit/497e4a2))
2019-09-02 18:35:47 +00:00
semantic-release-bot
ea935bd4c2 chore(release): 3.3.1 [skip ci]
## [3.3.1](https://github.com/react-native-community/react-native-camera/compare/v3.3.0...v3.3.1) (2019-09-02)

### Bug Fixes

* **android:** android-mlkit barcode bounds are inaccurate ([#2462](https://github.com/react-native-community/react-native-camera/issues/2462)) ([0323eaa](https://github.com/react-native-community/react-native-camera/commit/0323eaa))
2019-09-02 12:47:41 +00:00
semantic-release-bot
c62be1e99a chore(release): 3.3.0 [skip ci]
# [3.3.0](https://github.com/react-native-community/react-native-camera/compare/v3.2.1...v3.3.0) (2019-08-22)

### Features

* **android:** Add exposure (brightness) support for iOS and standardize exposure value ([#2419](https://github.com/react-native-community/react-native-camera/issues/2419)) ([ccd6f0b](https://github.com/react-native-community/react-native-camera/commit/ccd6f0b))
2019-08-22 18:43:41 +00:00
semantic-release-bot
70c8cbdb12 chore(release): 3.2.1 [skip ci]
## [3.2.1](https://github.com/react-native-community/react-native-camera/compare/v3.2.0...v3.2.1) (2019-08-22)

### Bug Fixes

* **ios:** for issue [#2434](https://github.com/react-native-community/react-native-camera/issues/2434) ([#2439](https://github.com/react-native-community/react-native-camera/issues/2439)) ([c9402b2](https://github.com/react-native-community/react-native-camera/commit/c9402b2))
2019-08-22 14:53:20 +00:00
semantic-release-bot
8c93ebd7aa chore(release): 3.2.0 [skip ci]
# [3.2.0](https://github.com/react-native-community/react-native-camera/compare/v3.1.2...v3.2.0) (2019-08-21)

### Features

* **ios:** rectOfInterest ([#1852](https://github.com/react-native-community/react-native-camera/issues/1852)) ([b47b80d](https://github.com/react-native-community/react-native-camera/commit/b47b80d))
2019-08-21 07:45:42 +00:00
semantic-release-bot
b90c58b794 chore(release): 3.1.2 [skip ci]
## [3.1.2](https://github.com/react-native-community/react-native-camera/compare/v3.1.1...v3.1.2) (2019-08-17)

### Bug Fixes

* **android:** This update does two things in order to fix [#2420](https://github.com/react-native-community/react-native-camera/issues/2420) and [#2421](https://github.com/react-native-community/react-native-camera/issues/2421). ([#2427](https://github.com/react-native-community/react-native-camera/issues/2427)) ([3407533](https://github.com/react-native-community/react-native-camera/commit/3407533))
2019-08-17 21:55:08 +00:00
semantic-release-bot
54e7dc1fee chore(release): 3.1.1 [skip ci]
## [3.1.1](https://github.com/react-native-community/react-native-camera/compare/v3.1.0...v3.1.1) (2019-08-08)

### Bug Fixes

* **ios:** wrap captureStillImageAsynchronouslyFromConnection with try/catch ([#2056](https://github.com/react-native-community/react-native-camera/issues/2056)) ([adac26f](https://github.com/react-native-community/react-native-camera/commit/adac26f))
2019-08-08 17:36:42 +00:00
semantic-release-bot
90225a96f0 chore(release): 3.1.0 [skip ci]
# [3.1.0](https://github.com/react-native-community/react-native-camera/compare/v3.0.2...v3.1.0) (2019-08-07)

### Features

* **android:** get format for android ([#2410](https://github.com/react-native-community/react-native-camera/issues/2410)) ([efb6b90](https://github.com/react-native-community/react-native-camera/commit/efb6b90))
2019-08-07 20:58:26 +00:00
semantic-release-bot
1724ec3952 chore(release): 3.0.2 [skip ci]
## [3.0.2](https://github.com/react-native-community/react-native-camera/compare/v3.0.1...v3.0.2) (2019-08-07)

### Bug Fixes

* **android:** use initial exposure value ([#2418](https://github.com/react-native-community/react-native-camera/issues/2418)) ([c93e92f](https://github.com/react-native-community/react-native-camera/commit/c93e92f))
2019-08-07 20:53:12 +00:00
semantic-release-bot
919cda2a15 chore(release): 3.0.1 [skip ci]
## [3.0.1](https://github.com/react-native-community/react-native-camera/compare/v3.0.0...v3.0.1) (2019-08-02)

### Bug Fixes

* **android:** prevent crash when using Camera2 with autoFocusPointOfInterest ([#2401](https://github.com/react-native-community/react-native-camera/issues/2401)) ([3786223](https://github.com/react-native-community/react-native-camera/commit/3786223))
* **android:** Support writing custom Exif tags to modified image file ([#2402](https://github.com/react-native-community/react-native-camera/issues/2402)) ([c748b4e](https://github.com/react-native-community/react-native-camera/commit/c748b4e))
* **exif:** writing EXIF data with correct data type ([#2396](https://github.com/react-native-community/react-native-camera/issues/2396)) ([66e99d8](https://github.com/react-native-community/react-native-camera/commit/66e99d8))
* App name shouldn't be equal to the registered application ([#2393](https://github.com/react-native-community/react-native-camera/issues/2393)) ([a01187d](https://github.com/react-native-community/react-native-camera/commit/a01187d))
2019-08-02 14:19:36 +00:00
semantic-release-bot
c90d86b122 chore(release): 3.0.0 [skip ci]
# [3.0.0](https://github.com/react-native-community/react-native-camera/compare/v2.11.1...v3.0.0) (2019-07-19)

### Features

* **docs:** add docs link on readme and also publish v3 to support ([2f6f8e6](https://github.com/react-native-community/react-native-camera/commit/2f6f8e6))

### BREAKING CHANGES

* **docs:** support androidX for react-native >= 60
2019-07-19 12:31:33 +00:00
semantic-release-bot
7699f5262f chore(release): 2.11.1 [skip ci]
## [2.11.1](https://github.com/react-native-community/react-native-camera/compare/v2.11.0...v2.11.1) (2019-07-09)

### Bug Fixes

* LinkingLibrariesWindows.md link ([#2365](https://github.com/react-native-community/react-native-camera/issues/2365)) ([00e9c32](https://github.com/react-native-community/react-native-camera/commit/00e9c32))
2019-07-09 20:44:44 +00:00
semantic-release-bot
47ab6b3d0c chore(release): 2.11.0 [skip ci]
# [2.11.0](https://github.com/react-native-community/react-native-camera/compare/v2.10.2...v2.11.0) (2019-06-20)

### Bug Fixes

* **docs-ci:** setting GH_TOKEN_DOCS to deploy docs ([b891b1a](https://github.com/react-native-community/react-native-camera/commit/b891b1a))

### Features

* **funding:** add FUNDING.yml [skip ci] ([3e715b1](https://github.com/react-native-community/react-native-camera/commit/3e715b1))
2019-06-20 01:09:39 +00:00
semantic-release-bot
663b119552 chore(release): 2.10.2 [skip ci]
## [2.10.2](https://github.com/react-native-community/react-native-camera/compare/v2.10.1...v2.10.2) (2019-06-13)

### Bug Fixes

* **gh-user:** adding gh-user to deploy with docsaurus ([01d491d](https://github.com/react-native-community/react-native-camera/commit/01d491d))
2019-06-13 01:29:33 +00:00
semantic-release-bot
765daf400e chore(release): 2.10.1 [skip ci]
## [2.10.1](https://github.com/react-native-community/react-native-camera/compare/v2.10.0...v2.10.1) (2019-06-06)

### Bug Fixes

* revert breaking change upgrading to sdk 28 and androidx ([72a8d7f](https://github.com/react-native-community/react-native-camera/commit/72a8d7f))
2019-06-06 19:05:54 +00:00
semantic-release-bot
3c0db72f04 chore(release): 2.10.0 [skip ci]
# [2.10.0](https://github.com/react-native-community/react-native-camera/compare/v2.9.0...v2.10.0) (2019-06-02)

### Features

* **androidX:** upgrading to sdk 28 and androidx ([#2068](https://github.com/react-native-community/react-native-camera/issues/2068)) ([e2a895a](https://github.com/react-native-community/react-native-camera/commit/e2a895a))
* **docs:** Add docusaurus ([#2293](https://github.com/react-native-community/react-native-camera/issues/2293)) ([54b0332](https://github.com/react-native-community/react-native-camera/commit/54b0332))
2019-06-02 19:26:20 +00:00
semantic-release-bot
c70850ae35 chore(release): 2.9.0 [skip ci]
# [2.9.0](https://github.com/react-native-community/react-native-camera/compare/v2.8.0...v2.9.0) (2019-05-15)

### Features

* **android:** added image details to payload ([#2269](https://github.com/react-native-community/react-native-camera/issues/2269)) ([481594c](https://github.com/react-native-community/react-native-camera/commit/481594c))
* **android:** write Exif tags to modified image file ([#2263](https://github.com/react-native-community/react-native-camera/issues/2263)) ([8ad809e](https://github.com/react-native-community/react-native-camera/commit/8ad809e))
2019-05-15 12:14:22 +00:00
semantic-release-bot
482fa7ced4 chore(release): 2.8.0 [skip ci]
# [2.8.0](https://github.com/react-native-community/react-native-camera/compare/v2.7.0...v2.8.0) (2019-05-13)

### Features

* **android:** Adding case 270 degrees to getFirebaseRotation method, according to FIrebase specs. ([#2264](https://github.com/react-native-community/react-native-camera/issues/2264)) ([60cc4cc](https://github.com/react-native-community/react-native-camera/commit/60cc4cc))
2019-05-13 17:21:10 +00:00
semantic-release-bot
045941fa3d chore(release): 2.7.0 [skip ci]
# [2.7.0](https://github.com/react-native-community/react-native-camera/compare/v2.6.0...v2.7.0) (2019-05-09)

### Features

* **android:** front camera face detect ([#2257](https://github.com/react-native-community/react-native-camera/issues/2257)) ([a6b619c](https://github.com/react-native-community/react-native-camera/commit/a6b619c))
2019-05-09 15:27:13 +00:00
semantic-release-bot
150d0dfdec chore(release): 2.6.0 [skip ci]
# [2.6.0](https://github.com/react-native-community/react-native-camera/compare/v2.5.1...v2.6.0) (2019-04-18)

### Features

* **camera:** remove deprecated RCTCamera, fix [#1890](https://github.com/react-native-community/react-native-camera/issues/1890) ([#2215](https://github.com/react-native-community/react-native-camera/issues/2215)) ([c76a963](https://github.com/react-native-community/react-native-camera/commit/c76a963))
2019-04-18 01:59:11 +00:00
semantic-release-bot
0a0430aab3 chore(release): 2.5.1 [skip ci]
## [2.5.1](https://github.com/react-native-community/react-native-camera/compare/v2.5.0...v2.5.1) (2019-04-18)

### Bug Fixes

* **ts:** Update index.d.ts ([#2214](https://github.com/react-native-community/react-native-camera/issues/2214)) ([0957b5f](https://github.com/react-native-community/react-native-camera/commit/0957b5f))
2019-04-18 01:50:09 +00:00
semantic-release-bot
c8f25a8be7 chore(release): 2.5.0 [skip ci]
# [2.5.0](https://github.com/react-native-community/react-native-camera/compare/v2.4.0...v2.5.0) (2019-04-16)

### Features

* **mlkit:** add mlkit barcode detection ios ([#2209](https://github.com/react-native-community/react-native-camera/issues/2209)) ([1b9fb63](https://github.com/react-native-community/react-native-camera/commit/1b9fb63))
2019-04-16 18:38:35 +00:00
semantic-release-bot
028736b7c7 chore(release): 2.4.0 [skip ci]
# [2.4.0](https://github.com/react-native-community/react-native-camera/compare/v2.3.0...v2.4.0) (2019-04-14)

### Bug Fixes

* **ios:** [iOS] Video Interrupted on incoming call fix ([#2207](https://github.com/react-native-community/react-native-camera/issues/2207)) ([8cc3ca2](https://github.com/react-native-community/react-native-camera/commit/8cc3ca2))

### Features

* **android:** support for Rationale ([#2110](https://github.com/react-native-community/react-native-camera/issues/2110)) ([#2206](https://github.com/react-native-community/react-native-camera/issues/2206)) ([e564648](https://github.com/react-native-community/react-native-camera/commit/e564648))
2019-04-14 11:53:31 +00:00
semantic-release-bot
1a164fa537 chore(release): 2.3.0 [skip ci]
# [2.3.0](https://github.com/react-native-community/react-native-camera/compare/v2.2.2...v2.3.0) (2019-04-11)

### Bug Fixes

* **android:** picture sizes not updated when ratio changed ([#2204](https://github.com/react-native-community/react-native-camera/issues/2204)) ([24df865](https://github.com/react-native-community/react-native-camera/commit/24df865))

### Features

* **ios:** migrate face detection to mlkit ([#2193](https://github.com/react-native-community/react-native-camera/issues/2193)) ([025e7d9](https://github.com/react-native-community/react-native-camera/commit/025e7d9))
2019-04-11 12:16:06 +00:00
semantic-release-bot
ac81c763e5 chore(release): 2.2.2 [skip ci]
## [2.2.2](https://github.com/react-native-community/react-native-camera/compare/v2.2.1...v2.2.2) (2019-04-07)

### Bug Fixes

* **android:** replace assertion with a null check ([#2194](https://github.com/react-native-community/react-native-camera/issues/2194)) ([47469e7](https://github.com/react-native-community/react-native-camera/commit/47469e7))
2019-04-07 17:38:21 +00:00
semantic-release-bot
b6a85d9f72 chore(release): 2.2.1 [skip ci]
## [2.2.1](https://github.com/react-native-community/react-native-camera/compare/v2.2.0...v2.2.1) (2019-04-03)

### Bug Fixes

* **android:** do not change camera rotation while video is being recorded ([#2187](https://github.com/react-native-community/react-native-camera/issues/2187)) ([963c249](https://github.com/react-native-community/react-native-camera/commit/963c249))
2019-04-03 13:25:32 +00:00
semantic-release-bot
1168ac95a7 chore(release): 2.2.0 [skip ci]
# [2.2.0](https://github.com/react-native-community/react-native-camera/compare/v2.1.1...v2.2.0) (2019-03-30)

### Features

* **android:** autoFocusPointOfInterest, Camera & Camera2 ([#1974](https://github.com/react-native-community/react-native-camera/issues/1974)) ([7bb9a12](https://github.com/react-native-community/react-native-camera/commit/7bb9a12))
2019-03-30 20:50:44 +00:00
Marius Reimer
d8922ac90e Upgrade to React Native 0.59.1 (#2162)
* Upgrade to React Native 0.59.1

* Fix CI

* Fix CI

* Fix CI

* Fix CI

* Fix CI

* Fix CI

* Fix CI

* Fix CI

* Fix CI
2019-03-28 18:08:43 -03:00
semantic-release-bot
08fce2ac1a chore(release): 2.1.1 [skip ci]
## [2.1.1](https://github.com/react-native-community/react-native-camera/compare/v2.1.0...v2.1.1) (2019-03-26)

### Bug Fixes

* **android:** support inverted qrcode for RCTCamera ([#2167](https://github.com/react-native-community/react-native-camera/issues/2167)) ([07f55ae](https://github.com/react-native-community/react-native-camera/commit/07f55ae))
2019-03-26 12:00:38 +00:00
semantic-release-bot
7571099abc chore(release): 2.1.0 [skip ci]
# [2.1.0](https://github.com/react-native-community/react-native-camera/compare/v2.0.2...v2.1.0) (2019-03-25)

### Features

* **exposure:** adjustment support in Camera1(Camera API) ([#2163](https://github.com/react-native-community/react-native-camera/issues/2163)) ([ca35ac6](https://github.com/react-native-community/react-native-camera/commit/ca35ac6))
2019-03-25 14:34:15 +00:00