Skip to content

Conversation

@yCodeTech
Copy link
Owner

No description provided.

- Fixed a bug that inconsistently and inaccurately calculates the width of the timeline on init, so the scrolling of the timeline was off slightly. (This was due to the function being called slightly before all elements had to chance to be created). Fixed with a 300s delay.
- Added a proper getMonthName function  to make it easier.
Upon adding the useFontAwesomeIcons option, I forgot to add an if statement around the css file. Line 89.
Fixed a bug that when no buttons are rendered/added, then the timeline appears not to have a width for some reason, (added min-width) line 57.
Fixed a bug where the timeline would apparently have no width when the buttons are disabled. Line 221.
Removed previous bug fix min-width due to it actually not working. Fixed with JS instead.
Fixed a bug that shows the horizontal (x) scrollbar when translating the event content, added a overflow-x: hidden to stop this. Line 18.
Added some text CSS for the event content. Line 211.
Fixed a bug where if the content was swiped and then another timeline's nav buttons were clicked, the nav buttons would sync up to the first timeline instead, breaking the whole timeline system. (Added on lines 574 and 591.)
Fixed a bug to do with the scrollbar, Line 13
@yCodeTech yCodeTech merged commit c2ee77f into master Sep 27, 2019
@yCodeTech yCodeTech changed the title Additions, Fixtures and Changes for prerelease 2. v2.0.5 Pre-release 2 - Additions, Fixtures and Changes Mar 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants