Vertical Timeline Component React Versions Save

A Timeline Component for React.js

v4.3.4

1 year ago

📚 Description

A new version of the library is coming, which comes with:

  • 🚀 Add new features:
    • Subtitle prop
    • Change theme structure
    • Add symbol to each event's description
    • Show collapsed events or not
  • 🛠 Changed event items to be more accessible:
    • Better use of HTML syntax
  • 💅 Improve UX (now it is prettier and better designed)
  • 🤖 Some templates were created and pull_request_template was modified to be used in processes within GitHub

🎯 Issues

  • #54
  • #55
  • #56
  • #57
  • #58
  • #59
  • #60

👾 Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Other (If yes, please write one phrase about this update)

👀 How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Unit testing
  • Use npm link

✅ Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

v4.0.2

1 year ago

this new version comes with:

🚀 New feature: Allow descriptions to be collapsed in case the information is too long 🛠 Improves web accessibility: Better use of HTML syntax All dates are using time tag Use aria-hidden and aria-label for screen readers 💅 Improve UX (now it is prettier and better designed) 🗑 Removed components that were not needed 🤖 Some templates were created to be used in processes within github 💪🏻 Dependencies were updated

v3.0.4

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Proskynete/vertical-timeline-component-react/compare/v3.0.3...v3.0.4

v3.0.3

2 years ago

Fix styles errors when lang prop has "-" or "_" symbol

v3.0.2

2 years ago

Fix error in Nextjs

v3.0.1

2 years ago
  • Changed helper function.
  • The L, l and ll options to the dateFormat prop are deprecated. ⚠️
  • Use new dateFormated options: only-number, short, with-weekday and full. 💯
  • Now all components have their type declaration ❣️

v1.2.1

4 years ago