fullcalendar
Advanced tools
Changelog
3.8.0 (2017-12-18)
columnHeaderFormat
(renamed from columnFormat
)columnHeaderText
columnHeaderHtml
Changelog
3.7.0 (2017-11-13)
Bugfixes:
render
method does not re-adjust calendar dimension (#3893)Other:
Changelog
3.6.2 (2017-10-23)
Bugfixes:
loading
callback (#3884)eventDataTransform
w/ eventConstraint shouldn't be called during event resizing (#3859)navLinks
would go to the previously navigated date (#3869)nowIndicator
arrow would repeatedly render (#3872)Changelog
3.6.1 (2017-10-11)
Bugfixes:
Changelog
3.6.0 (2017-10-10)
Features:
agendaEventMinHeight
for guaranteeing height (#961, #3788) thx @StafiecolumnHeader
can be set to false
to hide headings (#3438, #3787) thx @caseyjholupdateEvent
, update complex attributes (#2864)Bugfixes:
updateEvent
(#3839)validDays
with hiddenDays
, js error when no days active (#3846)url
property (#3845)updateEvent
, allDay to timed, when no end, wrong end date (#3144)removeEvents
by _id
stopped working (#3828)this
context in FuncEventSource (#3848) thx @declspecIncompatibilities:
viewRender
callback might now be fired AFTER events have been rendered
to the DOM. However, the eventRender/eventAfterRender/eventAfterAllRender callbacks
will always be fired after viewRender
, just as before.Grid
class (accessed via $.fullCalendar.Grid
) has been removed.
For monkeypatching, use DayGrid/TimeGrid directly.Changelog
3.5.1 (2017-09-06)
date
property being discarded (tho still parsed) (#3819)_id
property being discarded (#3811)Changelog
3.5.0 (2017-08-30)
Features:
themeSystem: 'bootstrap3'
(the theme
option is deprecated)bootstrapGlyphicons
optionBugfixes:
Incompatibilities:
clientEvents
method no longer returns events in same order as received.
Do not depend on order.Changelog
3.4.0 (2017-04-27)
Changelog
3.3.1 (2017-04-01)
Bugfixes:
Changelog
3.3.0 (2017-03-23)
Features:
visibleRange
- complete control over view's date range (#2847, #3105, #3245)validRange
- restrict date range (#429)changeView
- pass in a date or visibleRange as second param (#3366)dateIncrement
- customize prev/next jump (#2710)dateAlignment
- custom view alignment, like start-of-week (#3113)dayCount
- force a fixed number-of-days, even with hiddenDays (#2753)showNonCurrentDates
- option to hide day cells for prev/next months (#437)views
object. Known as a "Generic View".Behavior Changes:
{days:7}
,
it will no longer align with the start of the week. (#2847)gotoDate
is called on a custom view with a duration of multiple days,
the view will always shift to begin with the given date. (#3515)Bugfixes:
minTime
/maxTime
(#2530)minTime
/maxTime
(#3055)minTime
/maxTime
not reflected in event fetching (#3514)