fullcalendar v5.6.0 Release Notes

Release Date: 2021-03-28 // about 3 years ago
    • ๐Ÿ”‹ 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.