react-native-camera/CHANGELOG.md
2018-03-24 12:30:27 -03:00

8.9 KiB

1.0.3-1 (2018-03-24)

Chores
  • restored original CameraModule.java (7bea109e)
  • don't save demo image to disk (17546355)
  • added lbpcascade-file (587f0ea6)
Documentation Changes
  • rncamera:
    • specifying onTextRecognized callback prototype (48611212)
    • docs for text recognition usage (68639b82)
  • codec: document ios codec option (2b9d8db2)
New Features
  • chore: try to automate changelog (cc5f6e62)
  • android:
    • integrating Google Vision's text recognition (fcaa9452)
    • Face Detection Improvements (04b8e276)
    • added opencv framework compile reference and minor improvements (58f8e0fe)
    • added and refactored lost files (679a5d29)
    • add code for face detection (32c5385b)
  • Android:
    • event will also be fired if no object was found (519fe42f)
    • add TextBlock-Detection via new prop objectsToDetect (5dfa6d2d)
  • types: update types for video recording codec (f9252254)
  • rn-camera: add codec option for ios (c0d5aabf)
  • iOS:
  • added Text-Block detection (9af22643)
  • added property expectedFaceOrientation and handle it together with image orientation depending on used camera (47780e54)
  • added package and class structures for opencv face detection (917692c1)
  • Face Detection Orientation added (00d1a5f8)
  • added orientation of face to callback (8067d46a)
  • improved face detector and callback (fa913bd4)
  • delegate back and dispatch event once faces were detected (4019eb28)
  • added seperate files for face detection (55da3e4e)
  • added faceDetection via openCV (ae478436)
  • added a dummy AVCaptureVideoDataOutputSampleBufferDelegate (e10c5450)
Bug Fixes
  • typo: fix typo on package.json (706278d8)
  • textrecognition: height of text block (01e763b1)
  • issue #1246 - torch will be disabled when starting the record (8c696017)
  • ios-project: fix path to parent's ios project (4496c321)
Other Changes
  • typo (236dc200)
  • fixed last commit (7efbd506)
  • remove mistakenly added references (199ce9da)
  • remove references to FaceDetector so that the VideoDataOutput may be used by own code (9f1d9bd1)

1.0.2 (2018-03-10)

Chores
  • flow: add missing types to Picture options (6bff4d93)
  • types: add new keys to TakePictureOptions (cc272036)
  • face-detector: make face detection stoppage smoother (3b3c38dd)
New Features
  • types:
    • add FaceDetector declarations (ba218750)
    • add TypeScript definition files (a94bad5e)
Bug Fixes
  • types:
    • fix onBarCodeRead type (a9947b47)
    • fix definition for RNCameraProps.ratio (4d1616c5)
  • android-camera: revert to old camera api (8d9c06ad)

1.0.1 (2018-02-14)

New Features
  • release-script: add script to package json (b0503dc8)
  • changelog: add changelog script (d2263937)
  • mirror: add option to give "mirrorImage" flag to takePicture. (0b6f0abd)
Bug Fixes
  • focusWarning: fix focus depth warning being shown for ios. (79698b81)
  • imports: delete some useless imports which may cause problems (a5b9f7e7)

master

1.0.0

  • RNCamera as main camera implementation for both iOS and Android (base on expo module)
  • FaceDetector feature for both iOS and Android (based on expo module)
  • RCTCamera deprecated

0.13.0

  • added RNCamera implementation for android
  • added FaceDetector for android