Skip to content

Release version 0.14.0

Compare
Choose a tag to compare
@Zorin95670 Zorin95670 released this 01 Mar 10:31
· 397 commits to main since this release
537b4c6

[0.14.0] - 2023/03/01

Added

  • Add method getAttribute to get attribute by name for a component in model template.
  • Add getUsedLinkDefinition in DefaultData.js to get the link definitions used by components.
  • Add __initializeArrowMarker method in DefaultDrawer.js.
  • Add actions.zoom.scale in constructor of DefaultDrawer.js to get the zoom scale.
  • Add marker definition in ComponentLinkDefinition to define the marker of the link.

Changed

  • Change drawLinks method in DefaultDrawer.js to draw arrow markers on links extremities.

Fixed

  • Fix the links width by multiplying it by the zoom scale.
  • Fix hasError in ComponentAttribute.js to return false when the value of attribute is empty.