Releases: monkvision/monkjs
Releases · monkvision/monkjs
Release 3.7.2
Changes related to the SDK :
- Added missing translations for car coverage compliance errors
Release 3.7.0
Changes related to the SDK :
- Small updates in the SDK documentation
- Fixed an issue causing warnings to appear in the console when using the Monk Monitoring
- Added new sights (see the list of sights) at the bottom
- Fixed the name of the following sight :
ffocus18-x_1SE7X-
(the dash at the end was missing) - Added new metrics in Monk Monitoring to monitor the usage of the Add Damage feature
- Added back the car coverage feature :
- By using the
enableCarCoverage
prop of the capture component, developers can now enable the car coverage in the capture workflow - The car coverage is now available for every sight of the @monkvision/sights package (no more whitelist)
- By using the
Changes related to the demo app :
- Updated the error message displayed when the user does not have the permission to create a new inspection
- Fixed an issue causing
damage_detection
to not be run on wheel sights - Added
damage_severity
andsub_image_parts
params in new inspection payload
Other changes :
- Added more unit testing
- Fixed an issue causing our documentation to not be updated after pushes
List of sights that were added :
Sight ID | English Label |
---|---|
fesc20-Tlu3sz8A |
Rear Lateral Low Left |
fesc20-raHPDUNm |
Rear Lateral Low Right |
fesc20-YPcJPAZE |
Front Lateral Low Left |
fesc20-W6XrryMO |
Front Lateral Low Right |
ff150-7vyfzrVQ |
Rear Lateral Low Left |
ff150-H3MCPESJ |
Rear Lateral Low Right |
ff150-pNO26q4D |
Front Lateral Low Left |
ff150-jUBEKij0 |
Front Lateral Low Right |
ffocus18-JFX8WF9P |
Rear Lateral Low Left |
ffocus18-tufa4FoL |
Rear Lateral Low Right |
ffocus18-Eo0jqD_a |
Front Lateral Low Left |
ffocus18-jkSlWpql |
Front Lateral Low Right |
ftransit18-yxw9gmyL |
Rear Lateral Low Left |
ftransit18-AuCXxG5o |
Rear Lateral Low Right |
ftransit18-mGSvkRHz |
Front Lateral Low Left |
ftransit18-7qLSCnFP |
Front Lateral Low Right |
haccord-H_eRrLBl |
Rear Lateral Low Left |
haccord-9fxMGSs6 |
Rear Lateral Low Right |
haccord-2v-2_QD5 |
Front Lateral Low Left |
haccord-boMeNVsC |
Front Lateral Low Right |
tsienna20-2Zz6SEaI |
Rear Lateral Low Left |
tsienna20-RP6TzN4w |
Rear Lateral Low Right |
tsienna20-uz29ILgw |
Front Lateral Low Left |
tsienna20-K0ThKmue |
Front Lateral Low Right |
jgc21-2bGeRS3I |
Rear Lateral Low Left |
jgc21-xwYV3_Hz |
Rear Lateral Low Right |
jgc21-nVbhsBaQ |
Front Lateral Low Left |
jgc21-S8sE69on |
Front Lateral Low Right |
Release 3.6.9
Changes related to the SDK :
- Fixed a bug preventing the users to use our SDK without setting up the monitoring module
- Added more monitoring metrics in the SDK
Release 3.6.8
Changes related to the SDK :
- Added a
onCloseEarly
prop to the capture component that fires an event when the user confirms the close early modal
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