Releases: prabhuignoto/react-chrono
1.8.3
📡 added a new prop onScrollEnd
to detect the end of the timeline.
1.8.0
✨ Support for embedding youtube videos in the timeline.
✨ Timeline items can be now dynamically updated.
1.7.5
Customize card colors.
1.7.3
Bug fixes
1.7
Added a new prop flipLayout(RTL) for VERTICAL
and VERTICAL_ALTERNATING
Bug fixes.
Changed CSS units for the layout.
1.6.1
Fixes an issue where the first timeline item is automatically focused on page load.
Minor perf optimizations.
1.6.0
Support for rendering Custom content in Timeline cards.
Bug fixes
1.5.0
Added a new prop Scrollable
to allow scrolling on VERTICAL
timelines.
New prop to position (cardPositionHorizontal
) the timeline card in HORIZONTAL
mode.
Miscellaneous bug fixes.
Minor UX updates for timeline cards.
Accessibility fixes and support for keyboard navigation (Phase I)
1.4.2
Merge pull request #64 from prabhuignoto/media-fix Fixing an issue where the media overflows out of the container
1.4.0
Minor UX improvements on the Timeline Cards.
Renamed the TREE mode to VERTICAL_ALTERNATING (for clarity).
Fixes the Layout issues in Safari (for VERTICAL and VERTICAL_ALTERNATING).
New prop (Scrollable) to freely scroll the timeline in VERTICAL and VERTICAL_ALTERNATING modes.