Skip to content

Releases: RobertSasak/react-native-openalpr

v2.2.0

04 May 10:17
Compare
Choose a tag to compare

Changelog:

  • Merge pull request #107 from RobertSasak/dependabot/npm_and_yarn/example/y18n-3.2.2 (fb187e5)
  • Merge pull request #111 from RobertSasak/features/zoom-ios (ae8a12d)
  • Update README.md (bb41122)
  • Implement pinch to zoom (a5ef322)
  • Merge pull request #110 from RobertSasak/chore/libstdc (405e0b4)
  • Update README.md (2c388af)
  • Depreceted libstdc++.6.0.9.dylib (57a4ec9)
  • Bump y18n from 3.2.1 to 3.2.2 in /example (ba1d6e3)
  • Merge pull request #102 from richiepreece/master (6fb481d)
  • Update README.md (b3f7288)
  • Fix instructions (a65491c)
  • Merge pull request #88 from RobertSasak/dependabot/npm_and_yarn/example/acorn-5.7.4 (d68e322)
  • Merge pull request #101 from RobertSasak/dependabot/npm_and_yarn/example/ini-1.3.8 (eb926a3)
  • Merge pull request #97 from RobertSasak/dependabot/npm_and_yarn/example/handlebars-4.7.6 (3cf1145)
  • Merge pull request #96 from RobertSasak/dependabot/npm_and_yarn/example/lodash-4.17.19 (e2fd9f1)
  • Bump ini from 1.3.5 to 1.3.8 in /example (b50d572)
  • Bump handlebars from 4.4.0 to 4.7.6 in /example (a7199a3)
  • Bump lodash from 4.17.15 to 4.17.19 in /example (5dbbb36)
  • Bump acorn from 5.7.3 to 5.7.4 in /example (ea312b6)

v2.1.1

03 Mar 15:43
Compare
Choose a tag to compare
  • Merge pull request #85 from RobertSasak/bug-annotation-does-not-exist 2748346
  • Update ReactCameraManager.java 902a187
  • Merge pull request #83 from RichardPiel/master 25360b1
  • Update example with zoom picker 21f12fe
  • Update example 4afdb35
  • Bugfix 1541ffd
  • Zoom parameter (android only) 8cf07e5
  • Merge pull request #82 from kanerogers/patch-1 a6f0272
  • Fix settings.gradle file in instructions 0d0653f
  • Do not use toFixed for confidence e8f90f3
  • Bug: confidence is not always a number 236bc58
  • Example how to take picture 99a91c7
  • Publish script 4df4eab

v2.0.3...v2.1.1

v2.0.3

21 Nov 17:02
Compare
Choose a tag to compare
  • Merge pull request #65 from CevaComic/master 9003ba4
  • Added handlePinchToZoomRecognizer d573bbf

v2.0.1...v2.0.3

Support React 0.60

04 Oct 11:44
Compare
Choose a tag to compare

Summary

  • update module to use auto linking of react-native
  • nice UI of example

IMPORTANT: Android version still use 32bit libraries, please join Gitter and help get new 64 bit versions

  • Merge pull request #60 from RobertSasak/upgrade-example 7971c9d
  • Merge branch 'master' into upgrade-example 15099ad
  • Additional changes for Android and few for iOS 4204042
  • Merge pull request #59 from gitter-badger/gitter-badge de739b2
  • Automatic linking pickup wrong package name e120d8c
  • Update build.gradle f169aca
  • Add Gitter badge 7f5d399
  • Update build.gradle 6e167a9
  • Update package.json 9e680d3
  • Bug: example folder is with lowercase e a8f40d9
  • Update readme 71d5723
  • Typo 2d45e4e
  • Typo f05147a
  • Add travis 013d7d8
  • Breaking changes: refactor native module aad3f18
  • Reformat dfeec13
  • Remove original example and replace it with new one dd6484d
  • Remove confidence cut off 4f932e9
  • Typo ecca1a4
  • Nicer UI 8cf62e6
  • Refactor 42e96a2
  • Add all the frameworks and linking to podspec 8db1cd6
  • Remove tgz pack 8266680
  • Enable camera permissions 794aea1
  • Add postinstall hook 2e648d5
  • Remove tests from podfile 7ed460e
  • Delete TV and tests from xcode 0766221
  • Install react-native-openalpr dependency 9813d4b
  • Add podspec file 871676b
  • react-native init RNOpenALPRExample cc39d0e
  • Merge pull request #56 from franck-nadeau/master 646693e
  • ALPRCamera removeFromSuperview called before session ended 49247cb
  • Merge pull request #4 from franck-nadeau/franck-nadeau-patch-1 6458616
  • Update ALPRCameraManager.mm edde122
  • AVCapturePhotoOutput e09f58d
  • Merge pull request #54 from franck-nadeau/takePicture-options ab9efdc
  • Merge pull request #3 from franck-nadeau/takePicture-options a072fa2
  • Added some options (max width/height and quality) to the takePicture call. fdffed4
  • Merge pull request #2 from franck-nadeau/takePicture-ios 97230d2

1.2.0...v2.0.1

Release 1.2.0

10 May 13:09
Compare
Choose a tag to compare

Fixed

  • #49 Take picture ios
  • #48 Update ALPRCameraManager.mm
  • #39 Fix for Issue #26
  • #24 Upgrade prop-types