[BREAKING]
- Complete rebuild of the timeline (use V1.x.x if you're migrating)
- Replaced Flow with TypeScript
- item properties (i.e. lineColor, lineWidth, circleSize, etc.) now take preference over timeline properties.
- i.e.
const lineColorToUse = item.lineColor || lineColor || DEFAULT_LINE_COLOR
- i.e.
[BREAKING]
- Replace
<Image>
Tag with provided component (item.icon or icon) inrenderCircle()
(a428c3c & 175b8e2 by @creambyemute)- i.e. You no longer pass in an image source as the icon