Skip to content

Commit 3a0f178

Browse files
authored
Added a Changed note.
1 parent 091361c commit 3a0f178

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ All notable changes to this project will be documented in this file.
99
- dateOrder option to reverse the order of the date display.
1010

1111
### Changed
12-
- Renamed _buttonDisable to _buttonStates to reflect the docs naming.
12+
- Renamed buttonDisable to buttonStates to reflect the docs naming.
13+
- Some CSS rules that affected the scrollbars.
1314

1415
### Fixed
1516
- The useFontAwesomeIcons option where it wouldn't do anything due to missing code.
1617
- 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.
1718
- A bug that when the buttons are disiabled, the timeline appears to not to have a width and disappeared.
1819
- A persistant bug that shows the horizontal (x) scrollbar when translating the event content, added a line in the CSS.
19-
- A bug that broke multiple timelines by using the nav buttons that stored the wrong timeline instance when TouchSwipe was used.
20+
- A bug that broke multiple timelines by using the nav buttons that stored the wrong timeline instance when TouchSwipe was used.
2021

2122
### Removed
2223
- Removed some unnecessary commented out code in the Refresh method.

0 commit comments

Comments
 (0)