-
2.0.0 Stable
released this
2023-08-03 15:00:56 +00:00 | 24 commits to master since this releaseFeatures:
- Events can now be added to the diagram.
- They can either be shown along the date line, for general events, or along an entry's timeline for entry-specific events.
- As with entries, they can be added either with HTML
data
attributes or via Javascript.
- The automatic positioning now favours the centre of the diagram, making them less 'top-heavy' by default.
Breaking changes:
- The
panzoom
configuration is no longer a boolean value. You must pass the Panzoom function in the configuration to enable this feature. (Fixes missing Panzoom function when using Timeline.js as a module). - The
fork
feature, deprecated in 1.3.0 has been removed.
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
3 downloads
- Events can now be added to the diagram.