Skip to content

Latest commit

 

History

History
138 lines (91 loc) · 9.54 KB

CHANGELOG.md

File metadata and controls

138 lines (91 loc) · 9.54 KB

1.1.2-4 (2018-04-25)

Chores
  • cameraview: integrate google's cameraview directly on rncamera? (d11ed319)
Bug Fixes
  • search-paths: remove unnecessary search paths and add missing one (dee298b4)

1.1.1-3 (2018-04-15)

Build System / Dependencies
Chores
  • lint:
  • package: enforce no errors on lint and update packages (00f4f4c1)
New Features
  • ci: add first circleci lint and check script (ee385eec)
  • android: make android gradle check work (1c7f231a)
Bug Fixes
  • styles: place style sheet above everything,prevent undefined styles (01501892)
  • warnings: remove inline styles (716c4e38)

1.1.0-2 (2018-04-15)

Chores
  • gms: change default gms to 12.0.0 (94c8968b)
  • cameraview: update camera view (501ffe83)
Documentation Changes
New Features
Bug Fixes
  • barcode: better name google variables and correct init (38e96ed2)
  • Android: image stretched instead of cropped (73eb5fd2)
  • barcode-prop: fix default value and add more values (2c87b44b)
  • docs:
    • move skipProcessing to 'Supported options' (8054200f)
    • Header on the wrong position (589a0819)
  • types: fix types for #1402 (26f9a1e5)
  • ios: add video output early to avoid underexposed beginning (9ef5b29a)

1.0.3-1 (2018-03-24)

Chores
  • restored original CameraModule.java (7bea109e)
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)
  • Android:

  • types: update types for video recording codec (f9252254)

  • rn-camera: add codec option for ios (c0d5aabf)

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)

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