Releases: laurens94/vue-timeline-chart
Releases · laurens94/vue-timeline-chart
v2.8.0
- ✨ Added
scales
prop for custom timestamp snapping (see docs: Timestamps and scale)
Full Changelog: v2.7.0...v2.8.0
v2.7.0
v2.6.1
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
v2.5.0
✨ New features
- Added
cssVariables
property to groups. - Added
timestamps-before
andtimestamps-after
slots for inserting content into the timestamps bar.
Full Changelog: v2.4.2...v2.5.0
v2.4.2
🐛 Bug fixes
- Fix
cssVariables
property not being applied tobackground
andmarker
types
Full Changelog: v2.4.1...v2.4.2
v2.4.1
v2.4.0
- Added validation for props
initialViewportStart
,initialViewportEnd
,viewportMin
andviewportMax
. 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
- 🏷️ Allow for Generic Types to prevent TypeScript errors when passing types that extend expected types of
items
,markers
andgroups
props.
Full Changelog: v2.3.0...v2.3.1