• 2.2.1 447a7ab505

    2.2.1 Stable

    aonrud released this 2024-05-07 15:42:08 +00:00 | 0 commits to master since this release

    Fix:

    • Using <details> for controls made the search suggestions become 0-width. Styled directly instead.
    Downloads
  • 2.2.0 d7107e779d

    2.2.0 Stable

    aonrud released this 2024-05-07 14:57:32 +00:00 | 2 commits to master since this release

    Features:

    • Add the option to make the controls collapsible using a <details> element.
    Downloads
  • v2.1.3 0d4bd6458f

    2.1.3 Stable

    Aonrud released this 2023-08-17 12:12:46 +00:00 | 9 commits to master since this release

    Fixes:

    • Use a standard 'i' character for event markers. Unicode info characters are both too inconsistent across platforms.
    Downloads
  • v2.1.2 365f7afde4

    2.1.2 Stable

    Aonrud released this 2023-08-11 11:34:21 +00:00 | 11 commits to master since this release

    Fixes:

    • 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
  • v2.1.1 4164b80db1

    2.1.1 Stable

    Aonrud released this 2023-08-09 07:47:24 +00:00 | 15 commits to master since this release

    Fixes:

    • Better automatic positioning for entries connected across groups
    • Better styles for event markers
    • Fix regression in drawing horizontal links
    Downloads
  • v2.1.0 0121f14b0c

    2.1.0 Stable

    Aonrud released this 2023-08-08 07:20:31 +00:00 | 20 commits to master since this release

    Features:

    • Entries can be assigned a group so that they will be positioned in the same section of the diagram.
    Downloads
  • v2.0.0 48e2a42329

    2.0.0 Stable

    Aonrud released this 2023-08-03 15:00:56 +00:00 | 24 commits to master since this release

    Features:

    • 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
  • v1.4.0 75f9d79cb0

    1.4.0 Stable

    Aonrud released this 2023-07-24 12:10:21 +00:00 | 43 commits to master since this release

    Features:

    • 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
  • v1.3.0 48b9b5ffa9

    v1.3.0 Stable

    Aonrud 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
  • v1.2.0 e70d94a65a

    v1.2.0 Stable

    Aonrud 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