Releases: fullcalendar/fullcalendar
Releases Β· fullcalendar/fullcalendar
v6.1.17
- fix: recurring event start/end time not updated when timezone changed (#5273)
- fix: nowIndicator not updated when timezone changed (#5753)
- fix: nowIndicator lags after returning to suspended tab (#7806)
- fix: "today" date does not update after current time crosses midnight (#3783)
- fix: day header 1 day behind with Luxon & timezone with midnight DST (#7633)
- fix: in timeline, incorrect navLink for granularities other than day/week (#4931)
- fix: validRange in multiMonth view does not render all the days (#7287)
- angular: Accept TempateRef for
resourceAreaColumns.cellContent
(#7894), thx @gongAll
v6.1.16
v6.1.15
v6.1.14
v6.1.13
v6.1.12
v6.1.11
General
- fix: fc-event-past className not attached to events that end midnight before today (#6120, #6486)
- fix: aria-labelledby on view container should not exist when headerToolbar:false (#6884)
DayGrid and MultiMonth
- fix: possible infinite recursion with dayGrid, dayMaxEventRows, and many hidden event rows (#7462)
- fix: possible +more link numbers incorrect (#7573, #6608, #6900)
React
Angular
- fix: Angular 17 SRR error with el.getRootNode (#7550)
v6.1.10
v6.1.9
- fix: Table selection is not prevented when long pressing to drag events in Safari (#7441)
- fix: Custom event rendering with
white-space:normal
can causes infinite loop (#7447) - fix:
eventClick
does not fire for allDay events with async provided resources (#7365) - fix:
eventContent
with Preact nodes (viacreateElement
) not rendering (#7342) - fix: React 16: calling calendarApi methods within useEffect causes fatal error (#7448)
- fix: Angular/Vue2: dot-event element from
eventDidMount
does not exists in the DOM (#7191) - fix: Angular Universal:
document
is not defined error (#7352)
v6.1.8
- feature: Luxon 3 plugin (#6957)
- feature: Angular 16 support (#7312)
- fix: React warning with JSX "flushSync was called from inside a lifecycle method" (#7334)
- fix: styling sometimes broken in production Next.js (#7284)
- fix: styling broken in Remix, use official workaround (#7261)
- fix: for React custom views, alias
component
setting tocontent
(#7207) - locale fix: he (#7124)
- locale fix: zh-tw (#7289)