React Chrono Versions Save

🕑 Modern Timeline Component for React

1.20.0

1 year ago
  • A new prop called timelineContent has been added to every Timeline object so that it can render custom content rather than the text that is typically rendered on the cards.

1.19.2

1 year ago
  • Fix for #290 (Stop AutoScrolling in Horizontal mode)

1.19.1

1 year ago
  • no major changes

1.19.0

1 year ago

New props introduced

  • mediaHeight : Sets the minimum height of the media element in the card. Only applies to cards that contain an image or video.
  • classNames : Customize the classNames used for the different elements of the timeline

1.18.0

1 year ago

Bug fixes

  1. Fix for #273 - Disable scrollIntoView via new prop
  2. Fix for #272 - Default mode(Horizontal) corrected in the docs
  3. Fix for #271 - Fix usage of cardPositionHorizontal prop

1.17.2

1 year ago
  • Fix for #241

1.17.1

1 year ago
  • Fixes #258 (activeItemIndex is not respected in horizontal mode)

1.17.0

1 year ago
  • new prop buttonTexts to customize the alt texts for buttons
  • Fix for #238

1.16.2

1 year ago

1.16.1

1 year ago
  • Fixes #245

Instead of emotion, the library now uses styled-component. Emotion has recently been causing a lot of issues with stability.