Releases: holisticon/mutti
Releases · holisticon/mutti
v0.1.2
v0.1.1 - Publicity
Fixes
- Remove
private
flag from the package configuration
v0.1.0 - Initial Release
This marks the initial release of our Multi Track Timeline (Mutti). The current version focuses on the layout aspects of the timeline, with the ability to pan and zoom the canvas.
The API is based on web components.
- Adds
<mutti-timeline>
as the container of a timeline - Adds
<mutti-track>
as a row container for multiple items with collision avoidance inside a track layout - Adds
<mutti-label>
as the label for a track - Adds
<mutti-item start="" end="" scale="">
as a item in a track that participates in collision avoidance - Adds
<mutti-static-item start="" end="">
as a item in a track that is excluded from collision avoidance