Skip to content

Releases: fullcalendar/fullcalendar-workspace

v1.8.0

11 Oct 01:33
Compare
Choose a tag to compare

Features:

  • resourcesInitiallyExpanded set to false 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

06 Sep 22:07
Compare
Choose a tag to compare
  • vertical divider in timeline view in bootstrap3 theme ugly (#341)
  • render all helper elements while DnD, an event w/ multiple resourceIds (#155)
  • Composer.json fixes, Packagist now working

v1.7.0

31 Aug 04:51
Compare
Choose a tag to compare

Bootstrap 3 theme support (more info in core release notes)

v1.6.2

27 Apr 16:04
Compare
Choose a tag to compare
  • composer.js for Composer (PHP package manager) (#291)
  • fixed removed background events coming back when collapsing & expanding a resource (#295)
  • fixed refetchResourcesOnNavigate with refetchResources not receiving start & end (#296)
  • internal refactor of async systems

v1.6.1

01 Apr 17:12
Compare
Choose a tag to compare

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

23 Mar 22:49
Compare
Choose a tag to compare

Adjustments to accommodate all date-related features in core v3.3.0, including:

  • visibleRange - complete control over view's date range
  • validRange - restrict date range
  • changeView - pass in a date or visibleRange as second param
  • dateIncrement - customize prev/next jump (#36)
  • dateAlignment - custom view alignment, like start-of-week
  • dayCount - force a fixed number-of-days, even with hiddenDays
  • disableNonCurrentDates - option to hide day cells for prev/next months

Bugfixes:

  • event titles strangely positioned while touch scrolling in Timeline (#223)

v1.5.1

14 Feb 19:52
Compare
Choose a tag to compare
  • 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)
    (when refetchResourcesOnNavigate 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

05 Dec 08:53
Compare
Choose a tag to compare
  • 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

05 Sep 06:22
Compare
Choose a tag to compare
  • eventResourceEditable for control over events changing resources (#140)
  • eventConstraint accepts resourceId or resourceIds (#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

31 Jul 23:44
Compare
Choose a tag to compare
  • 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