Skip to content

Releases: laurens94/vue-timeline-chart

v2.4.2

20 Sep 11:34
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fix cssVariables property not being applied to background and marker types

Full Changelog: v2.4.1...v2.4.2

v2.4.1

30 Aug 14:45
Compare
Choose a tag to compare

🐛 Bug fixes

  • Use item.id as key when defined instead of index (7d0e13a)

Full Changelog: v2.4.0...v2.4.1

v2.4.0

27 Jul 11:25
Compare
Choose a tag to compare
  • Added validation for props initialViewportStart, initialViewportEnd, viewportMin and viewportMax. Throws an error whenever the values are set in the wrong order to prevent browser crash (#13).
    Also throws an error if the initialViewport is exceeding the viewportMin/viewportMax range.

Full Changelog: v2.3.1...v2.4.0

v2.3.1

02 Jul 08:38
Compare
Choose a tag to compare
  • 🏷️ Allow for Generic Types to prevent TypeScript errors when passing types that extend expected types of items, markers and groups props.

Full Changelog: v2.3.0...v2.3.1

v2.3.0

15 Jun 23:04
Compare
Choose a tag to compare

✨ New features

  • Expose wheel event

Full Changelog: v2.2.0...v2.3.0

v2.2.0

15 Jun 22:36
Compare
Choose a tag to compare

✨ New features

  • Add pointermove event

Full Changelog: v2.1.2...v2.2.0

v2.1.2

06 Jun 09:17
Compare
Choose a tag to compare
  • 🏷️ Fix PointerEvent types

Full Changelog: v2.1.1...v2.1.2

v2.1.1

04 Jun 12:14
Compare
Choose a tag to compare

Changes

Full Changelog: v2.1.0...v2.1.1

v2.1.0

31 May 17:03
Compare
Choose a tag to compare

✨ New features

  • Added pointerdown and pointerup events (fixes #9)

⚠️ Potentially breaking changes

  • If you're using custom pointerdown and pointerup events, the payload will be similar to click events: ({time, event, item} instead of just a mouseEvent $event

v2.0.0

28 May 15:58
Compare
Choose a tag to compare

Changes:

  • Added maxOffsetOutsideViewport prop (see #8)

⚠️ Breaking changes

  • Groups: the content property is removed, use label instead
  • When rendering content within timeline items (e.g. a label in a range-item), the new behaviour mentioned in #8 might prevent this content from moving entirely out of screen. Increasing maxOffsetOutsideViewport prevents this.

🐛 Bug fixes

  • Zooming in on a range could make the item too large which could prevent it from being rendered. Items are now limited to the viewportSize + an offset (fixes #8)

Full Changelog: v1.2.1...v2.0.0