Releases: monkvision/monkjs
Releases · monkvision/monkjs
v4.0.19
🐞 Bug Fixes
- Fixed a bug causing the
usePricingV2
config option to not be taken into account in certain cases
v4.0.18
✨ New Features
- Added the
usePricingV2
option in theCreateInspectionOptions
to allow developers to enable the Pricing V2 (Toyota format) when creating inspections
🐞 Bug Fixes
- Fixed a bug causing the
rotate
icons to be unmodifiable
v4.0.17
✨ New Features
useObjectTranslation
hook now accepts the same parameters as theuseTranslation
hook
v4.0.16
✨ New Features
- Added translation labels for damage types. Available in the
damageTypeLabels
object exported by the@monkvision/common
package
🐞 Bug Fixes
- Removed a console log added by mistake in the
SentryMonitoringAdapter
class
v4.0.15
✨ New Features
- Added
car_inside
,damaged_car_inside
andhandle_back_center
to theVehiclePart
enum
v4.0.14
✨ New Features
- Added
availableVehicleTypes
in the AppState context
v4.0.13
✨ New Features
- The
MonkAppStateProvider
now only allows vehicle types present in the app config to be fetched in the URL
v4.0.12
✨ New Features
- Added more detailed error messages when camera permission is not granted in the
Camera
component - Replaced the Validate button with an "Inspection completed" message when the inspection is complete in the
InspectionGallery
component - Added new sights :
all-11w-_e9c
- Dashboard Screen (interior sight)all-mdwq0pl4
- Keys (empty sight with a custom label)
v4.0.11
🐞 Bug Fixes
- Fixed a misconfiguration causing the
setupTests.js
file to not be included in the@monkvision/jest-config
package build
v4.0.10
✨ New Features
- Created a new sight for tires :
all-9cw4tn4s
🐞 Bug Fixes
- Fixed a bug causing the Jest create config options being required when they should be optional