Skip to content

Releases: prabhuignoto/react-chrono

1.16.0

06 Jun 14:04
Compare
Choose a tag to compare

Fixes #254 , the color of both the active and in active title can now be customized.
Fixes #253 , the font size of the title can be now customized

1.15.0

03 May 19:42
Compare
Choose a tag to compare
  • New prop to show all cards in Horizontal mode showAllCardsHorizontal
  • Customize font sizes using the new fontSizes prop (#234 )
  • Fixes #184

1.14.0

18 Feb 12:13
272e8ca
Compare
Choose a tag to compare
  • New prop cardLess to hide the time line cards completely.
  • RTL layout for Horizontal mode

1.13.3

05 Feb 10:04
d1f267a
Compare
Choose a tag to compare
  • Fixes an issue where the scrolling of text details in the card is broken.

1.13.2

19 Jan 18:26
c71e064
Compare
Choose a tag to compare
  • Fixes an issue (#220 ) where the title URL's were not working when the card has Media content.

1.13.1

15 Jan 18:25
Compare
Choose a tag to compare
  • Fix for #214 (scrollable prop stopped working)

1.13

29 Dec 08:11
Compare
Choose a tag to compare

Fixes the following issues

  1. CardWidth not positioning card to center #186
  2. useReadMore on element basis #179. The readmore is only shown if the details text could not be fit within the card.
  3. Option to disable timeline point selection #170
  4. Option to disable scroll into view on Item selection #176
  5. Being able to customize the line/circle width #168

1.12.5

17 Dec 03:08
Compare
Choose a tag to compare
  • Added a new property activeItemIndex to select a TimelineItem on Load.

1.12.4

30 Nov 06:28
Compare
Choose a tag to compare
  • 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

30 Nov 06:27
Compare
Choose a tag to compare
  • Fixes a bug (removed cypress as a prod dependency)