Skip to content

Releases: prabhuignoto/react-chrono

1.8.3

03 Dec 11:15
9d5a17c
Compare
Choose a tag to compare

📡 added a new prop onScrollEnd to detect the end of the timeline.

1.8.0

29 Nov 18:27
Compare
Choose a tag to compare

✨ Support for embedding youtube videos in the timeline.
✨ Timeline items can be now dynamically updated.

1.7.5

15 Nov 18:18
Compare
Choose a tag to compare

Customize card colors.

1.7.3

12 Nov 09:35
Compare
Choose a tag to compare

Bug fixes

1.7

09 Nov 14:45
Compare
Choose a tag to compare
1.7

Added a new prop flipLayout(RTL) for VERTICAL and VERTICAL_ALTERNATING
Bug fixes.
Changed CSS units for the layout.

1.6.1

06 Nov 11:17
Compare
Choose a tag to compare

Fixes an issue where the first timeline item is automatically focused on page load.
Minor perf optimizations.

1.6.0

04 Nov 12:34
d9fe984
Compare
Choose a tag to compare

Support for rendering Custom content in Timeline cards.
Bug fixes

1.5.0

02 Nov 07:40
1f80a68
Compare
Choose a tag to compare

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

29 Oct 09:17
15a9954
Compare
Choose a tag to compare
Merge pull request #64 from prabhuignoto/media-fix

Fixing an issue where the media overflows out of the container

1.4.0

27 Oct 18:04
35d52c2
Compare
Choose a tag to compare

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.