Releases: prabhuignoto/react-chrono
Releases · prabhuignoto/react-chrono
1.20.0
- 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
- Fix for #290 (Stop AutoScrolling in Horizontal mode)
1.19.0
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
Bug fixes
- Fix for #273 - Disable scrollIntoView via new prop
- Fix for #272 - Default mode(Horizontal) corrected in the docs
- Fix for #271 - Fix usage of
cardPositionHorizontal
prop
1.17.1
- Fixes #258 (activeItemIndex is not respected in horizontal mode)
1.17.0
- new prop
buttonTexts
to customize the alt texts for buttons
- Fix for #238
1.16.1
Instead of emotion, the library now uses styled-component. Emotion has recently been causing a lot of issues with stability.