Releases: monkvision/monkjs
Releases · monkvision/monkjs
Release 3.6.7
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
Changes related to the SDK :
- Added a custom
onPictureTaken
event prop to the Capture component
Release 3.6.5
Changes related to the SDK :
- Added missing @sentry/tracing dependency in corejs package
Release 3.6.4
Changes related to the SDK :
- Added the missing @sentry/browser dependency in corejs package that was causing the
yarn add
oryarn install
to fail.
Release 3.6.3
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
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
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
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 👀