Skip to content

Releases: basst314/ngx-webcam

0.4.1

03 Dec 02:55
Compare
Choose a tag to compare

Changes:

  • Upgrade to Angular 13 and Typescript 4.4.4 (#134)
  • Pause video to prevent mobile browser freezes onDestroy (#106)

0.3.2

22 Nov 22:35
Compare
Choose a tag to compare

Changes:

  • Upgrate library to Angular 11 and Typescript >= 4.0.5

0.3.0

22 Mar 04:11
Compare
Choose a tag to compare

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

18 Aug 05:53
Compare
Choose a tag to compare

Changes:

  • Fixed an issue where user-provided video constraints were not applied properly (#55, #59)

0.2.5

16 Jun 17:53
Compare
Choose a tag to compare

Changes:

  • Fix Peer Dependencies (#50)
  • Update example error handler to include check for camera permissions

Special Thanks:

  • davidshen84

0.2.4

16 Jun 03:45
Compare
Choose a tag to compare

Changes:

  • Fix iOS camera switch issue (#47)
  • Expose native video element (#44)

0.2.3

16 Jun 02:32
Compare
Choose a tag to compare

Changes:

  • Update to and add support for Angular 8 (#48)

Special thanks:

  • davidshen84

0.2.2

14 Jan 06:12
Compare
Choose a tag to compare

Fixes:

  • Fix issue where position of switch-icon wasn't calculated properly on some devices (#28)

0.2.1

13 Jan 00:42
Compare
Choose a tag to compare

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

26 Aug 06:08
Compare
Choose a tag to compare

New Features:

  • Mirror webcam image when camera is detected to be user-facing, to provide better user experience. (#23)