Socket
Socket
Sign inDemoInstall

@fullcalendar/moment

Package Overview
Dependencies
3
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous12346Next

5.0.0

Diff

Changelog

Source

5.0.0 (2020-06-21)

Changes since 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)
arshaw
published 5.0.0-rc •

Changelog

Source

5.0.0-rc (2020-06-15)

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
    • TypeScript definitions for Vue connector
  • 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)
    • event title should display on same line as time for 30 minute events in grid views (#5447)
arshaw
published 4.4.2 •

arshaw
published 5.0.0-beta.4 •

Changelog

Source

5.0.0-beta.4 (2020-05-26)

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)
arshaw
published 5.0.0-beta.3 •

Changelog

Source

5.0.0-beta.3 (2020-05-20)

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
arshaw
published 5.0.0-beta.2 •

Changelog

Source

5.0.0-beta.2 (2020-04-14)

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

arshaw
published 5.0.0-beta.1 •

Changelog

Source

5.0.0-beta.1 (2020-04-06)

Read the blog post

arshaw
published 5.0.0-beta •

Changelog

Source

5.0.0-beta.4 (2020-05-26)

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)
arshaw
published 4.4.0 •

Changelog

Source

4.4.0 (2020-02-11)

  • configurable googleCalendarApiBase (#4974)
  • fix: navigating prev/next quickly might miss an event-source fetch (#4975)
  • new locales: ug (#180), uz (#3553)
  • locale fixes: fr (#5236), az (#5185), th (#5069), el (#5010), pt-br (#3812)
arshaw
published 4.3.0 •

Changelog

Source

4.3.0 (2019-08-09)

  • HTML/CSS for timeline events has been refactored. BREAKING CHANGE if customized CSS.
  • timeline event titles sometimes overflow outside of element when time (#4928)
  • eventStartEditable false is not compatible with eventResourceEditable true (#4930)
  • calling Calendar::render after initial render causes bad sizing (#4718, #4723)
  • when list views destroyed, wouldn't call eventDestroy (#4727)
  • solve JS errors when switching views and using showNonCurrentDates (#4677, #4767)
  • prevent unnecessary scrollbars from appearing in daygrid views (4624, #4732)
  • draggedEvent start time is null in eventAllow when switching resources (#4932)
  • scrollToTime method honors a whole duration, not just a time (#4935)
  • some background events wouldn't recieve eventClick or hovering (#3148, #4750)
  • fix infinite recursion when custom view type is itself (#4198)
  • respect firstDay setting when weekNumberCalculation set to ISO (#4734)
  • fix typo in Danish (#4708)
  • adjust typescript def for setExtendedProp (#4679)
  • googleCalendarApiKey added to typescript options definition (#4772)
  • moment/luxon formatting same-day range with dash (#4686)
  • error importing moment plugin into typescript project (#4691, #4680, #4580)
  • refs to sourcemaps removed from dist (accidentally included in previous version)
  • distributing an ESM file, referenced by package.json's module
  • using a more portable SASS (#4626, #4651, #4671)
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