Socket
Socket
Sign inDemoInstall

@fullcalendar/common

Package Overview
Dependencies
1
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
23Next

5.11.5

Diff

arshaw
published 5.11.4 •

arshaw
published 5.11.3 •

Changelog

Source

5.11.3 (2022-08-23)

  • fixed: timeline view (without resources) problem with expanding height (#5792)
  • fixed: locales not working in IE11 (#6790)
arshaw
published 6.0.0-beta.1 •

Changelog

Source

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:

  • Webpack: no longer necessary to use css-loader (see [example project][webpack-css-hack])
  • Rollup: no longer necessary to use a css-processing plugin (like postcss) (see [example project][rollup-css-hack])
  • NextJS: no longer necessary to ignore and manually import .css files (see [example project][next-css-hack], #6674)
  • Angular 14 is incompatible with FullCalendar v5 ([see ticket][angular-css-bug]). FullCalendar v6 restores support for Angular 14 and above, but does so via a completely different package. Please use the new FullCalendar Web Component package (@fullcalendar/web-component), which can integrate with Angular via the [method described here][angular-web-components].
arshaw
published 5.11.2 •

Changelog

Source

5.11.2 (2022-07-26)

  • fixed: React Strict Mode, dateSet, and "Maximum update depth exceeded error" (#5935, [react-185])
  • fixed: React Strict Mode, timeline scrolling not synced ([react-192])
  • fixed: React, datesSet with object-like dateIncrement, "Maximum update depth..." ([react-131])
arshaw
published 5.11.0 •

Changelog

Source

5.11.0 (2022-04-08)

  • internal changes for compatibility with React 18
arshaw
published 5.10.1 •

Changelog

Source

5.10.1 (2021-11-02)

  • locale strings for the recent WAI-ARIA improvements:
    • nb (#6610)
    • de (#6597)
    • sv (#6592)
arshaw
published 5.10.0 •

Changelog

Source

5.10.0 (2021-10-13)

  • feature: WAI-ARIA improvements:
    • toolbar (#6521)
      • human-readable title attributes on all buttons. new options:
        • buttonHints
        • customButtons.hint
        • viewHint (ex: $0 view -> "month view")
      • aria-labelledby attribute connecting view-title with view-container
    • event elements (#3364)
      • previously, only events with an event.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.
      • when focused, pressing enter/spacebar will trigger an eventClick
    • more-links and popover (#6523)
      • human-readable title attributes on "+more" links via new option moreLinkHint
      • when focused, pressing enter/spacebar will open popover
      • aria-controls/aria-expanded attributes connecting link to popover
      • aria-labelledby attribute connecting popover-title to popover
      • aria-label attribute describing "X" close icon via new option closeHint
      • pressing escape key closes popover
    • nav-links (#6524)
      • human-readable title attributes on all navLinks via new option navLinkHint
      • when focused, pressing enter/spacebar will trigger navLinkClick
    • table-based views (#6526)
      • all cells within thead elements have been made into <th> tags
      • retrofit the necessarily non-ARIA-friendly table markup with role 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.
      • in timegrid views, the time-axis axis has been removed from the accessibility tree
    • list-view (#6525)
      • introduced a table-header specifically for screen readers. header cells label the time/event columns using the following new options: timeHint and eventHint
      • removed the "dot" column from the accessibility tree
  • feature: date formatting option week now accepts 'long' if locale defines weekTextLong
  • bugfix: timeline-view events hidden by eventMaxStack sometimes appear over other events (#6543)
  • bugfix: daygrid event rendering with dayMaxEventRows and custom eventOrder can cause infinite loop (#6573)
  • bugfix: content-injected html/domNodes as view-specific options don't clear when switching views (#6079, #6555)
  • bugfix: more compliant CSS with Sass processors (#6564)
  • locale: added si-lk (#6553)

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
arshaw
published 5.9.0 •

Changelog

Source

5.9.0 (2021-07-28)

  • fix: dayGrid events sometimes overlap when eventOrderStrict:true (#6393)
  • fix: timeline events incorrectly positioned when uneven heights (#6395)
  • fix: dayGrid events snap to top of cell while resizing (#6308)
  • fix: duplicate events in dayGrid popover (#6397)
  • fix: sticky elements within header of timeline views not sticking
  • fix: resource-timeline views with sticky elements not working within shadow DOM (#5888)
  • fix: event dragging auto-scroll does not work within shadow DOM (#6428)
  • fix: cannot resize timeline events via touch within shadow DOM (#6429, #6449)
  • fix: error with eventContent, domNodes, and view-specific options (#6079)
  • fix: times events do not get printed in Firefox using adaptive plugin (#6438)
  • fix: icalendar events with RECURRENCE-ID are displayed twice (#6451)
  • fix: typing of Event::setProp does not allow boolean (#6445)
  • fix: typing fix rrule's freq property (#6235)
  • locale: added Samoan (#6368)
  • locale: added Central Kurdish (#6400)
  • locale: added Khmer (#6416)
  • locale: fixed Hungarian (#6229)
arshaw
published 5.8.0 •

Changelog

Source

5.8.0 (2021-06-15)

  • fix: events not rendering in Jest environment (#6377)
  • fix: prev button sometimes ineffective when dateIncrement < view's duration (#5319, #4678)
  • fix: changeDate ineffective when date already in view (#4929)
  • fix: upgrade tslib to guarantee __spreadArray (#6376)
  • fix: eventOrderStrict positioning problems (#5767)
23Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc