Skip to content

Releases: mitojs/mitojs

@mitojs/[email protected]

09 May 11:22
b7d0e55

Choose a tag to compare

@mitojs/[email protected]

Features

  • wx-mini: hijack tap event at uni app v3 (b7d0e55)

v3.0.1

02 Dec 06:28

Choose a tag to compare

3.0.1 (2021-12-02)

Bug Fixes

  • utils/errorid: correct getRealPath (e242098)

Features

  • wx-mini: add options param in OnShareTimeline and OnShareAppMessage (d2ea0c2)
  • wx-mini: add silentPageOnShareAppMessage and silentPageOnShareTimeline (b0e51b4)

BREAKING CHANGES

wx-mini:

  • onShareAppMessage to pageOnShareAppMessage
  • onShareTimeline to pageOnShareTimeline
  • onTabItemTap to pageOnTabItemTap
  • onPageNotFound to appOnPageNotFound

v3.0.0

08 Oct 11:43

Choose a tag to compare

Features

  • add react ErrorBoundary component

  • collect Vue3 prop data when code error @mitojs/vue

  • multiple instances,more info click here

  • add wx-mini hooks:

    • pageOnLoad
    • pageOnUnload
  • add wx-mini options:

    • silentRequest
    • silentRoute
    • silentAppOnError
    • silentAppOnUnhandledRejection
    • silentAppOnPageNotFound

Documentation

BREAKING CHANGES

  • browser: the singleton change to multiple instances,more info click here

  • remove MITO.log and add MitoInstance.log

  • remove trackDsn

  • remove window.__MITO__ and replace to MitoInstance

  • ErrorTypes change:
    JAVASCRIPT_ERROR change to JAVASCRIPT

    LOG_ERROR change to LOG

    HTTP_ERROR change to HTTP

    VUE_ERROR change to VUE

    REACT_ERROR change to REACT

    RESOURCE_ERROR change to RESOURCE

    PROMISE_ERROR change to PROMISE

    ROUTE_ERROR change to ROUTE

V2.1.19

28 Jul 10:06

Choose a tag to compare

move clouDr-f2e/mitojs to mitojs/mitojs

package.json add description、homepage url