All Versions
131
Latest Version
Avg Release Cycle
81 days
Latest Release
177 days ago

Changelog History
Page 3

  • v5.7.1 Changes

    June 02, 2021
    • โšก๏ธ updated Angular connector to support Angular 12 (angular-369)
    • ๐Ÿ†• new Vue 3 connector (vue-131)
  • v5.7.0 Changes

    May 11, 2021
    • ๐Ÿ”‹ feature: +more popover for timegrid (#4218)
    • ๐Ÿ”‹ feature: +more popover for timeline (#4827)
    • ๐Ÿ”‹ feature: eventShortHeight for timegrid
    • ๐Ÿ”‹ feature: eventMinHeight for timegrid (#961)
    • ๐Ÿ”‹ feature: eventMinWidth for timeline (#4823)
    • ๐Ÿ”‹ feature: eventOrderStrict flag to ensure strict event ordering (#5766, #5767)
    • ๐Ÿ”‹ feature: scrollTimeReset flag to not reset scroll state across dates (#6178)
    • ๐Ÿ›  fix: events can be completely hidden behind others with custom eventOrder (#6019)
    • ๐Ÿ›  fix: less homogeneous event widths in timegrid (#5004)
    • ๐Ÿ›  fix: +more shows on days with less events than dayMaxEvents (#6187)
    • ๐Ÿ›  fix: +more popover can be scrolled down with page scroll (#5532)
    • ๐Ÿ›  fix: +more popover falls behind the sticky dates header (#5782)
    • ๐Ÿ›  fix: all-day events are displayed in front of the sticky header (#5596)
    • ๐Ÿ›  fix: respect duration in eventOrder as highest precedence (#5481)
    • ๐Ÿ›  fix: refetching events should keep event popover open (#3958)
    • ๐Ÿ›  fix: accidental +more popover close with shadow dom (#6205)
    • ๐Ÿ›  fix: dayGrid events stretched out of cells in print media (#6300)
    • dev: when attempting npm install in the dev repo, will throw an error saying to use yarn (#5504)
    • ๐Ÿ dev: ensure building on windows works (#5366) obscure breaking changes:
    • ๐Ÿ“‡ renamed fc-timegrid-event-condensed className to fc-timegrid-event-short
    • โœ‚ removed config.timeGridEventCondensedHeight
  • v5.6.0 Changes

    March 28, 2021
    • ๐Ÿ”‹ 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.
  • v5.5.1 Changes

    January 16, 2021
    • ๐Ÿ’… view styles lost after changing to view with allDaySlot:false, view-specific dayHeaders (#6069)
    • type error when slotDuration is in whole days (#5952)
    • rrule byweekday property not working (#6059)
    • ๐Ÿ‘Œ support for recurring events in iCalendar feed (#6068)
    • โž• add Indian/Tamil language support (#6061)
    • error in @fullcalendar/scrollgrid with NextJS (SSR) (#6037)
    • โœ‚ removed unnecessary use of Promise in icalendar package. restores IE11 compatibility
  • v5.5.0 Changes

    December 19, 2020
    • ๐Ÿ‘ icalendar support (#1580)
    • ๐Ÿ‘Œ support exrule and exdate for rrule plugin (#4439)
    • ๐Ÿ‘Œ support for Angular 11
    • ๐Ÿ›  fix: recurring events missing with dtstart in UTC and timeZone not UTC (#5993)
    • ๐Ÿ›  fix: events can have a gap between and take more rows than dayMaxEventRows when using eventOrder (#5883)
    • ๐Ÿ›  fix: events dragged from the More popup to another resource drop on the wrong resource (#5593)
    • ๐Ÿ›  fix: week number rendered twice in ResourceTimeGridView (#5890)
    • ๐Ÿ›  fix: nowIndicator not positioned correctly for resourceTimelineYear view with slot duration 1 month (#5999)
    • ๐Ÿ›  fix: oldResource and newResource missing from EventDropArg typescript definition (#6010)
    • ๐Ÿ›  fix: loading callback fires before resources are done loading and again after (#5896)
    • ๐Ÿ›  fix: locales are not compatible with IE 11 (#6014)
    • ๐Ÿ›  fix: IE11 freezes trying to display dayGrid with dayMinWidth (#5971)
    • ๐Ÿ›  fix: calling revert func within eventChange would erase affected event
    • locale: add Armenian
    • locale: add Austrian
    • locale: add Welsh
    • locale: add Esperanto
    • locale: improve Dutch
    • ๐Ÿ’ฅ breaking-change: EventDropArg typescript type moved from interaction package to core
  • v5.4.0 Changes

    November 12, 2020
    • ๐Ÿ†• new fixedMirrorParent settings for drag-n-drop. workaround for #4673
    • rrule exclusion doesn't work while adding the 'Z' char for RRule datetimes (#5726)
    • ๐Ÿ›  fix JS error when using dayMaxEventRows on small screens (#5850, #5863)
    • export types for ResourceFunc and ResourceInput (#5797)
    • โš  more descriptive license key warning (#5910)
    • ๐Ÿ‘ better compatibility with Webpack 5, deeming resolve.fullySpecified unnecessary (#5822)
    • 0๏ธโƒฃ dist files now include a CJS file. ESM is still used by default in most environments (#5929)
  • v5.3.2 Changes

    September 06, 2020

    ๐Ÿ›  fix: more-link sometimes incorrectly positioned behind events (#5790)

  • v5.3.1 Changes

    September 04, 2020

    ๐Ÿ›  bugfixes:

    • โšก๏ธ error with stickyScrollings.updateSize in certain 3rd-party environments (#5601)
    • rrule exclusion doesn't work while adding the 'Z' char for RRule datetimes (#5726)
    • more links sometimes hidden behind events with dayMaxEventRows (#5771)
    • wrong version text in dist js files (#5778)
  • v5.3.0 Changes

    August 12, 2020

    ๐Ÿ›  bugfixes:

    • timelineDay with maxTime after 24:00, drag-n-drop behavior (#3900)
    • Resizing on touch devices loses selection (#5706)
    • Alignment of events in dayGridWeek when weekNumbers:true (#5708)
    • ๐Ÿ–จ Events are not printed in order according to their start time (#5709)
    • scrollTime does not always work on prev/next (#5351)
    • render method not rerendering resourceLabelContent (#5586)
    • timeGrid with dayMinWidth, weekNumber cell collapses (#5684)
    • ๐Ÿ›  fix luxon connector browser-global JS file including actual luxon lib
  • v5.2.1 Changes

    July 30, 2020

    ๐Ÿ›  Fixed misconfigured bundledDependencies. Only affected @fullcalendar/core NPM package.