- dynamically refetch resources upon navigation (#12):
refetchResourcesOnNavigate
- only display resources with events (#98):
filterResourcesWithEvents
navLinks
support (#218)- timeline vertical scrolling wrongly resetting (#238)
- missing bottom border on last resource (#162)
- businessHours occupying whole view wouldn't display (#233)
- text-decoration on event elements lost when scrolling (#229)
- fc-today and other day-related classes in timeline header cells
- fix touch scrolling glitchiness regression
- made gulp-based build system consistent with core project
- as with the corresponding core project release, there was an internal refactor
related to timing of rendering and firing handlers. calls to rerender the current
date-range/events/resources from within handlers might not execute immediately.
instead, will execute after handler finishes.