Skip to content

Releases: prabhuignoto/react-chrono

2.1.0

31 Mar 14:32
Compare
Choose a tag to compare
  • The timeline mode can now be switched from VERTICAL_ALTERNATING to VERTICAL mode automatically by setting the enableVerticalBreakPoint prop to true. use the verticalBreakPoint prop to adjust the break point.

2.0.2

28 Mar 12:35
Compare
Choose a tag to compare
  • fix timeline defaults (when optional settings are not passed)

2.0.1

24 Mar 06:50
Compare
Choose a tag to compare
  • fix textOverlay mode on firefox
  • reset cardHeight default

2.0.0

23 Mar 17:30
e123841
Compare
Choose a tag to compare

๐ŸŽ‰ 2.0 Release

Features

  • โšก New textOverlay mode to render a refurbished UX design when you have media
  • ๐Ÿ’ก Complete overhaul of cards, allowing for more customization options and a more modern look and feel
  • ๐ŸŒ‘ Introducing dark mode for improved user experience
  • ๐Ÿ“บ Improved slide show functionality with the addition of new slide show types for greater flexibility in presenting content
  • ๐ŸŸ  New timeline point shapes for improved visualization of events and data
  • โšกData-driven nested timelines for increased organization and clarity in complex data sets

Improvements

  • ๐Ÿ”จ Bug fixes for improved stability and functionality across all browsers and devices
  • ๐Ÿ“ƒ Improved documentation with additional examples and usage guidelines for easier implementation and customization

Thank you for using React-Chrono! We hope these new features and improvements enhance your experience with our library. As always, please feel free to submit feedback, bug reports, and feature requests.

1.22

15 Feb 10:56
723c626
Compare
Choose a tag to compare
  • new prop contentDetailsHeight to customize the minimum height of the details text
  • refactor read more functionality and fix for #265

1.21.4

13 Feb 19:20
7cdab91
Compare
Choose a tag to compare

Fixed an issue where multiple instances of the component in Horizontal mode messes up the rendering (#191)

1.21.3

09 Feb 20:19
Compare
Choose a tag to compare

Fix for #328 (custom icons not working in VERTICAL modes)

1.21.2

08 Feb 08:04
Compare
Choose a tag to compare

๐Ÿ”จ Fix for #324 (onItemSelected is getting called twice when selecting item from the timeline)

1.21.1

03 Feb 05:57
Compare
Choose a tag to compare
  • Fix for #322 ( timelineContent does not work with HORIZONTAL mode)

1.21.0

02 Feb 03:53
7784e8e
Compare
Choose a tag to compare

Allow dependent applications to programmatically set the current index #320