Skip to content

Releases: monkvision/monkjs

v4.0.19

17 Sep 15:10
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Fixed a bug causing the usePricingV2 config option to not be taken into account in certain cases

v4.0.18

17 Sep 14:53
Compare
Choose a tag to compare

✨ New Features

  • Added the usePricingV2 option in the CreateInspectionOptions 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

12 Sep 09:21
Compare
Choose a tag to compare

✨ New Features

  • useObjectTranslation hook now accepts the same parameters as the useTranslation hook

v4.0.16

11 Sep 13:02
Compare
Choose a tag to compare

✨ 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

09 Sep 09:46
Compare
Choose a tag to compare

✨ New Features

  • Added car_inside, damaged_car_inside and handle_back_center to the VehiclePart enum

v4.0.14

05 Sep 15:09
Compare
Choose a tag to compare

✨ New Features

  • Added availableVehicleTypes in the AppState context

v4.0.13

05 Sep 14:55
Compare
Choose a tag to compare

✨ New Features

  • The MonkAppStateProvider now only allows vehicle types present in the app config to be fetched in the URL

v4.0.12

05 Sep 13:12
Compare
Choose a tag to compare

✨ 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

03 Sep 07:48
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Fixed a misconfiguration causing the setupTests.js file to not be included in the @monkvision/jest-config package build

v4.0.10

03 Sep 07:23
Compare
Choose a tag to compare

✨ 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