Skip to content

Latest commit

 

History

History
82 lines (50 loc) · 3.45 KB

CHANGELOG.md

File metadata and controls

82 lines (50 loc) · 3.45 KB

Changelog

[Unreleased]

[0.0.11] - 2020-03-02

Fixed

  • Fixed an issue with onDrag errors

[0.0.10] - 2020-03-02

Added

  • smartRouting mode dmitrygalperin
  • Pass node into ports to enable customisation fenech
  • Add nodeMouseEnter and nodeMouseLeave callbacks fenech
  • Add onDragCanvasStop and onDragNodeStop callbacks lordi

[0.0.9] - 2020-01-18

Fixed

  • The onNodeClick action will no longer be called when dragging fenech
  • Fix data consistency when snapToGrid is on/off sinan
  • Update node size when size changes in the DOM zetavg
  • Prevent links and ports displaying as active when in readonly mode.

Breaking

  • Updated styled components to ^5.0.0 yuyokk

[0.0.8] - 2019-10-20

Fixed

  • Readonly mode should prevent link edits loonyuni
  • Only call onCanvasDrop if data exists in drop event loonyuni
  • Improve CustomNode storybook example timbrunette
  • Fixed an error that was being thown when creating links in readonly mode

[0.0.7] - 2019-08-22

Added

  • Readonly mode yukai-w
  • Offset position to dropped item position phlickey
  • snapToGrid and gridSize config options msteinmn
  • validateLink config function msteinmn
  • misc other fixes msteinmn
  • Config object that is accessible by all components and actions

Breaking

  • Changed the callback type signatures so they are always objects rather than functions with params. If you use custom callbacks, these will need to be updated.

[0.0.6] - 2019-04-30

Added

  • Upgrade Typescript and Storybook.
  • Prevent re-rendering for nodes and links that are not in use. alexkuz PR7
  • Render only nodes currently visible for user. alexkuz PR7
  • Fix calculating link position when canvas is not positioned in top left corner. alexkuz PR7

Breaking

  • Added a new onNodeSizeChange action that is required for calculating which nodes are visible. If you are using external state, this will need to be implemented.

[0.0.5] - 2019-04-02

Added

  • Fixed a bug where links would not work on firefox tantayou999

[0.0.4] - 2019-03-24

Added

  • Start keeping a changelog
  • Remove storybook and lodash from from dist alexcuz PR5