@fullcalendar/common
Advanced tools
Changelog
5.11.3 (2022-08-23)
Changelog
6.0.0-beta.1 (2022-08-03)
FullCalendar no longer attempts to import .css files. Instead, FullCalendar's JS is responsible for injecting its own CSS. This solves many issues with third party libraries:
@fullcalendar/web-component
), which can
integrate with Angular via the [method described here][angular-web-components].Changelog
5.11.2 (2022-07-26)
Changelog
5.10.1 (2021-11-02)
Changelog
5.10.0 (2021-10-13)
title
attributes on all buttons. new options:
buttonHints
customButtons.hint
viewHint
(ex: $0 view
-> "month view"
)aria-labelledby
attribute connecting view-title with view-containerevent.url
property were tabbable by the end-user.
now, events without urls can be made tabbable by enabling event.interactive
or by
enabling the calendar-wide eventInteractive
option.eventClick
title
attributes on "+more" links via new option moreLinkHint
aria-controls
/aria-expanded
attributes connecting link to popoveraria-labelledby
attribute connecting popover-title to popoveraria-label
attribute describing "X" close icon via new option closeHint
title
attributes on all navLinks via new option navLinkHint
navLinkClick
<th>
tagsrole
tags. the root table is a
grid
, children have been given rowgroup
/row
/columnheader
/rowheader
/cell
, and
non-functional table elements have been given presentation
.timeHint
and eventHint
week
now accepts 'long'
if locale defines weekTextLong
eventMaxStack
sometimes appear over other events (#6543)dayMaxEventRows
and custom eventOrder
can cause infinite loop (#6573)HELP WANTED populating new options in locales (examples: [es][es-aria-example], [en-GB][en-aria-example])
buttonHints
viewHint
weekTextLong
moreLinkHint
navLinkHint
closeHint
timeHint
eventHint
Changelog
5.9.0 (2021-07-28)
Changelog
5.8.0 (2021-06-15)