- feature: multimonth view (#470, #1140)
- provides
multiMonthYear
view, which displays 3x4 small months when space permits - can extend
multiMonth
view with custom durations - can specify
multiMonthMinWidth
, which will force wrapping if months are too small - can specify
multiMonthMaxColumns: 1
to guarantee one column of months - can specify
multiMonthTitleFormat
to customize text above each month
- provides
- feature: improved daygrid behavior when multiple weeks/months
- when many rows, instead of condensing rows, guaranteed min-height, for forcing scrollbars
- displaying month names for month switchovers, controlled by
monthStartFormat
- a new stock
dayGridYear
view
- feature: in daygrid/multimonth, +more link has hover effect with grey background color
- feature:
@fullcalendar/web-component
hasshadow
option - feature/fix: from content-injection hooks, returning
true
does default rendering (#7110) - feature/fix: CSP nonce value passed to dynamically-injected stylesheets (#7104)
- fix: React event duplication while DnD and updating redux store (#7066, #7067, #7071)
- fix: styles are not applied correctly for elements using shadow DOM (#7118)
- fix: custom view
content
with JSX doesn't render (#7160) - fix:
resourceAreaHeaderContent
overridesheaderContent
in resource columns (#7153) - fix: update moment-timezone for latest tz data (#6987)
- fix: dayGrid w/
showNonCurrentDates: false
can have final squished row (#7162) - fix: root-level repo with git submodules shouldn't force ssh protocol (#6714)
- fix: in
fullcalendar
bundle,FullCalendar.Preact
exposed for interop with plugins - fix: EventApi::toPlainObject now returns
allDay
property - locale: add weekTextLong for French locale (#6731, #7144)
- locale: replace "évènement" in French locales (#7108)
- locale: add Uzbek cyrillic translation (#6853)
- locale: update Galician locale (#7103)
- locale: update pt-br locale (#7106)