All Versions
131
Latest Version
Avg Release Cycle
81 days
Latest Release
177 days ago
Changelog History
Page 3
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 installin 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.fullySpecifiedunnecessary (#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 -
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.