Releases: fullcalendar/fullcalendar-workspace
Releases · fullcalendar/fullcalendar-workspace
v1.8.0
Features:
resourcesInitiallyExpanded
set tofalse
for collapsing by default (#40)- performance gains with positioning/sizing (#277, #320) thx @MartijnWelker
Bugfixes:
updateEvent
makes events disappear (#350)addResource
scrollTo param broken (#335)filterResourcesWithEvents
considers current view's range (#334)
Incompatibilities:
- Vertical resource view (agenda or basic), when waiting to receive asynchronous
event sources, previously would render generic date columns as placeholders.
Now, empty rectangles will simply be rendered.
v1.7.1
v1.7.0
Bootstrap 3 theme support (more info in core release notes)
v1.6.2
v1.6.1
Bugfixes (code changes in v3.3.1 of core project):
- stale calendar title when navigate away from then back to the a view
- js error when gotoDate immediately after calendar initialization
- agenda view scrollbars causes misalignment in jquery 3.2.1
- navigation bug when trying to navigate to a day of another week
- dateIncrement not working when duration and dateIncrement have different units (#287)
v1.6.0
Adjustments to accommodate all date-related features in core v3.3.0, including:
visibleRange
- complete control over view's date rangevalidRange
- restrict date rangechangeView
- pass in a date or visibleRange as second paramdateIncrement
- customize prev/next jump (#36)dateAlignment
- custom view alignment, like start-of-weekdayCount
- force a fixed number-of-days, even with hiddenDaysdisableNonCurrentDates
- option to hide day cells for prev/next months
Bugfixes:
- event titles strangely positioned while touch scrolling in Timeline (#223)
v1.5.1
- dragging an event that lives on multiple resources should maintain the
non-dragged resource IDs when dropped (#111) - resources function/feed should receive start/end params (#246)
(whenrefetchResourcesOnNavigate
is true) - iOS 10, unwanted scrolling while dragging events/selection (#230)
- timeline, clicking scrollbars triggers dayClick (#256)
- timeline, external drag element droppable when outside of calendar (#256)
v1.5.0
- 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.
v1.4.0
eventResourceEditable
for control over events changing resources (#140)eventConstraint
acceptsresourceId
orresourceIds
(#50)eventAllow
, programmatic control over event dragging (#50)selectAllow
, programmatic control over allowed selection- adjustments to work with v3 of the core project
v1.3.3
- business hours per-resource (#61)
- fix non-business days without styles (#109)
- fix bug with scrollbars causing selection after the first (#192)
- certain rendering actions, such as initial rendering of a resource view,
would not always execute synchronously once jQuery 3 was introduced.
fixes have been made to ensure synchronous execution with jQuery 3. - integration with TravisCI