All Versions
121
Latest Version
Avg Release Cycle
33 days
Latest Release
619 days ago

Changelog History
Page 3

  • v5.2.0 Changes

    July 30, 2020

    ๐Ÿ”‹ features:

    • ๐Ÿ“ฆ provide browser-global JS file for all packages (#5617)
    • indicate which row (or format) is being rendered in slotLabelContent (#5516)
    • nepali locale (#5574)

    ๐Ÿ›  bugfixes:

    • compatible with server-side rendering (SSR) (#4784)
    • background events don't fire eventClick in daygrid when clicked on day header (#5560)
    • background events don't fire eventClick in timegrid (#5579)
    • bigger touch hit area for selected list-item events in daygrid (#5635)
    • CustomButtonInput click argument type is incorrect (#5432)
    • ๐Ÿ“œ parse rrule strings the same as objects (#5326)
    • navLinks are not clickable if slotLabelFormat is a moment format (#5317)
    • unswitch CSS variables in v-event.css (#5552)
    • time slots not aligned to labels with dayMinWidth and Bootstrap theme (#5600)
    • expandRows broken for time slat labels when horizontal scrolling (#5674)
    • render method not rerendering resourceLabelContent (#5586)
    • โช eventReceive/eventLeave is missing revert and relatedEvents (#5610)
    • daygrid event changes between list-item and block, depending on start date (#5634)
    • 0๏ธโƒฃ default scrollTime is not appropriate for month/year view (#5645)
    • naturalBound is null with CSP (#5556)
    • ๐Ÿ”’ does not support Content Security Policy (CSP) nonce, only unsafe-inline css (#4317)
    • RTL timeline scrolling messed up with nowIndicator (#5632)
    • scrollTime does not always work when changing views (#5351)
    • (p)react maximum recursion with specific resize/scrollbars (#5558, #5606)
    • dayGridMonth overflows in Firefox (#5524)
  • v5.1.0 Changes

    June 29, 2020
    • ๐Ÿ›  fix: css variables for default event border and bg color switched (#5551)
    • ๐Ÿ›  fix: eventContent moves arrow event length indicators (#5547)
    • ๐Ÿ›  fix: wrong ts types for bootstrapFontAwesome settings (#5548)
    • ๐Ÿ›  fix: Dash between event start and end times is "undefined" with
      ๐Ÿ”Œ eventTimeFormat and moment plugin (#5493)
    • ๐Ÿ›  fix: Events get displaced due to incorrect collisions detected depending on
      ๐Ÿ’ป browser, zoom level (#5549)
    • ๐Ÿ›  fix: Resource rows are initially squished in Chome in timeline view with
      contentHeight: "auto" and JSON resources (#5545)
    • ๐Ÿ›  fix: unwanted text selection while dragging in Safari
    • ๐Ÿ›  fix: reintroduce list-view color-change on event-row hover
  • v5.0.1 Changes

    June 23, 2020
    • ๐Ÿ›  fix: give type attribute to buttons in header to prevent form submit (#5529)
    • ๐Ÿ›  fix: time axis customization via slotLabelContent causes ugly spacing (#5526)
    • ๐Ÿ›  fix: export EventSourceFunc in type definitions (#5530)
    • ๐Ÿ›  fix: prevent timed background events from appearing in daygrid
    • ๐Ÿ›  fix: change CSS for when 'today' background color is applied
      • fixes bootstrap-themed popover incorrectly being colored semi-transparent
      • removes yellow color from date headers in timegrid view, which looks better
  • v5.0.0 Changes

    June 21, 2020

    ๐Ÿš€ V5 has officially been released! View the upgrade guide ยป

    ๐Ÿ”„ Changes since v5.0.0-rc:

    • CSS fix for timegrid events. overflow hidden on time text
    • ๐Ÿ›  fix where dayMaxEvents would not readjust when increasing height of calendar
    • don't set custom text colors on list-view events or list-item events (#5518)
    • ๐Ÿ›  fix event dot color not being customizable (#5522)
    • ๐Ÿ›  fix for calendar updating when no options were reset (#5519)
    • ๐Ÿ›  fix typescript def omission of eventSource 'method' prop (#5505)
    • ๐Ÿ›  fix typescript def problem with schedulerLicenseKey again (#5462)
  • v5.0.0-rc Changes

    June 15, 2020

    ๐Ÿ”„ Changes since beta.4:

    • ๐Ÿ’ฅ breaking changes:
      • renamed datesDidUpdate to datesSet and added more props to the arg
      • for eventResize callback arg, renamed prevEvent to oldEvent
      • resources are ordered by ID by default. no longer sort by natural order
    • ๐Ÿ†• new features:
      • system for overriding CSS variables
      • timegrid event titles are sticky-positioned while scrolling
      • eventDrop now receives relatedEvents prop
      • eventResize now receives relatedEvents prop
      • eventReceive now receives relatedEvents prop and a revert function
      • eventLeave now receives relatedEvents prop and a revert function
      • eventAdd
      • eventChange
      • eventRemove
      • eventsSet
      • initialEvents
      • Event::toPlainObject, Event::toJSON
      • Event::startStr, Event::endStr
      • Calendar::addEvent accept true for source
      • resourceAdd
      • resourceChange
      • resourceRemove
      • resourcesSet
      • initialResources
      • Resource::setProp
      • Resource::setExtendedProp
      • Resource::toPlainObject, Resource::toJSON
      • View::calendar
    • ๐Ÿ›  bugfixes:
      • Event popover display issues with many events (#5471)
      • Jest test runner cannot find fullcalendar modules (#5467)
      • Incorrect version of tslib required (#5479)
      • License key option unknown, error in console (#5462)
      • @fullcalendar/common has no exported member ScrollGridChunkConfig (#5459)
  • v5.0.0-beta.4 Changes

    May 26, 2020

    ๐Ÿ”„ Changes since beta.3:

    • ๐Ÿ”‹ features:
      • improved printing for timeline view (#4813)
    • ๐Ÿ›  fixes:
      • eventDisplay not working (#5434)
      • typescript errors when compiling with tsc (#5446)
      • slotLabelFormat as array not working (#5450)
      • more exports of typescript interfaces (#5452)
  • v5.0.0-beta.3 Changes

    May 20, 2020

    ๐Ÿ”„ Changes since beta.2:

    • ๐Ÿ”‹ features:
      • the @fullcalendar/react plugin now uses React's real virtual DOM engine
      • typescript definitions for every part of the API. baked in, so won't fall out of date.
      • console warnings when given unknown options/props/listeners
    • minor API changes:
      • windowResize and datesDidUpdate now receive an arg with a ViewApi object
      • eventSourceSuccess, eventSourceFailure, and moreLinkClick can't be attached using .on()
    • distribution:
      • working sourcemaps in all packages (#4719)
      • the fullcalendar and fullcalendar-scheduler bundles
      • are published as browser-globals only. no longer published as UMDs
      • now include the Google Calendar connector in their main files
      • don't provide copies of the other non-bundled plugins anymore (like rrule, moment, moment-timezone)
      • both receive locale/locale-all entrypoints that will be automatically connected when loaded
    • ๐Ÿ›  fixes:
      • Week numbers are not clickable as navLinks (#5427)
      • Events of different heights in the same resource can be positioned incorrectly (#5413)
      • Events displayed on wrong date when pushed down by previous events that span multiple days (#5408)
      • textColor setting in Event Object not working anymore (#5355)
      • resourceAreaWidth is not updated when changed with setOption (#5368)
      • JS error when printing timeline view with expandRows (#5399)
      • fixed Scheduler license keys not working with fullcalendar-scheduler bundle
  • v5.0.0-beta.2 Changes

    April 14, 2020

    ๐Ÿ”„ Changes since beta.1:

    • ๐Ÿ”‹ feature: sticky header dates and footer scrollbar
    • ๐Ÿ”‹ feature: daygrid events with times render differently by default, with a dot
    • ๐Ÿ”‹ feature: a datesDidUpdate callback
    • ๐Ÿ“‡ renamed options:
      • defaultView -> initialView
      • defaultDate -> initialDate
      • header -> headerToolbar
      • footer -> footerToolbar
      • allDayDefault -> defaultAllDay
      • eventRendering -> eventDisplay (and display in event objects)
      • dir -> direction
    • ๐Ÿ›  fix: sometimes event dragging and selecting broken after switching views (#5346)
    • ๐Ÿ›  fix: most likely fixed problem with infinite loop (#5352)
    • ๐Ÿ›  fix: timeline scrolling sometimes gets out of sync when using a scroll wheel (#4889)
    • ๐Ÿ›  fix: many other little bugfixes

    โฌ†๏ธ View the full changelog

  • v5.0.0-beta.1 Changes

    April 06, 2020

    ๐Ÿš€ Read the blog post

  • v4.4.2 Changes

    May 28, 2020

    โฌ†๏ธ Bump all packages so that all latest deps are fetched