Skip to content

Releases: fullcalendar/fullcalendar

v6.1.9

21 Sep 21:36

Choose a tag to compare

  • fix: Table selection is not prevented when long pressing to drag events in Safari (#7441)
  • fix: Custom event rendering with white-space:normal can causes infinite loop (#7447)
  • fix: eventClick does not fire for allDay events with async provided resources (#7365)
  • fix: eventContent with Preact nodes (via createElement) not rendering (#7342)
  • fix: React 16: calling calendarApi methods within useEffect causes fatal error (#7448)
  • fix: Angular/Vue2: dot-event element from eventDidMount does not exists in the DOM (#7191)
  • fix: Angular Universal: document is not defined error (#7352)

v6.1.8

25 May 02:46

Choose a tag to compare

  • feature: Luxon 3 plugin (#6957)
  • feature: Angular 16 support (#7312)
  • fix: React warning with JSX "flushSync was called from inside a lifecycle method" (#7334)
  • fix: styling sometimes broken in production Next.js (#7284)
  • fix: styling broken in Remix, use official workaround (#7261)
  • fix: for React custom views, alias component setting to content (#7207)
  • locale fix: he (#7124)
  • locale fix: zh-tw (#7289)

v6.1.7

08 May 22:34

Choose a tag to compare

  • fix: React 18 flickering while rendering event-mirror during drag/resize/select (#7165, #7234)
  • fix: React & Vue3: unnecessary calls to eventContent for event-mirror during drag/resize/select

v5.11.5

08 May 22:12

Choose a tag to compare

  • fix: Angular 12 does not build with Preact 10.13 (#7225)

v6.1.6

23 Apr 16:22

Choose a tag to compare

  • fix: timeZone change (w/ tz plugin) not updating recurring event times (#5273)
  • fix: timeZone change (w/ tz plugin) not rerendering timed events
  • fix: rrule package breaks when imported via cjs, like in Next.js (#7260)

v6.1.5

21 Mar 19:43

Choose a tag to compare

  • fix: inject static runtime stylesheets near top of head, avoid CSS precedence problems (#7220)
  • fix: prevent unnecessary reflows during clicking (potentially solves #7209)
  • fix: RRule events w/ wrong dates after being dynamically updated (#7230)
  • fix: incorrect calendar dimensions when first rendered in Ionic-Angular (#4976)
  • fix: dayGrid timed events w/ custom eventContent fire eventDidMount w/ stale element (#7191)
  • fix: resource-timeline crashes when resourceGroupLaneContent is set (#7203)
  • fix: buggy dragging of timed event from timegrid more-popover to all-day slot (#7222)
  • fix: timeline slots do not fill print version if initially scrolled (#6859)
  • fix: Resource::getParent() returns undefined (#7023)
  • fix: Preact breaking .d.ts changes, using more specific semver range (#7225)
  • fix: broken daygrid-related styles in timegrid/multimonth if daygrid not loaded (#7238)
  • fix: support Vue dash-name slot names, for use with script tags (#7078)
  • fix: Nuxt 2 error: Cannot read properties of undefined (reading 'isHiddenDay') (#7217)
  • fix: Vue 2 SSR broken

v6.1.4

07 Feb 23:20

Choose a tag to compare

fix: bug introduced in v6.1.3 where month-start-text appears within day cells of multimonth view

v6.1.3

07 Feb 21:23

Choose a tag to compare

  • fix: React: finally fix root cause of state issues (#7066, #7067, #7071)
  • fix: Angular: NgClass can only toggle CSS classes expressed as strings (#7182)
  • fix: Angular/Vue: accept content-injection function w/ { html } or { domNodes } (#7188)
  • fix: monthStartFormat not working with dayGrid views having a custom duration (#7197)

v6.1.2

31 Jan 05:34

Choose a tag to compare

Apply v6.1.1's new CJS/ESM/nested-import interop strategy to React/Vue connectors. Details:

  • For maximum compatibility with legacy build systems like create-react-app
  • Only affects React/Vue2/Vue3 connectors. Assets for standard/premium not generated

v6.1.1

30 Jan 22:36

Choose a tag to compare

  • fix: Multi-Month not included in fullcalendar-scheduler (#7177)
  • fix: Multi-Month has nonexistent 'internal' entrypoint, causing error for skypack (#7176)
  • fix: Vue connector should not error-out when given content-injector functions (#7175)
  • fix: continued CJS/ESM confusion with certain build tools (#7170, #7113, #7143)