v6.1.17
Changed 1
- Angular resourceAreaColumns.cellContent now accepts TemplateRef
Fixed 7
- Recurring event start/end time not updated when timezone changed
- nowIndicator not updated when timezone changed
- nowIndicator lags after returning to suspended tab
- Today date does not update after current time crosses midnight
- Day header 1 day behind with Luxon and timezone with midnight DST
- In timeline, incorrect navLink for granularities other than day/week
- validRange in multiMonth view does not render all the days
- 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