Skip to content

Latest commit

 

History

History
206 lines (109 loc) · 10.5 KB

CHANGELOG.md

File metadata and controls

206 lines (109 loc) · 10.5 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.4.1 (2024-11-08)

Features

  • readyToStartPreview property. Can be used to defer startPreview until permission is granted (02d5717)

0.4.0 (2024-07-10)

Features

  • new deviceHasCamera method (d3ffec5)

0.3.4 (2024-06-03)

Bug Fixes

  • android: focusAtPoint fix (5dea72f)

0.3.3 (2024-05-18)

Bug Fixes

  • android: fixed camera getting stuck in some conditions (7ef19f0)

0.3.2 (2024-05-17)

Bug Fixes

  • android: improved zooming, especially while using a processor (6a6bed0)
  • android: much faster capture (c9b3343)

0.3.1 (2024-03-20)

Bug Fixes

0.3.0 (2024-03-06)

Features

0.2.10 (2024-02-29)

Bug Fixes

0.2.9 (2024-02-29)

Bug Fixes

0.2.8 (2024-02-29)

Bug Fixes

  • android: maxWidth/maxHeight fix for capturePhoto (21a90c4)

0.2.7 (2024-02-29)

Bug Fixes

  • android: wrap potential native exception (c9bdce4)

0.2.6 (2024-02-21)

Bug Fixes

0.2.5 (2024-02-21)

Bug Fixes

  • android: takePicture fix for flashMode (a1e9874)

0.2.4 (2024-02-15)

Bug Fixes

  • android: torch mode no disabling (1adaa6c)

0.2.3 (2024-02-06)

Bug Fixes

  • ios: bug fixes and corrections (3dee096)
  • ios: more bug fixes and improvements (dad765f)

0.2.2 (2024-02-05)

Bug Fixes

  • ios: improvements and bug fixes (0d02660)

0.2.1 (2024-02-02)

Bug Fixes

  • ios: camera live processing not working (db988df)
  • ios: cameraOpen/cameraClose events fix (27dbe14)

0.2.0 (2024-01-31)

Features

  • new cameraOpen and cameraClose events. getCurrentResolutionInfo and getAllAvailablePictureSizes for Android (602ce0d)

0.1.5 (2024-01-30)

Bug Fixes

  • android: report high resolutions (f712fab)
  • android: some fixes (e3e3741)

0.1.4 (2024-01-06)

Bug Fixes

0.1.3 (2023-12-22)

Bug Fixes

0.1.2 (2023-12-21)

Bug Fixes

  • android: regression fix preventing image analysis (db312c9)

0.1.1 (2023-12-20)

Features

0.1.0 (2023-12-20)

Bug Fixes

  • android: aspectRatio and stretch fix (079432c)

Features

  • android: stretch property (d4eafde)
  • android: stretch property for preview scaleType (21f049b)

0.0.9 (2023-12-07)

Bug Fixes

  • android: prevent null bitmap (0b0a78d)
  • ios: autofocus fix (cf7ace0)
  • ios: correctly returned picture(rotation) (b13235a)

0.0.8 (2023-11-22)

Bug Fixes

0.0.7 (2023-11-19)

Bug Fixes

  • android: fixed a crash on takePicture (e0e8e20)

0.0.6 (2023-11-19)

Bug Fixes

  • android: much faster photo taking. However to make it fast it is prefered to set properties like pictureSize, captureMode ... on the view instead of as a arg of takePicture. If you do pass them to takePicture the whole configuration needs to be updated/set before taking the photo which is slow (a6c8fe6)
  • ios: throw error on not implemented methods (fa1adde)

0.0.5 (2023-11-07)

Bug Fixes

  • android: build fix for broken N cli (aa60f59)

0.0.4 (2023-10-10)

Bug Fixes

0.0.3 (2023-09-25)

Note: Version bump only for package ui-cameraview

0.0.2 (2023-09-22)

Note: Version bump only for package ui-cameraview