Releases: xzdarcy/react-timeline-editor
Releases · xzdarcy/react-timeline-editor
v0.1.9
- fix: add cursor max limit #27
- feat: allow custom engine
v0.1.8
- feature: add onClickTimeArea #22
- feature: add maxScaleCount #24 #15
- fix: Cannot read properties of undefined (reading 'getBoundingClientRect') #23
- fix: resize auto scroll error
v0.1.7
#18
fix: scroll sync error
v0.1.6
#11 #15 add onCursorDrag event
v0.1.5
- #9 add
timelineState.setScrollLeft
to custom scrollLeft, demo
- deprecated
scrollTop
props, use timelineState.setScrollTop
instead.
v0.1.4
- #4 cursor drag start/end events
- #7 remove
window
reference to adapt for next.js
v0.1.3
- #3 scroll timeline when dragging cursor.
- tidy up dependencies
v0.1.3-alpha.1
- #3 scroll timeline when dragging cursor.
v0.1.2
- #2 Compatible with react18