Fullcalendar: v5.6.0 Release

Release date:
March 29, 2021
Previous version:
v5.5.1 (released January 16, 2021)
Magnitude:
1,025 Diff Delta
Contributors:
7 total committers
Data confidence:
Commits:

35 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored March 25, 2021
Authored March 24, 2021
Authored March 24, 2021
Authored March 24, 2021
Authored January 18, 2021
Authored March 24, 2021
Authored March 29, 2021
Authored March 24, 2021
Authored March 24, 2021
Authored March 25, 2021
Authored March 24, 2021
Authored March 29, 2021
Authored March 29, 2021
Authored January 13, 2021
Authored March 24, 2021
Authored March 24, 2021
Authored March 29, 2021
Authored January 25, 2021
Authored January 16, 2021
Authored January 2, 2021
Authored March 26, 2021
Authored March 29, 2021

Top Contributors in v5.6.0

arshaw
k-cybulski
md-hafizur-rahman-e3b0
hafarooki
sanjivkrish
shudas
dmillington

Directory Browser for v5.6.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

  • feature: icalendar events receive URL (#6173)
  • feature: icalendar events receive location, organizer, description in extendedProps (#6097)
  • fix: resizing resource column larger does not always update column widths (#6140)
  • fix: print view cut off for wide liquid-width calendar (#5707)
  • fix: event start time is limited by what is visible by slotMinTime (#6162)
  • fix: Event::setProp can't change the id (#4730)
  • fix: icalendar event source does not update on refreshEvents (#6194)
  • fix: business hours per resource do not fill row height with expandRows (#6134)
  • fix: icalendar recurring events ignoring count rule (#6190)
  • fix: icalendar recurring timed-events with wrong times (#6139, #6106)
  • fix: removed accidental ical.js dependency in common's package.json (#6171)
  • fix: for gcal events, restore extendedProperties (#5083)
  • fix: for gcal events, make attachments available (#5024)
  • fix: can't parse rrule strings with newlines after UNTIL statements (#6126)
  • locale: fixed typos in Tamil (#6115)
  • locale: added Bengali (#6096)
  • breaking-change: for icalendar recurring event that don't specify dtend/duration, the resulting Event object's end is now determined by forceEventDuration, defaultTimedEventDuration, and defaultAllDayEventDuration, whereas previously it was sometimes null.