Skip to content

Releases: monkvision/monkjs

v5.2.2

08 Dec 15:08

Choose a tag to compare

✨ New Features

  • Added multi live config through URL param ('lc' for LiveConfig) to LiveConfigAppProvider
import { useMonkSearchParams } from '@monkvision/common';

export function App() {
  const monkSearchParams = useMonkSearchParams();

    <LiveConfigAppProvider
      id={
        monkSearchParams.get(MonkSearchParam.LIVE_CONFIG) ??
        getEnvOrThrow('REACT_APP_LIVE_CONFIG_ID')
      }
      {...}
    >
       {...}
    </LiveConfigAppProvider>
}

🐞 Bug Fixes

  • Removed sort-by package due to security issue
  • Fixed the tire translations in Italian

v5.2.1

02 Dec 15:32

Choose a tag to compare

🐞 Bug Fixes

  • Fixed camera orientation issue on iOS where the device was in landscape but the camera preview appeared in portrait.

v5.2.0

02 Dec 15:27

Choose a tag to compare

✨ New Features

  • The getInspection function has the light option, defaulting to true. When enabled, the inspection will omit the polygons generated by the AI. It won't affect inspections that are not finished.
  • Implemented Delete Image API
  • Added autoDeletePreviousSightImages config option in Photo Capture component, defaulting to true. Its purpose is deleting the previous images when a sight is retaken
  • Italian language is now available
  • Retaking a picture of a sight that has Car Coverage compliance issues, will trigger its sight tutorial – if sight tutorial is enabled

👀 Other Changes

  • Changed the 'Yes / Cancel' text in the exit modal from the Photo Capture component to 'No / Yes'

v5.1.8

17 Oct 13:36

Choose a tag to compare

✨ New Features

  • Added light option in getInspection

🐞 Bug Fixes

  • Fixed line break handling in sight guideline

v5.1.7

10 Oct 12:30

Choose a tag to compare

👀 Other Changes

  • Updated gallery buttons colors (ie. text.white instead of text.primary)

v5.1.6

10 Oct 12:01

Choose a tag to compare

👀 Other Changes

  • Updated compliances text color in gallery (ie. text.white instead of text.primary)

v5.1.5

07 Oct 15:29

Choose a tag to compare

🐞 Bug Fixes

  • Fixed sights interior not displayed properly when SightTutorial is enabled

v5.1.3

23 Jul 11:32

Choose a tag to compare

👀 Other Changes

  • Added "positioning" + "referencePicture" for tesla S,X,Y + wheels + tires

v5.1.2

18 Jul 10:09

Choose a tag to compare

✨ New Features

  • Added PORTRAIT_IMAGE custom compliance

v5.1.1

17 Jul 11:46

Choose a tag to compare

👀 Other Changes

  • Updated docs for sight tutorial