Releases: basst314/ngx-webcam
Releases · basst314/ngx-webcam
0.1.8
Issues resolved:
#22: Fixed implementation for harvesting the active device's id from mediaStreamTrack to bridge browser implementation differences.
0.1.7
Issues resolved:
- #19, #21: Resolved a fix in calculating width/height for Firefox that prevented the video from showing correctly.
0.1.6
New Features:
- Enable users and developers to switch between available webcams
- Allow custom MediaTrackConstraints (videoOptions) to be passed to the webcam component in order to specify the media track (i.e. resolution).
Issues resolved:
- #9 Change camera source
- #11 Video options as Input()
0.1.5
PRs:
Issues resolved:
- #13 Angular dependency problem: Added Angular libraries as peerDependencies
Others:
0.1.4
PRs:
- #6 Update @angular/cli version
Dependencies:
- Updated @angular/cli to latest version, due to security risk in transitive dependency [email protected]
0.1.3
PRs in this Release:
- #5 basst314/improvement properly deactivate webcam
Fixed Bugs:
- #4 Close the webcam without closing the tab ?
Implemented Features:
- Ensure webcam is being properly deactivated when component is destroyed
- Extended demo page to test webcam on/off toggle
0.1.2
Documentation Release:
- fixed documentation for developing
- etended documentation for input/output-parameters
0.1.1
PRs in this Release:
Implemented Features:
- fixed unit tests
- improved documentation
- set up demo-project
- updated version to 0.1.1
Roadmap:
- more features
- smartphone optimizations
0.0.6
PRs in this Release:
Implemented Features:
- Trigger (Observable) Parameter, to externally trigger snapshot capturing
- Extended demo page
- Implemented click-handler for WebcamComponent
Roadmap:
- more features
- smartphone optimizations
0.0.4
Initial Pre-Release of this library.
Features:
- simple view-only webcam functionality
Roadmap:
- Parameters, Actions and Events