1.9.12

Feature

  • Newly Add“getWorkbenchContext” interface.
  • Newly Add “getAppInstallStatus” interface.
  • Newly Add “hideTitleBar” interface.
  • Newly Add“showTitleBar” interface.

    1.9.5

    Require client version >= 2.1.0

    Feature

  • Newly add “readImageToBase64” and “reduceImageSize” interface.

    Bug fix

  • Fix “showTimePicker”type error.

    1.9.4

    Require client version >= 1.9.4

    Feature

  • Newly Add the PC terminal for creating audio and video interfaces on the PC terminal.

    Bug fix

  • Fix the problem that the PC terminal cannot monitor the original event of the client.

  • Fix the problem of back type definition error of uploadFile interface.

    1.8.4

    Require client version >= 1.8.2

    Bug fix

  • Fix the parameter problem of startRequest interface on the PC.

  • Fix the problem that when multiple JSAPI dependencies are imported on the PC, the registered event is overwritten and the event cannot be called back correctly.
  • Fix the “Critical dependency” problem caused by the “canIUse” interface.

    1.8.2(2020-09-11)

    Require client version >= 1.8.2

    Feature

  • Add shareFileToMessage / shareImageToMessage/ startFaceRecognition interface.

  • AddcanIUse interface for judging the support condition of the interface in the lower version of the client.
  • Mini programs support getConfig interface.
  • Optimize searchOnMap / locateOnMap interface function.
  • Add TS type of “hideShareMenu” interface.

    Bug fix

  • Fix the problem that the environment cannot be correctly judged during rax running

  • Fix the problem failing to call “chooseLocalImage” and “uploadLocalFile” interface in mini programs.

    1.5.3(2020-08-19)

    Requires client version >= 1.6.2

    Feature

  • Newly added support

    • chooseVideo
    • onAudioPlayEnd
    • showQuickCallMenu
    • startWatchShake
    • stopWatchShake
    • uploadLocalFile
    • chooseLocalImage
    • getUserAgent
  • Newly added PC interface
    • chooseContactWithComplexPicker
    • chooseDepartments
  • Modify the call method of openLink
  • Add a new “uploadFile” interface in mini program
  • Added support for “hideToast TS” type

Note: After the client version 1.6.2 is updated, the back avatar data of “chooseContact/chooseContactWithComplexPicker” is changed to “mediaId”. If you need to display it, you need to convert the “mediaId” into an accessible URL. Please check specific scheme here:《MediaId to URL

1.5.2(2020-08-05)

Require client version >= 1.6.0

Feature

  • Newly add“subscribe/unsubscribe/uploadRemoteFileToDisk/chooseSpaceDir” interface.
  • to adjust the openLink logic, and “openLink” supports opening the third-party app.

1.5.0(2020-07-14)

Require client version >= 1.4.0

Feature

  • Add support for client multilingual “getLanguageSetting” interface.

1.4.3 (2020-07-10)

Require client version >= 1.3.10

Feature

  • New support

    • ut
    • chooseDayWithCalendar
    • chooseTimeWithCalendar
    • chooseHalfDayWithCalendar
    • chooseDateRangeWithCalendar
    • showDateTimePicker
    • showMultiSelect

      Bug fix

  • Fix data back problem of “startTraceReport” interface on IOS.

1.4.2 (2020-06-29)

Requires client version >= 1.3.9

Feature

  • Add “createDing/showCallMenu” interface.
  • Add component getPhoneInfo of switchTab/web-view in mini programs.
  • Add the “statusBarHeight” field of interface returning.

    Bug fix

  • Fix the problem that the authConfig interface returns “typing” errors.

  • Fix the problem that the “ready” interface reports errors in mini programs.

1.4.1 (2020-06-23)

Require client version >= 1.3.7

Feature

  • Add openWatermarkCamera interface.

    Bug fix

  • Fix the problem that “esModule” does not exist in the mini-program console.

  • Fix the problem of missing dependencies when it is imported separately.

    1.4.0 (2020-06-18)

    Require client version >= 1.3.6

    Feature

  • Add severalmini-program interfaces.

  • “locateOnMap” interfacesupports mini programs.

    Bug fix

  • Fix the problem of parameter errors and failing to call startRequest method on the pc.

  • The problem that selected components cannot be usedin the lower version.
  • Modify the annotation question of interface type.
  • Remove the “chooseMobileContacts” interface that is not supported by the mobile terminal.
  • Modify the type of the chooseContact interface.

    1.3.6 (2020-06-15)

    Require client version >= 1.3.5

    Bug fix

  • Fix the problem of inconsistent data return at both ends of “alert” and “setOptionMenu”.

  • Remove the parameters that are not currently supported by “the openPage” interface.
  • Fix the problem of incorrect annotation of some interface types.

    1.3.5 (2020-06-05)

    Require client version >= 1.3.5

    Features

  • Added support of JSAPI

    • showModal
    • openSlidePanel
    • isDownloadFile
    • openDownloadFile
    • downloadFile
    • getPhoneInfo
    • showExtendModal
    • getHotspotInfo
    • getUUID
    • getWifiStatus
    • takePhoto
    • shareToMessage
    • shootVideo

      Bug fix

  • Fix the problem that some ios clients cannot load js.

  • Fix “isConfirm”errors of the pickChat parameter .
  • Return “enablePullToRefresh”, “disablePullToRefresh”, and “stopPullToRefresh” parameters at both ends of the system.

    1.3.4 (2020-05-22)

    Require client version >= 1.3.4

    Features

  • New track reporting interface.

    • startTraceReport
    • stopTraceReport
    • getTraceStatus
  • Add Android interfaces supporting signature approval.

    • showSignature

      Bug fix

  • Fix the problem that the callback is overwritten with multiple “ready” calls.