Releases
0.11.0
[0.11.0] - 2022/12/07
Added
Method getchildren
by component id in DefaultData
.
Method getContainerId
on Component
.
Add files
parameter in method render
of DefaultRender
and DefaultPlugin
to list all files managed by the plugin.
Add UpdateEvent
to notify modelizer of all updates on components made by user.
Add attributes in ComponentAttributeDefinition
to manage customization of link:
LinkColor
to define the color of the link, default black.
LinkWidth
to define the width of the link, default 2px.
LinkDashStyle
to define the dash style of the link, default null for a line link.
Removed
Remove attribute children
of Component
to transform components tree in components Array.
Remove EditEvent
and DeleteEvent
in DefaultDrawer
.
Changed
Updated drawLinks
to dynamically select curve type based on components relative positions.
Replace method render
by renderFiles
as method to be overridden by plugin.
Fixed
Method render
in DefaultRender
now returns files that are no longer linked to components.
Fixed disabled style application when the origin could have multiple targets.
You can’t perform that action at this time.