React Chrono Versions Save

πŸ•‘ Modern Timeline Component for React

2.1.0

1 year ago
  • 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

1 year ago
  • fix timeline defaults (when optional settings are not passed)

2.0.1

1 year ago
  • fix textOverlay mode on firefox
  • reset cardHeight default

2.0

1 year ago

πŸŽ‰ 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

1 year ago
  • new prop contentDetailsHeight to customize the minimum height of the details text
  • refactor read more functionality and fix for #265

1.21.4

1 year ago

Fixed an issue where multiple instances of the component in Horizontal mode messes up the rendering (https://github.com/prabhuignoto/react-chrono/issues/191)

1.21.3

1 year ago

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

1.21.2

1 year ago

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

1.21.1

1 year ago
  • Fix for #322 ( timelineContent does not work with HORIZONTAL mode)

1.21.0

1 year ago

Allow dependent applications to programmatically set the current index #320