2.6.1
- fix for #483 - prevent warnings on duplicate keys by @prabhuignoto in https://github.com/prabhuignoto/react-chrono/pull/484
Full Changelog: https://github.com/prabhuignoto/react-chrono/compare/2.6.0...2.6.1
2.5.2
- New prop
disableToolbar
added for hiding the toolbar by @prabhuignoto in https://github.com/prabhuignoto/react-chrono/pull/478
Full Changelog: https://github.com/prabhuignoto/react-chrono/compare/2.5.1...2.5.2
2.5.1
Fix an issue where the popover was not working as expected
2.5.0
New Features:
- Added a toolbar for improved user interface.
- Moved all controls to the toolbar for better accessibility and organization.
- Implemented an option to quickly jump to a specific timeline item.
- Introduced the ability to switch layout from vertical to
vertical_alternating
or fromhorizontal
tohorizontal_all
for enhanced customization.
Enhancements:
- Conducted minor code refactoring for improved maintainability and performance.
Feel free to explore the latest features and improvements in react-chrono v2.5.0! If you encounter any issues or have suggestions for future enhancements, please don't hesitate to open an issue or pull request on GitHub. We appreciate your feedback! 🚀
2.4.1
What's Changed
- Fix for #454: Mouse click functionality not functioning properly when custom content is displayed within the timeline card
- chore: updated the packages
Full Changelog: https://github.com/prabhuignoto/react-chrono/compare/2.4.0...2.4.1
2.4.2
What's Changed
Fixes
- Ensure that
onItemSelection
reports the correct item while the slideshow is running #434 - Ensure that
onItemSelection
reports the correct item #434 - Fixed the broken card height in
textOverlay
mode.
Other
- Chore: update packages
Full Changelog: https://github.com/prabhuignoto/react-chrono/compare/2.4.0...2.4.2
2.4.0
- Fix for #434 (onItemSelected does not work as expected)
- Support for rendering HTML directly on the timeline cards (#443)
- Introducing a new prop
disableRendering
to disable all interactions with the timeline (#294) - Introducing a new prop
highlightCardsOnHover
that highlights cards on hover
2.3.1
What's Changed
- chore: upgrade packages by @prabhuignoto in https://github.com/prabhuignoto/react-chrono/pull/426
- fixes the auto scroll when
disableTimelinePoint
is used (#427) by @prabhuignoto in https://github.com/prabhuignoto/react-chrono/pull/428
Full Changelog: https://github.com/prabhuignoto/react-chrono/compare/2.3.0...2.3.1
2.3.0
What's Changed
- styled-components upgraded to v6 by @prabhuignoto in https://github.com/prabhuignoto/react-chrono/pull/421
Full Changelog: https://github.com/prabhuignoto/react-chrono/compare/2.2.7...2.3.0
2.2.7
What's Changed
- added new prop disableTimelinePoint for disabling timeline points by @prabhuignoto in https://github.com/prabhuignoto/react-chrono/pull/419
Full Changelog: https://github.com/prabhuignoto/react-chrono/compare/2.2.5...2.2.7