2.9.1
- Optimize hooks for performance and stability by @prabhuignoto in https://github.com/prabhuignoto/react-chrono/pull/543
Full Changelog: https://github.com/prabhuignoto/react-chrono/compare/2.9.0...2.9.1
2.9.0
- Introduce optimized context provider for stable and dynamic state management by @prabhuignoto in https://github.com/prabhuignoto/react-chrono/pull/542
- Misc optimizations and fixes for better performance and UX
Full Changelog: https://github.com/prabhuignoto/react-chrono/compare/2.8.1...2.9.0
2.8.2
- Update .gitignore and remove unused files by @prabhuignoto in https://github.com/prabhuignoto/react-chrono/pull/538
- fixed an issue with the timeline control style
Full Changelog: https://github.com/prabhuignoto/react-chrono/compare/2.8.1...2.8.2
2.8.1
- Refactor GlobalContext and timeline components to support semantic tags by @prabhuignoto in https://github.com/prabhuignoto/react-chrono/pull/537
- Fix for #506 #507
Full Changelog: https://github.com/prabhuignoto/react-chrono/compare/2.8.0...2.8.1
2.8.0
- misc performance improvements
- Enhance testing coverage for hooks and add new test cases by @prabhuignoto in https://github.com/prabhuignoto/react-chrono/pull/533
- Update vite config and included coverage reports by @prabhuignoto in https://github.com/prabhuignoto/react-chrono/pull/534
- Minor_config_update by @prabhuignoto in https://github.com/prabhuignoto/react-chrono/pull/535
- Update dependencies and enhance performance in React Chrono by @prabhuignoto in https://github.com/prabhuignoto/react-chrono/pull/536
Full Changelog: https://github.com/prabhuignoto/react-chrono/compare/2.7.1...2.8.0
2.7.1
- chore: update dependencies and improve README content by @prabhuignoto in https://github.com/prabhuignoto/react-chrono/pull/529
- Fix text density option by @prabhuignoto in https://github.com/prabhuignoto/react-chrono/pull/532
Full Changelog: https://github.com/prabhuignoto/react-chrono/compare/2.7.0...2.7.1
2.7.0
- Improved Search & UX
Navigate your timeline faster with a more intuitive interface. - Polished Animations
Enjoy clear loading and error states for a seamless experience.
- Faster Rendering
Under-the-hood optimizations make your timeline load and scroll more quickly.
- Core Package Upgrades
Updated linting rules and refreshed dependencies. - General Fixes & Tweaks
Minor improvements throughout to keep everything running smoothly.
Thank you for using React-Chrono! If you run into any issues or have feedback, please open an issue on GitHub.
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.6.0
- 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