react-calendar-timeline
Advanced tools
Changelog
0.17.2
style
prop from item - #347selected
is provided to itemRenderer
- #348Changelog
0.17.1
Changelog
0.17.0
onTimeInit
prop as it no longer serves a purpose. - #299interactjs
is a peerDependency (wasn't previously). Upped version to 1.3.4 to fix issue #297Changelog
0.16.3
onCanvasClicked
- #168Changelog
0.16.2
onCanvasClicked
- #312Changelog
0.16.1
stickyHeader
to disable/enable timeline header sticking on scroll.fullUpdate
prop and functionality. Labels rely on position: sticky
to show for items that start before visibleTimeStart
. This (should) greatly improve scroll performance.text-align: center
on .rct-item
, .rct-item-overflow
to simplify the dom structure of Item.tsx
headerRef
callback to receive a reference to the header element. Due to the change in how the header positioning is implemented (i.e. using position: sticky
), there is a need to use a polyfill in certain browsers that don't support position: sticky
. With a reference to the header dom element, you can use a polyfill to apply sticky behavior.minimumWidthForItemContentVisibility
prop to control at what width inner item content is rendered.fixedHeader
prop in favor of using position: sticky
by default