react-calendar-timeline
Advanced tools
Changelog
[0.14.2]
prop-types
instead of React.PropTypes
to support React 15.5+. @mariusandra #110Changelog
[0.14.11]
Plenty of bugfixes, tests and new demos in these 0.14 patch releases.
resizeDetector
and with detecting changes in sidebarWidth
@mariusandra0
was evaluated as a falsy @nicocrm #111calculateDimensions
to be pure @signalwerkgroupHeights
and groupTops
to arrays (from objects) @mariusandraChangelog
[0.14.0]
headerLabelFormats
and subHeaderLabelFormats
to customise the header labels. @Slowyn #68resizeDetector
to detect when the element's container is resized. @Ziller321 #94groups
array. @signalwerk #106Changelog
[0.13.0]
itemRenderer
prop to allow specifying a custom component to render the items @nicocrm #103groupRenderer
prop to allow specifying a custom component to render the groups @nicocrm #103showCursorLine
prop to show a vertical line at the snap position @meikoudrasselected
prop and the onItemSelect
handler. @meengit #71onCanvasContextMenu
@meikoudrassidebarContent={<div />}
prop, not as children to the component.