Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 884 Bytes

CHANGELOG.md

File metadata and controls

26 lines (15 loc) · 884 Bytes

Changelog

[2.0.0]

[BREAKING]

  • Complete rebuild of the timeline (use V1.x.x if you're migrating)
    • Replaced Flow with TypeScript

[1.0.1]

Changes: existing functionality that is now different

  • item properties (i.e. lineColor, lineWidth, circleSize, etc.) now take preference over timeline properties.
    • i.e. const lineColorToUse = item.lineColor || lineColor || DEFAULT_LINE_COLOR

[1.0.0]

Changes: existing functionality that is now different

[BREAKING]

  • Replace <Image> Tag with provided component (item.icon or icon) in renderCircle() (a428c3c & 175b8e2 by @creambyemute)
    • i.e. You no longer pass in an image source as the icon