Skip to content

Releases: laurens94/vue-timeline-chart

v2.8.0

02 Jan 15:34
Compare
Choose a tag to compare

Full Changelog: v2.7.0...v2.8.0

v2.7.0

09 Dec 12:53
Compare
Choose a tag to compare
  • ⚡️ Fix broken performance (broken since v2.6.0)
  • 🚸 Fire mousemoveTimeline event after zoom and scroll, for snappier sync of mouse hover position
  • 📝 Add hover position example to docs

Full Changelog: v2.6.1...v2.7.0

v2.6.1

07 Dec 14:10
Compare
Choose a tag to compare

Fixes

  • 🏷️ Types didn't get exported correctly in the last version, this should be fixed now

Full Changelog: v2.6.0...v2.6.1

v2.6.0

03 Dec 12:31
Compare
Choose a tag to compare
  • ⚡️ Improved performance

⚠️ This change might actually break the performance. Upgrade to v2.7.0 instead.

Full Changelog: v2.5.0...v2.6.0

v2.5.0

01 Oct 13:48
Compare
Choose a tag to compare

✨ New features

  • Added cssVariables property to groups.
  • Added timestamps-before and timestamps-after slots for inserting content into the timestamps bar.

Full Changelog: v2.4.2...v2.5.0

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