Release Notes for React Native SDK - 1.x
1.1.16 (08/05/2024)
- Added class
DCVFeedback
. You can use this class to trigger beep sound or vibration. - Added the following
CameraPositions
CP_BACK_ULTRA_WIDE
: A ultra-wide-angle back camera that supports macro distant capturing.CP_BACK_DUAL_WIDE_AUTO
: A back-facing virtual camera that can switch between the wide-angle camera and the ultra-wide-angle camera automatically.
1.1.14 (05/16/2024)
Fixed
- Resolved the compatibility issue for react-native 0.73.0+.
1.1.13 (05/08/2024)
New
- Added
enhancedFeatures
toDCVCameraView
class to enable enhanced features such as auto-zoom, frame filter, etc.
Fixed
- Resolved TS symbol conflicts.
- Fixed bugs where the app might be freezed when re-opening the camera.
1.1.12 (05/24/2023)
- Added
enableDuplicateFilter
toDCVBarcodeReader
class to get unique result from the result callback.
1.1.11 (03/28/2023)
- Fixed a bug that might cause thread blocking on the simulator.
1.1.9 (03/14/2023)
- Fixed a symbol conflict bug when using typescript.
1.1.8 (03/02/2023)
- Fixed a scan region deviation bug.
- Fixed a bug that parameter
regionMeasuredByPercentage
had no effect when set tofalse
or0
.
1.1.7 (10/13/2022)
- Fixed a bug of activity-lifecycle management, which might cause camera not be opened when activity is resumed.
1.1.6 (09/28/2022)
- Fixed a bug that camera might not be opened after camera permission is allowed.
1.1.5 (09/08/2022)
New
- Added a new method
decodeFile
in Barcode Reader module to decode barcodes from an image file. - Added a new property
barcodeBytes
inBarcodeResult
to output the base64 string of the barcode. - Added a new property
cameraPosition
inDCVCameraView
class for users to switch between front-facing camera and back-facing camera. - Added an enumeration
EnumCameraPosition
.
Changes
- Renamed
DynamsoftBarcodeReader
class toDCVBarcodeReader
. - Renamed
DynamsoftCameraView
class toDCVCameraView
.
1.1.4 (08/09/2022)
- Fixed a bug that might cause a crash when using the library in React Native 0.69.0+.
1.1.3 (08/04/2022)
- Minor changes on
DynamsoftCameraView
class.
1.1.2 (07/21/2022)
- Fixed a bug in Barcode Reader module that could cause App Store rejection when Build Options - Enable BitCode is set to Yes for an app.
1.1.1 (07/06/2022)
Fixed
- Fixed a bug that might cause a crash when using the library in React Native 0.69.0+.
- Fixed a bug that
torchState
might not be set correctly.
1.1.0 (07/01/2022)
New
- Added a new property
torchState
and a new enumerationEnumTorchState
. User can turn on/off the torchlight by changing the value oftorchState
. - Added a new property
torchButton
and two new interfaces,TorchButton
andRect
, for users to configure the torch button on the UI.
1.0.0 (06/23/2022)
- Dynamsoft Capture Vision is an aggregating SDK of a series of specific functional products. In version 1.0, The following products are included:
- Dynamsoft Camera Enhancer: Provides camera enhancements and UI configuration APIs.
- Dynamsoft Barcode Reader: Provides barcode decoding algorithm and APIs.