Skip to content

Releases: Proskynete/vertical-timeline-component-react

v4.3.4

28 Dec 04:29
Compare
Choose a tag to compare

📚 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

👾 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.4

02 Sep 00:18
Compare
Choose a tag to compare

Full Changelog: v4.0.2...v4.0.4

v4.0.2

01 Sep 17:19
Compare
Choose a tag to compare

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

15 Aug 17:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.3...v3.0.4

v3.0.3

08 Mar 01:20
Compare
Choose a tag to compare

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

v3.0.2

08 Mar 01:00
Compare
Choose a tag to compare

Fix error in Nextjs

Release 3.0.1

07 Mar 16:48
37b1ded
Compare
Choose a tag to compare
  • 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 ❣️

Allow day and month as prop

21 Jan 07:43
c1d6334
Compare
Choose a tag to compare
Merge pull request #15 from Proskynete/dev

Dev