fullcalendar 4.0.0-rc1

New features

This release adds configurable tooltips. After enabling the submodule, a site builder can choose the library to use, a view mode to use for displaying information, and also a zoom level, maximum tooltip sizes, and more.

fullcalendar 4.0.0-beta3

New features

This release rounds out the identified priorities for supporting Fullcalendar v7, as cataloged in #3605109: [META] FullCalendar v7 feature opportunities and cleanup.

Contributors (1)

mandclu

Changelog

Issues: 8 issues resolved.

fullcalendar 4.0.0-beta2

New features

This release adds Drupal 12 readiness, a reorganized settings UI, and the ability to dynamically load event data using AJAX.

Contributors (1)

mandclu

Changelog

Issues: 4 issues resolved.

Changes since 4.0.0-beta1 (compare):

fullcalendar 4.0.0-beta1

Bug fixes
New features

This is the first release of the 4.0.x, designed specifically to work with the new 7.0.0 release of the Fullcalendar library.

Contributors (2)

mandclu, mkindred

Changelog

Issues: 2 issues resolved.

fullcalendar 3.0.3

Bug fixes
New features

This is primarily a bugfix release, but developers should find some new options for customizing their FullCalendar output.

fullcalendar 3.0.2

Bug fixes

This release fixes some schema issues that interfered without automated tests.

Contributors (1)

mandclu

Changelog

Issues: 1 issues resolved.

Changes since 3.0.1:

Bug

fullcalendar 3.0.1

Bug fixes
New features

The big change in this release is that the specified title field will now make use of all views-provided rewriting and fallback if empty logic.

Contributors (3)

jurgenhaas, mandclu, roromedia

Changelog

Issues: 2 issues resolved.

Changes since 3.0.0:

fullcalendar 3.0.0

Bug fixes
New features

This is the first stable release of the 3.x branch, designed to modernize this module and have it work with the latest versions of the FullCalendar library, and with popular solutions for managing dates and times in Drupal.

Contributors (1)

mandclu

Changelog

Issues: 2 issues resolved.

Changes since 3.0.0-rc1:

fullcalendar 3.0.0-rc1

New features

This release adds a new setting (enabled by default) to convert all events to show times in the site/user time zone. When disabled, times shown will ignore the timezone and be displayed in the time of the event, in its own timezone. Whichever way the setting is configured, drag-and-drop operations should behave as expected (allowing for the difference in timezones).

fullcalendar 3.0.0-beta6

Bug fixes
New features

This release moves us closer to a stable release by ensuring the calendar interface matches the current site language, providing more color and formatting override options, and more reliable drag-and-drop operations, particularly with timezones and all day events. Note that there is still a known issue that events in other timezones display in the times of their own timezone, rather than site timezone. Fixing that will be a priority for the next release.

Contributors (1)

mandclu

fullcalendar 3.0.0-beta5

New features

This release adds new options when using the ability to double-click on a day or time to create a new event. In particular, sites using the Form Mode Control module can now specify a form mode to use, for example to provide a simplified experience when creating an event within a modal.

Contributors (1)

mandclu

Changelog

Issues: 3 issues resolved.

fullcalendar 3.0.0-beta4

New features

Improved time handling, particularly if the site's timezone is different from the browser.

Contributors (1)

mandclu

Changelog

Issues: 1 issues resolved.

Changes since 3.0.0-beta3:

Feature

  • #3480299 by mandclu: Improve time handling via drag-and-drop

fullcalendar 3.0.0-beta3

New features

Fullcalendar Legend is now implemented as a views attachment. Currently the only configuration option is the heading level to use within the generated legencd.

Contributors (1)

mandclu

Changelog

Issues: 1 issues resolved.

Changes since 3.0.0-beta2:

fullcalendar 3.0.0-beta2

Bug fixes
New features

This release is mostly to resolve issues observed after the last release, but it does provide a new section of settings to allow a site builder to set defaults for how events will be displayed in the calendar.

