Releases: basst314/ngx-webcam
Releases · basst314/ngx-webcam
0.4.1
Changes:
- Upgrade to Angular 13 and Typescript 4.4.4 (#134)
- Pause video to prevent mobile browser freezes onDestroy (#106)
0.3.2
Changes:
- Upgrate library to Angular 11 and Typescript >= 4.0.5
0.3.0
Changes:
- Upgrate library to Angular 9 and Typescript >= 3.7 (#69)
Compatibility:
- Note: This release is not backwards compatible with older versions of Angular that are restricted to use Typescript < 3.7.0.
0.2.6
Changes:
- Fixed an issue where user-provided video constraints were not applied properly (#55, #59)
0.2.5
Changes:
- Fix Peer Dependencies (#50)
- Update example error handler to include check for camera permissions
Special Thanks:
0.2.4
Changes:
- Fix iOS camera switch issue (#47)
- Expose native video element (#44)
0.2.3
Changes:
- Update to and add support for Angular 8 (#48)
Special thanks:
0.2.2
Fixes:
- Fix issue where position of switch-icon wasn't calculated properly on some devices (#28)
0.2.1
New Features:
- Add functionality to capture lossless image data from canvas (contributor: @davidshen84) (#30 #31 #36)
- Add parameters for imageType and imageQuality to provide control over result of a captured image. (#33)
0.2.0
New Features:
- Mirror webcam image when camera is detected to be user-facing, to provide better user experience. (#23)