Releases: Proskynete/vertical-timeline-component-react
v4.3.4
📚 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
Full Changelog: v4.0.2...v4.0.4
v4.0.2
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
What's Changed
- Removing console.log('_lang: ', _lang); (annoying) by @yunkhngn in #49
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #47
New Contributors
- @yunkhngn made their first contribution in #49
- @dependabot made their first contribution in #47
Full Changelog: v3.0.3...v3.0.4
v3.0.3
Fix styles errors when lang prop has "-" or "_" symbol
v3.0.2
Fix error in Nextjs
Release 3.0.1
- 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
Merge pull request #15 from Proskynete/dev Dev