Contributors (1)

mandclu

Changelog

Issues: 4 issues resolved.

Changes since 3.0.0-beta1:

fullcalendar 3.0.0-beta1

Bug fixes
New features

This release the ability to assign colors to events, based on content type or taxonomy term. Where both apply, the taxonomy term will take precedence because it is more specific. This module also implements a schema definition file, which should make configuration management more reliable.

Contributors (1)

mandclu

Changelog

Issues: 7 issues resolved.

fullcalendar 3.0.0-alpha6

Bug fixes
New features

This release adds security (via CSRF token implementation for AJAX updates), implementation of the once library to ensure calendars are only built once, and new configuration options to require confirmation before applying drag-and-drop updates, and to show result notifications when updates are processed.

Contributors (1)

mandclu

Changelog

Issues: 4 issues resolved.

fullcalendar 3.0.0-alpha5

Bug fixes
New features

This release rounds out the drag-and-drop features added in the previous release, by also handling resizing events (changing the duration in the calendar), and double-clicking on a day or time also creates an event at the day and/or time specified, if a bundle is specified in the view configuration. Also, changes to the configuration for the header and footer are now accurately reflected in the display, and the calendar is rendered more consistently, especially for anonymous users and in the Views UI preview.

fullcalendar 3.0.0-alpha4

Bug fixes
New features

This release adds drag-and-drop support, to allow users with the necessary permissions to reschedule events by dragging them to a different day in the Fullcalendar display.

Contributors (1)

mandclu

Changelog

Issues: 2 issues resolved.

Changes since 3.0.0-alpha3:

fullcalendar 3.0.0-alpha3

New features

This release marks a significant leap forward for the modernization of this module. It is now loading the Fullcalendar.io library automatically via composer, for a much better site builder experience.

Contributors (1)

jurgenhaas

Changelog

Issues: 2 issues resolved.

fullcalendar 3.0.0-alpha2

Bug fixes
New features

This release allows the Fullcalendar module to work with Drupal 10 and 11, as well as with the Smart Date module. Lots more work is planned, but we wanted to get out a release so the community can start providing feedback. Please be kind!

Contributors (2)

jurgenhaas, mandclu

Changelog

Issues: 12 issues resolved.

fullcalendar 3.0.0-alpha1

NOTE: this release has not been tested with Drupal 9, but it exists to act as a bridge for sites which had been using older releases with a Drupal 9 site, and want to upgrade to a more modern version of Drupal.

fullcalendar 8.x-1.0-alpha2

Unsupported

I will attempt to keep the module up to date alongside each core release.

Known bugs:

  • The core datetime.module does not support start/end dates, so "resize" does not work
  • CMI casts all values to strings, breaking all boolean options
  • Colors.module has no 8.x release, so fullcalendar_colors is untouched

fullcalendar 7.x-2.0

Unsupported

Changes since 7.x-2.0-rc1:

  • #1472436 by tim.plunkett: Follow-up for removal of FULLCALENDAR_PATH.

fullcalendar 7.x-2.x-dev

Changes since DRUPAL-7--1:

  • #1036444 by aspilicious, tim.plunkett: Overhauled the Views UI.

fullcalendar 7.x-1.3

Unsupported

Changes since DRUPAL-7--1-2:

  • #1033858 by aspilicious: Added translation support.
  • #1033110 by tim.plunkett | geerlingguy: Added link to configuration page.

fullcalendar 6.x-1.3

Bug fixes
Unsupported

Changes since DRUPAL-6--1-2:

  • #1016466 by tim.plunkett: Fix call to undefined function fullcalendar_get_path().

fullcalendar 6.x-1.2

Unsupported

Changes since DRUPAL-6--1-2-RC1:

  • by tim.plunkett: Updated CHANGELOG.txt.
  • #1013456 by aspilicious, tim.plunkett: Documentation clean-up.

Pages

Subscribe with RSS Subscribe to Releases for FullCalendar