v2.1.2
- Fixed a bug where the grid width specified minGridSize did not work properly when the scale is "week" (Issue#54).
- Added the "disableLimitter" option to avoid validation of the maximum of the scale grids (Issue#71).
// "disableLimitter" is default to "false", or if omit that too.
$('#myTimeline').Timeline({ disableLimitter: true })
- Modified the styles of sidebar item elements in the timeline.
<style>
/* If you want to insert margins before and after the sidebar string: */
.jqtl-side-index-item::before,
.jqtl-side-index-item::after {
width: 1em;
}
</style>