-
2.2.1 Stable
released this
2024-05-07 15:42:08 +00:00 | 0 commits to master since this releaseFix:
- Using
<details>
for controls made the search suggestions become 0-width. Styled directly instead.
Downloads
-
Source code (ZIP)
4 downloads
-
Source code (TAR.GZ)
2 downloads
- Using
-
2.2.0 Stable
released this
2024-05-07 14:57:32 +00:00 | 2 commits to master since this releaseFeatures:
- Add the option to make the controls collapsible using a
<details>
element.
Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
3 downloads
- Add the option to make the controls collapsible using a
-
2.1.3 Stable
released this
2023-08-17 12:12:46 +00:00 | 9 commits to master since this releaseFixes:
- Use a standard 'i' character for event markers. Unicode info characters are both too inconsistent across platforms.
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
2 downloads
-
2.1.2 Stable
released this
2023-08-11 11:34:21 +00:00 | 11 commits to master since this releaseFixes:
- Make sure manually positioned entries can't be overlapped by automatically positioned ones. Fixes a regression when combining groups, manual positions and automatic positions.
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
3 downloads
-
2.1.1 Stable
released this
2023-08-09 07:47:24 +00:00 | 15 commits to master since this releaseFixes:
- Better automatic positioning for entries connected across groups
- Better styles for event markers
- Fix regression in drawing horizontal links
Downloads
-
Source code (ZIP)
4 downloads
-
Source code (TAR.GZ)
2 downloads
-
2.1.0 Stable
released this
2023-08-08 07:20:31 +00:00 | 20 commits to master since this releaseFeatures:
- Entries can be assigned a group so that they will be positioned in the same section of the diagram.
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
2 downloads
-
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.
-
1.4.0 Stable
released this
2023-07-24 12:10:21 +00:00 | 43 commits to master since this releaseFeatures:
- Entries can now be added via Javascript as well as using HTML data attributes.
- Data attributes pointing to non-existent IDs will no longer break the diagram; instead they will be dropped and a warning emitted to the console.
Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
3 downloads
-
v1.3.0 Stable
released this
2023-07-23 12:06:36 +00:00 | 49 commits to master since this release- Feature: Allow entries to have a starting year before the start of the timeline. These will be shown at the start of the timeline with an arrow to indicate they pre-exist the period shown.
- DEPRECATE: Deprecate the 'fork' feature. The same effect can be created using 'split'. This will be removed in the next major version.
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
3 downloads
-
v1.2.0 Stable
released this
2023-06-11 13:47:10 +00:00 | 53 commits to master since this release- Add optional dark mode CSS
- all Javascript colour setting is removed in favour of CSS variables, which drops some config duplication
- Bugfixes
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
3 downloads
- Add optional dark mode CSS