Skip to content

Releases: prabhuignoto/react-chrono

1.20.0

04 Dec 08:10
Compare
Choose a tag to compare
  • 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

10 Oct 13:25
Compare
Choose a tag to compare
  • Fix for #290 (Stop AutoScrolling in Horizontal mode)

1.19.1

10 Oct 13:24
Compare
Choose a tag to compare
  • no major changes

1.19.0

10 Aug 07:31
c1ef117
Compare
Choose a tag to compare

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

31 Jul 19:33
Compare
Choose a tag to compare

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

26 Jun 07:43
Compare
Choose a tag to compare

1.17.1

25 Jun 07:25
Compare
Choose a tag to compare
  • Fixes #258 (activeItemIndex is not respected in horizontal mode)

1.17.0

15 Jun 07:35
Compare
Choose a tag to compare
  • new prop buttonTexts to customize the alt texts for buttons
  • Fix for #238

1.16.2

14 Jun 04:59
Compare
Choose a tag to compare
1.16.1

1.16.1

12 Jun 16:20
373e524
Compare
Choose a tag to compare

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