Skip to content

Releases: monkvision/monkjs

Release 3.6.7

09 Mar 10:33
Compare
Choose a tag to compare

Changes related to the SDK :

  • Added monitoring in the application using Sentry. Refer to our documentation to learn how to implement it
  • Added a full screen button prop that is meant to replace the settings button
  • Replaced the text in the default buttons by some icons for better UI

Changes related to the demo app :

  • Removed the settings button by default and replaced it with a full screen button

Other changes :

  • Added testing configurations in the monorepo (mainly the camera package for now)

Release 3.6.6

24 Feb 10:12
Compare
Choose a tag to compare

Changes related to the SDK :

  • Added a custom onPictureTaken event prop to the Capture component

Release 3.6.5

14 Feb 10:05
Compare
Choose a tag to compare

Changes related to the SDK :

  • Added missing @sentry/tracing dependency in corejs package

Release 3.6.4

14 Feb 09:02
Compare
Choose a tag to compare

Changes related to the SDK :

  • Added the missing @sentry/browser dependency in corejs package that was causing the yarn add or yarn install to fail.

Release 3.6.3

13 Feb 16:07
Compare
Choose a tag to compare

Changes related to the SDK :

  • Updated the french label of the "Retake All" button
  • Hid the "Retake All" button when there is no picture to retake
  • Complete overhaul of the app monitoring hook. See the doc for more details

Release 3.6.2

13 Feb 13:20
Compare
Choose a tag to compare

Changes related to the SDK :

  • Fixed a bug causing the Zoomed Pictures modal to be out of screen on devices with very small screen sizes
  • Hid the "Zoomed Pictures" button when in VIN mode
  • Allowed the VIN number to be captured in portrait mode

Changes related to the Demo App :

  • Fixed a bug causing the PDF to never be fetched
  • Increased the top margin of the VIN modal

Release 3.6.1

06 Feb 10:00
Compare
Choose a tag to compare

Changes related to the SDK :

  • Fixed a bug causing some images to be stretched out in the PDF report

Other changes :

  • Updated the sights documentation (made it dynamic)
  • Moved MonkJs 4.0.0 code from the main branch into its own branch

Release 3.6.0

01 Feb 16:57
Compare
Choose a tag to compare

Changes related to the SDK :

  • Fixed the issue causing Android devices to be very slow when taking picture with the Capture component 🚀
  • Made the picture taking process asynchronous : pictures are queued for processing & upload while the user is allowed to go to the next sight (for now max 4 pictures in the queue)
  • Updated the "Zoom Pictures" feature with new SVGs and part selector components. Please refer to our documentation for more details on how to use it
  • Removed unnecessary logging in the Capture component
  • Fixed some overlays that were not mirrored properly
  • Cleaned the monitoring code in the SDK
  • Fixed a bug that prevented the Capture component to start a wheels analysis task

Changes related to the demo app :

  • Added a checkmark when the PDF is ready
  • Added back Sentry to our demo app
  • Cleaned the monitoring code in the demo app
  • Added vehicle selection in demo app

Other changes :

  • Implemented version 4.0.0 of the Monk Sights package. Release of the SDK v4.0.0 is planned for Q2 2023 👀

Release 3.5.4

16 Jan 13:34
Compare
Choose a tag to compare
  • Merge pull request #402 from monkvision/feature/MN-168/invalid-mirror-overlays (2ff1b30)
  • Fixed some overlays that were not mirrored (f12e8b4)

Release 3.5.3

12 Jan 15:15
Compare
Choose a tag to compare
  • Merge pull request #401 from monkvision/feature/close-early (4b27689)
  • feat: Close Early Button (0171267)