Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Latest commit

 

History

History
46 lines (25 loc) · 631 Bytes

CHANGELOG.md

File metadata and controls

46 lines (25 loc) · 631 Bytes

Changelog

1.3.1

  • smooth graphics

1.3.0

  • update to Pixi v6 (using separate Pixi packages as regular dependencies, instead of previously used Pixi bundle as peer dependency)

1.2.1

  • fix initialization in React useEffect
  • remove Graphology hotfix

1.2.0

  • listen and apply graph changes

1.1.5

  • use tiny-typed-emitter for typed events
  • add mousemove events

1.1.4

  • pass original event to event handlers

1.1.3

  • fix moving nodes to use container coordinates

1.1.2

  • add missing PIXI imports

1.1.1

  • fix hovering after click

1.1.0

  • add node/edge events

1.0.0

  • initial release