Releases: prabhuignoto/react-chrono
Releases Β· prabhuignoto/react-chrono
1.16.0
1.15.0
1.14.0
- New prop
cardLess
to hide the time line cards completely. - RTL layout for Horizontal mode
1.13.3
- Fixes an issue where the scrolling of text details in the card is broken.
1.13.2
1.13.1
1.13
Fixes the following issues
- CardWidth not positioning card to center #186
- useReadMore on element basis #179. The readmore is only shown if the details text could not be fit within the card.
- Option to disable timeline point selection #170
- Option to disable scroll into view on Item selection #176
- Being able to customize the line/circle width #168
1.12.5
- Added a new property
activeItemIndex
to select a TimelineItem on Load.
1.12.4
- Added a new attribute url under TimelineItem model. The title on each card now becomes a hyperlink when there is a url attribute
1.12.3
- Fixes a bug (removed cypress as a prod dependency)