# fullcalendar v6.1.17 - Product: fullcalendar (https://whatsnew.fyi/product/fullcalendar) - Vendor: fullcalendar - Date: 2025-04-02 - Version: v6.1.17 - Original notes: https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.17 - Permalink: https://whatsnew.fyi/product/fullcalendar/releases/v6.1.17 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Recurring event start/end time not updated when timezone changed - **fixed** — nowIndicator not updated when timezone changed - **fixed** — nowIndicator lags after returning to suspended tab - **fixed** — Today date does not update after current time crosses midnight - **fixed** — Day header 1 day behind with Luxon and timezone with midnight DST - **fixed** — In timeline, incorrect navLink for granularities other than day/week - **fixed** — validRange in multiMonth view does not render all the days - **changed** — Angular resourceAreaColumns.cellContent now accepts TemplateRef - 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