Socket
Socket
Sign inDemoInstall

@fullcalendar/moment

Package Overview
Dependencies
3
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous12356Next

5.7.2

Diff

Changelog

Source

5.7.2 (2021-06-03)

  • fixed table-related Chrome 91 bug causing timegrid view with allDaySlot:false and certain custom CSS to appear broken (#6338, #6343)
arshaw
published 5.7.0 •

Changelog

Source

5.7.0 (2021-05-11)

  • feature: +more popover for timegrid (#4218)
  • feature: +more popover for timeline (#4827)
  • feature: eventShortHeight for timegrid
  • feature: eventMinHeight for timegrid (#961)
  • feature: eventMinWidth for timeline (#4823)
  • feature: eventOrderStrict flag to ensure strict event ordering (#5766, #5767)
  • feature: scrollTimeReset flag to not reset scroll state across dates (#6178)
  • fix: events can be completely hidden behind others with custom eventOrder (#6019)
  • fix: less homogeneous event widths in timegrid (#5004)
  • fix: +more shows on days with less events than dayMaxEvents (#6187)
  • fix: +more popover can be scrolled down with page scroll (#5532)
  • fix: +more popover falls behind the sticky dates header (#5782)
  • fix: all-day events are displayed in front of the sticky header (#5596)
  • fix: respect duration in eventOrder as highest precedence (#5481)
  • fix: refetching events should keep event popover open (#3958)
  • fix: accidental +more popover close with shadow dom (#6205)
  • fix: dayGrid events stretched out of cells in print media (#6300)
  • dev: when attempting npm install in the dev repo, will throw an error saying to use yarn (#5504)
  • dev: ensure building on windows works (#5366) obscure breaking changes:
  • renamed fc-timegrid-event-condensed className to fc-timegrid-event-short
  • removed config.timeGridEventCondensedHeight
arshaw
published 5.6.0 •

Changelog

Source

5.6.0 (2021-03-28)

  • feature: icalendar events receive URL (#6173)
  • feature: icalendar events receive location, organizer, description in extendedProps (#6097)
  • fix: resizing resource column larger does not always update column widths (#6140)
  • fix: print view cut off for wide liquid-width calendar (#5707)
  • fix: event start time is limited by what is visible by slotMinTime (#6162)
  • fix: Event::setProp can't change the id (#4730)
  • fix: icalendar event source does not update on refreshEvents (#6194)
  • fix: business hours per resource do not fill row height with expandRows (#6134)
  • fix: icalendar recurring events ignoring count rule (#6190)
  • fix: icalendar recurring timed-events with wrong times (#6139, #6106)
  • fix: removed accidental ical.js dependency in common's package.json (#6171)
  • fix: for gcal events, restore extendedProperties (#5083)
  • fix: for gcal events, make attachments available (#5024)
  • fix: can't parse rrule strings with newlines after UNTIL statements (#6126)
  • locale: fixed typos in Tamil (#6115)
  • locale: added Bengali (#6096)
  • breaking-change: for icalendar recurring event that don't specify dtend/duration, the resulting Event object's end is now determined by forceEventDuration, defaultTimedEventDuration, and defaultAllDayEventDuration, whereas previously it was sometimes null.
arshaw
published 5.5.0 •

Changelog

Source

5.5.0 (2020-12-19)

  • icalendar support (#1580)
  • support exrule and exdate for rrule plugin (#4439)
  • support for Angular 11
  • fix: recurring events missing with dtstart in UTC and timeZone not UTC (#5993)
  • fix: events can have a gap between and take more rows than dayMaxEventRows when using eventOrder (#5883)
  • fix: events dragged from the More popup to another resource drop on the wrong resource (#5593)
  • fix: week number rendered twice in ResourceTimeGridView (#5890)
  • fix: nowIndicator not positioned correctly for resourceTimelineYear view with slot duration 1 month (#5999)
  • fix: oldResource and newResource missing from EventDropArg typescript definition (#6010)
  • fix: loading callback fires before resources are done loading and again after (#5896)
  • fix: locales are not compatible with IE 11 (#6014)
  • fix: IE11 freezes trying to display dayGrid with dayMinWidth (#5971)
  • fix: calling revert func within eventChange would erase affected event
  • locale: add Armenian
  • locale: add Austrian
  • locale: add Welsh
  • locale: add Esperanto
  • locale: improve Dutch
  • breaking-change: EventDropArg typescript type moved from interaction package to core
arshaw
published 5.4.0 •

Changelog

Source

5.4.0 (2020-11-11)

  • new fixedMirrorParent settings for drag-n-drop. workaround for #4673
  • rrule exclusion doesn't work while adding the 'Z' char for RRule datetimes (#5726)
  • fix JS error when using dayMaxEventRows on small screens (#5850, #5863)
  • export types for ResourceFunc and ResourceInput (#5797)
  • more descriptive license key warning (#5910)
  • better compatibility with Webpack 5, deeming resolve.fullySpecified unnecessary (#5822)
  • dist files now include a CJS file. ESM is still used by default in most environments (#5929)
arshaw
published 5.3.1 •

Changelog

Source

5.3.1 (2020-09-04)

bugfixes:

  • error with stickyScrollings.updateSize in certain 3rd-party environments (#5601)
  • rrule exclusion doesn't work while adding the 'Z' char for RRule datetimes (#5726)
  • more links sometimes hidden behind events with dayMaxEventRows (#5771)
  • wrong version text in dist js files (#5778)
arshaw
published 5.3.0 •

Changelog

Source

5.3.0 (2020-08-12)

bugfixes:

  • timelineDay with maxTime after 24:00, drag-n-drop behavior (#3900)
  • Resizing on touch devices loses selection (#5706)
  • Alignment of events in dayGridWeek when weekNumbers:true (#5708)
  • Events are not printed in order according to their start time (#5709)
  • scrollTime does not always work on prev/next (#5351)
  • render method not rerendering resourceLabelContent (#5586)
  • timeGrid with dayMinWidth, weekNumber cell collapses (#5684)
  • fix luxon connector browser-global JS file including actual luxon lib
arshaw
published 5.2.0 •

Changelog

Source

5.2.0 (2020-07-30)

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

Changelog

Source

5.1.0 (2020-06-29)

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

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)
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