Skip to content

Releases: prabhuignoto/react-chrono

1.12.2

22 Nov 04:20
Compare
Choose a tag to compare
  • Fixed a minor issue with card alignment on Vertical Layout mode

1.12.1

14 Sep 06:24
Compare
Choose a tag to compare
  • New Outline Menu for quickly jumping to a specific timeline item card (only supported on VERTICAL and VERTICAL_ALTERNATING modes.
  • All Packages have been updated to the latest version.
  • Redesign of the timeline cards and the tracker.
  • New prop borderLessCards to remove borders and shadows from the timeline cards.

1.11.0

18 Aug 07:38
Compare
Choose a tag to compare

Updated peer dependencies to latest react

1.10.1

18 Jul 13:10
a8f69b0
Compare
Choose a tag to compare
  • new prop onItemSelected (gets called when a timeline item is selected and passes the whole item object as payload)
  • updated the theme prop to accept a new attribute titleColor (can be used to set a custom color for the titleText on selection)

1.9.3

02 Apr 13:15
c362bed
Compare
Choose a tag to compare
  • Adding a new prop useReadMore to enable/disable readmore functionality.
  • Adding a new prop cardWidth to set the max width of the card.
  • Fixes an issue where the cardHeight prop was not honored.
  • Fixes horizontal layout issues.
  • Keeps the scroll position fixed on loading new data.

1.9.2

05 Mar 19:27
Compare
Choose a tag to compare
  • Fixes an issue(#107) where titles are misaligned on Horizontal mode.
  • Also now a default cardHeight is set for all modes.

1.9.0

17 Jan 19:07
124ae91
Compare
Choose a tag to compare
  • cardDetailedText now can also accept string of arrays. The array will be split and placed as a separate text blocks.

       cardDetailedText: ['paragraph text1', 'paragraph text2]

    image

  • Support for adding custom icons in the Timeline (supported in all modes).

    image

    image

  • Code refactored to pass Top level props to all Functional components via context provider.

1.8.6

15 Jan 13:10
Compare
Choose a tag to compare

Auto pauses YouTube embeds when not in the visible area.
Minor UX improvements for the timeline cards.

1.8.5

08 Jan 16:29
15e3ea8
Compare
Choose a tag to compare

♦ Fixed an issue where the cards does not render in horizontal mode (in SSR)
♦ Fixes an issue where the cardHeight prop is ignored in all modes.

1.8.4

02 Jan 08:08
Compare
Choose a tag to compare

fixing an issue where the final build size was larger than usual.

Note:
This is was largely due to how rollup process the emotion css strings. @emotion/babel is now additionally used to get rid off the extra unwanted bytes.