- By default, use mirror video and image only for FACING_MODE.USER
- Use version jslib-html5-camera-photo 3.3.3
- Use version jslib-html5-camera-photo 3.3.2
- Use version jslib-html5-camera-photo 3.1.11
- Use version jslib-html5-camera-photo 3.1.8
- update doc
- Refactor states to react hooks.
- This upgrade has no breaking change.
- Fix display error permission
- Use version jslib-html5-camera-photo 3.1.1
- Add props callback onTakePhotoAnimationDone(). This function called when a photo is taken and the animation is done. the dataUri is passed as a parameter.
- Lock packages version
- Bug fix black screen in webview on android-9 #30
- add isSilentMode: props to disable the click sound when the photo was taken.
- Add isFullscreen props that force fullscreen camera, useful for mobile device.
- Fix Error:
Can't call setState on an unmounted component.
- Fix Error:
Invalid constraint on safari when default value is used.
- No need lodash and save 30k
- Fix TypeError: Object(...) is not a function when componentWillReceiveProps() is called. Introduced in 1.1.2-beta.0
- Fix css for error message inside DisplayError component
- Add error message if camera fail to start between h1 tag. see bool prop isDisplayStartCameraError