Skip to content

Releases: holisticon/mutti

v0.1.2

02 Sep 14:47
Compare
Choose a tag to compare

Fixes

  • Elements no longer throw a DOMException when created with document.createElement(): #14

v0.1.1 - Publicity

02 Sep 09:51
Compare
Choose a tag to compare

Fixes

  • Remove private flag from the package configuration

v0.1.0 - Initial Release

02 Sep 09:47
Compare
Choose a tag to compare

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