github hikerpig/pintora v0.4.0
v0.4.0 Orthogonal edges

latest releases: v0.8.0, @pintora/test-shared@0.5.2, @pintora/target-wintercg@0.2.0...
3 years ago

Highlights

Add edgeType param to some of the dagre layout diagrams, introducing a new value ortho to support orthogonal edges.

@param edgeType ortho

ortho example

BREAKING CHANGES

  • remove curvedEdge param, should replace with:
    1. @param curvedEdge false -> @param edgeType polyline
    2. @param curvedEdge true -> @param edgeType curved

Changelogs

0.4.0

Minor Changes

  • 5f3c738: BREAKING replace curvedEdge option with edgeType and support orthogonal lines

Patch Changes

  • 5f68ca7: optimize: [gantt] adjust section label to section background vertical center
  • c9f6409: optimize: [sequence] apply extraMarginForBox if follows one message drawn with sequence number

Pull Requests

  • fix(demo): service worker error by @hikerpig in #28
  • feat(demo): save and load code from filesystem by @hikerpig in #29
  • [sequence] fix activation error, and optimize dividerMargin by @hikerpig in #30
  • BREAKING replace curvedEdge option with edgeType and support orthogonal lines by @hikerpig in #31
  • add more docs about gantt diagram by @hikerpig in #32
  • optimize: [component] support edgeType by @hikerpig in #33
  • chore(demo): upgrade react to 18.0.0 by @hikerpig in #34
  • optimize: [sequence] apply extraMarginForBox if follows one message drawn with sequence number by @hikerpig in #35
  • optimize: [gantt] adjust section label to section vertical center by @hikerpig in #36

Full Changelog: https://github.com/hikerpig/pintora/compare/@pintora/standalone@0.3.0...v0.4.0

Don't miss a new pintora release

NewReleases is sending notifications on new releases.