Skip to content

v5.11.2

Choose a tag to compare

@SSShooter SSShooter released this 21 May 07:25
· 15 commits to master since this release

5.11.2 - 2026-05-21

Features

  • Add forceCenter parameter to scrollIntoView
  • Add enableMobileMultiSelect
  • Add summary & arrow events

Bug Fixes

  • Fix readonly mode misbehavior
  • Fix text truncation when parsing MathJax in plaintext

Refactors

  • Introduce state machine to manage pointer interactions
  • Simplify interaction state machine by merging selection logic
  • Implement CanvasPointerDown state to coordinate canvas interaction and selection logic
  • Migrate mouse and touch events to PointerEvents across viselect core
  • Unify and optimize node drag ghost positioning
  • Unify blur & pointer cancel handler
  • Encapsulate touch pinch and pan logic into dedicated helper
  • Rename linkSvgGroup to arrowSvg and optimize SVG interaction logic
  • Standardize SVG types and rename arrow group IDs for consistency
  • Aggregate long-press logic into longPressHelper object

Full Changelog: v5.11.0...v5.11.2