Skip to content

v9.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Feb 17:24
· 276 commits to master since this release

9.0.0 (2024-02-10)

⚠ BREAKING CHANGES

  • Removed the following obsolete types:
  • TouchActionKind
  • TouchActionOpts
  • TouchOpts
  • TouchState
  • TouchSwipeOpts
  • TouchAction
  • NonReleaseTouchAction
  • ReleaseTouchAction
  • SwipeAction
  • TouchDragAction
  • Removed the following obsolete methods:
  • tap
  • touchLongClick
  • touchDown
  • touchUp
  • touchMove
  • doSwipe
  • doTouchDrag
  • doTouchAction
  • performMultiAction
  • performTouch
  • doPerformMultiAction

Features

  • Remove the obsolete code related to MJSONWP touch support (#917) (61aae2c)