Skip to content

Latest commit

 

History

History
96 lines (42 loc) · 3.67 KB

CHANGELOG.md

File metadata and controls

96 lines (42 loc) · 3.67 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.10.10 (2022-08-03)

Features

  • make space for subgraph node.minwidth (3787c97)
  • support subgraph padding t and b (4493992)

0.10.9 (2022-05-09)

Bug Fixes

0.10.8 (2022-05-09)

Features

  • improve orthogonal edge by reducing bendpoints under some conditions (74cca4b)

0.10.7 (2022-04-16)

Bug Fixes

  • a bug, sometimes 'margint' gets to be added more than once (a51c4a7)

0.10.6 (2022-04-16)

Optimize

  • consider margint and marginb during doPositionY
  • avoid_label_on_border should also work even when ortho is not enabled (2c56fad)

0.10.5 (2022-04-13)

Bug Fixes

  • a not-so-perfect solution to avoid edge crossing with othogonal edges (22235f2)

0.10.4 (2022-04-10)

Bug Fixes

  • avoid_label_on_border should also work even when ortho is not enabled (2c56fad)

0.10.3 (2022-04-10)

Bug Fixes

0.10.2 (2022-04-10)

Features

  • add option 'avoid_label_on_border' to optimize layout readability (bf29b6f)

0.10.1 (2022-04-10)

Features

  • add option splines and support orthogonal lines (fc4cb70)

0.10.0 (2022-01-18)

0.10.0-alpha.0 (2021-08-15)

Features

  • add margin processing in the position phase (7ed0b22)

0.9.0 (2021-07-31)

Features

  • able to set edge between compound node and normal node (b5f4d80)
  • replace lodash (5be14f1)