Releases: prabhuignoto/react-chrono
1.12.2
- Fixed a minor issue with card alignment on Vertical Layout mode
1.12.1
- New Outline Menu for quickly jumping to a specific timeline item card (only supported on
VERTICAL
andVERTICAL_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
Updated peer dependencies to latest react
1.10.1
- 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 attributetitleColor
(can be used to set a custom color for the titleText on selection)
1.9.3
- 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
1.9.0
-
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]
-
Support for adding custom icons in the Timeline (supported in all modes).
-
Code refactored to pass Top level props to all Functional components via context provider.
1.8.6
Auto pauses YouTube embeds when not in the visible area.
Minor UX improvements for the timeline cards.
1.8.5
♦ 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
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.