Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 11, 2023

This PR contains the following updates:

Package Change Age Confidence
@fullcalendar/core (source) ^6.0.2 -> ^6.1.19 age confidence
@fullcalendar/daygrid (source) ^6.0.2 -> ^6.1.19 age confidence
@fullcalendar/timegrid (source) ^6.0.2 -> ^6.1.19 age confidence
@fullcalendar/vue (source) ^6.0.2 -> ^6.1.19 age confidence

Release Notes

fullcalendar/fullcalendar (@​fullcalendar/core)

v6.1.19

Compare Source

  • feature: Angular 20 support (#​7946)
  • feature: setting to control how nowIndicator displays in all-day slots (#​6175)
    (nowIndicatorSnap. use false to ensure time-granularity always)
  • fix: allow business hours that START past midnight (#​7934)

v6.1.18

Compare Source

  • fix: Optimize custom content-injection rerendering performance (#​3003, #​7650)
    (Especially important for event rerendering with eventContent)

v6.1.17

Compare Source

  • fix: recurring event start/end time not updated when timezone changed (#​5273)
  • fix: nowIndicator not updated when timezone changed (#​5753)
  • fix: nowIndicator lags after returning to suspended tab (#​7806)
  • fix: "today" date does not update after current time crosses midnight (#​3783)
  • fix: day header 1 day behind with Luxon & timezone with midnight DST (#​7633)
  • fix: in timeline, incorrect navLink for granularities other than day/week (#​4931)
  • fix: validRange in multiMonth view does not render all the days (#​7287)
Angular

v6.1.15

Compare Source

General
  • fix: dragScroll does not work on multiMonth view (#​7324)
  • fix: clicking on nowIndicator line ignores the event behind (#​6801)
  • fix: dates not selectable in Shadow DOM since v6.1.12 (#​7685)
React
  • fix: adaptive print version shows events with custom eventContent with zero height (#​7419)

v6.1.14

Compare Source

React
  • React 19 support
Angular

v6.1.13

Compare Source

TimeGrid
  • follow-up fix to #​7533 that improves event-dragging from timed to all-day
Timeline
  • follow-up fix to #​7335 that sidesteps issues with dynamically loaded fonts

v6.1.12

Compare Source

General
  • fix: don't allow event drag-n-drop on obscured calendars (#​5026)
TimeGrid
  • fix: when moving event from all-day -> timed, use literal mouse position for event drop (#​7533)
Timeline
  • fix: timeline rtl initial scroll on Chrome (#​7335)

v6.1.11

Compare Source

General
  • fix: fc-event-past className not attached to events that end midnight before today (#​6120, #​6486)
  • fix: aria-labelledby on view container should not exist when headerToolbar:false (#​6884)
DayGrid and MultiMonth
  • fix: possible infinite recursion with dayGrid, dayMaxEventRows, and many hidden event rows (#​7462)
  • fix: incorrectly put events under +more link (#​7002, #​6608, #​6900)
React
Angular
  • fix: Angular 17 SRR error with el.getRootNode (#​7550)

v6.1.10

Compare Source

  • feature: Angular version 17 support (#​7525)
  • fix: Vue 3 background event with custom rendering, not receiving el in eventDidMount (#​7524)
  • fix: font-icon elements should have role="img" (#​7501)
  • locale: fix bg (#​7493)
  • locale: fix ca (#​7394)
  • locale: fix nl (#​7471)

v6.1.9

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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

v6.1.6

Compare Source

  • 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

Compare Source

  • 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

Compare Source

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

v6.1.3

Compare Source

  • 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.1

Compare Source

  • feature: Angular 20 support (#​7946)
  • feature: setting to control how nowIndicator displays in all-day slots (#​6175)
    (nowIndicatorSnap. use false to ensure time-granularity always)
  • fix: allow business hours that START past midnight (#​7934)

v6.1.0

Compare Source

  • feature: multimonth view (#​470, #​1140)
    • provides multiMonthYear view, which displays 3x4 small months when space permits
    • can extend multiMonth view with custom durations
    • can specify multiMonthMinWidth, which will force wrapping if months are too small
    • can specify multiMonthMaxColumns: 1 to guarantee one column of months
    • can specify multiMonthTitleFormat to customize text above each month
  • feature: improved daygrid behavior when multiple weeks/months
    • when many rows, instead of condensing rows, guaranteed min-height, for forcing scrollbars
    • displaying month names for month switchovers, controlled by monthStartFormat
    • a new stock dayGridYear view
  • feature: in daygrid/multimonth, +more link has hover effect with grey background color
  • feature: @fullcalendar/web-component has shadow option
  • feature/fix: from content-injection hooks, returning true does default rendering (#​7110)
  • feature/fix: CSP nonce value passed to dynamically-injected stylesheets (#​7104)
  • fix: React event duplication while DnD and updating redux store (#​7066, #​7067, #​7071)
  • fix: styles are not applied correctly for elements using shadow DOM (#​7118)
  • fix: custom view content with JSX doesn't render (#​7160)
  • fix: resourceAreaHeaderContent overrides headerContent in resource columns (#​7153)
  • fix: update moment-timezone for latest tz data (#​6987)
  • fix: dayGrid w/ showNonCurrentDates: false can have final squished row (#​7162)
  • fix: root-level repo with git submodules shouldn't force ssh protocol (#​6714)
  • fix: in fullcalendar bundle, FullCalendar.Preact exposed for interop with plugins
  • fix: EventApi::toPlainObject now returns allDay property
  • locale: add weekTextLong for French locale (#​6731, #​7144)
  • locale: replace "évènement" in French locales (#​7108)
  • locale: add Uzbek cyrillic translation (#​6853)
  • locale: update Galician locale (#​7103)
  • locale: update pt-br locale (#​7106)

v6.0.3

Compare Source

Standard/premium

  • FIX: Time grid and timeline more-events link positioned incorrectly (#​7134, #​7115)
  • FIX: file extensions of CJS/ESM dist files changed to support Jest (#​7113)

React:

  • FIX: Maximum update depth exceeded w/ eventContent & dayMaxEvents (#​7116)
  • FIX: Certain cases of broken rendering w/ React 17 and content-injection (#​7127, #​7131)
  • FIX: Content-injection not using updated function closures for rendering (#​7119)

Vue 3:

  • FIX: With Webpack, fullySpecified:false workaround no longer needed (#​7125, #​7114)
fullcalendar/fullcalendar-vue2 (@​fullcalendar/vue)

v6.1.19

Compare Source

See https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.19

v6.1.18

Compare Source

See https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.18

v6.1.17

Compare Source

See https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.17

v6.1.15

Compare Source

See https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.15

v6.1.14

Compare Source

See https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.14

v6.1.13

Compare Source

See https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.13

v6.1.12

Compare Source

See https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.12

v6.1.11

Compare Source

See https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.11

v6.1.10

Compare Source

See https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.10

v6.1.9

Compare Source

See https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.9

v6.1.8

Compare Source

See https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.8

v6.1.7

Compare Source

See https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.7

v6.1.6

Compare Source

See https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.6

v6.1.5

Compare Source

See https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.5

v6.1.4

Compare Source

See https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.4

v6.1.3

Compare Source

See https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.3

v6.1.2

Compare Source

See https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.2

v6.1.1

Compare Source

See https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.1

v6.1.0

Compare Source

See https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.0

v6.0.3

Compare Source

See https://github.com/fullcalendar/fullcalendar/releases/tag/v6.0.3


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/fullcalendar-monorepo branch from 8f6f256 to 97cd61e Compare January 30, 2023 03:58
@renovate renovate bot changed the title ⬆️ Update fullcalendar monorepo to ^6.0.3 ⬆️ Update fullcalendar monorepo to ^6.1.0 Jan 30, 2023
@renovate renovate bot force-pushed the renovate/fullcalendar-monorepo branch from 97cd61e to 4440fba Compare January 30, 2023 23:09
@renovate renovate bot changed the title ⬆️ Update fullcalendar monorepo to ^6.1.0 ⬆️ Update fullcalendar monorepo to ^6.1.1 Jan 30, 2023
@renovate renovate bot force-pushed the renovate/fullcalendar-monorepo branch from 4440fba to bdc0622 Compare January 31, 2023 06:37
@renovate renovate bot changed the title ⬆️ Update fullcalendar monorepo to ^6.1.1 ⬆️ Update fullcalendar monorepo Jan 31, 2023
@renovate renovate bot force-pushed the renovate/fullcalendar-monorepo branch from bdc0622 to cf202c6 Compare February 7, 2023 23:21
@renovate renovate bot changed the title ⬆️ Update fullcalendar monorepo ⬆️ Update fullcalendar monorepo to ^6.1.4 Feb 7, 2023
@renovate renovate bot force-pushed the renovate/fullcalendar-monorepo branch from cf202c6 to d3fb87e Compare March 21, 2023 21:34
@renovate renovate bot changed the title ⬆️ Update fullcalendar monorepo to ^6.1.4 ⬆️ Update fullcalendar monorepo to ^6.1.5 Mar 21, 2023
@renovate renovate bot changed the title ⬆️ Update fullcalendar monorepo to ^6.1.5 ⬆️ Update fullcalendar monorepo to ^6.1.8 May 28, 2023
@renovate renovate bot force-pushed the renovate/fullcalendar-monorepo branch from d3fb87e to 947efb6 Compare May 28, 2023 09:37
@renovate renovate bot force-pushed the renovate/fullcalendar-monorepo branch from 947efb6 to 75e0881 Compare October 1, 2023 17:35
@renovate renovate bot changed the title ⬆️ Update fullcalendar monorepo to ^6.1.8 ⬆️ Update fullcalendar monorepo to ^6.1.9 Oct 1, 2023
@renovate renovate bot force-pushed the renovate/fullcalendar-monorepo branch from 75e0881 to db60c98 Compare November 29, 2023 04:36
@renovate renovate bot changed the title ⬆️ Update fullcalendar monorepo to ^6.1.9 ⬆️ Update fullcalendar monorepo to ^6.1.10 Nov 29, 2023
@renovate renovate bot force-pushed the renovate/fullcalendar-monorepo branch from db60c98 to a65b8d0 Compare February 20, 2024 19:14
@renovate renovate bot changed the title ⬆️ Update fullcalendar monorepo to ^6.1.10 ⬆️ Update fullcalendar monorepo to ^6.1.11 Feb 20, 2024
@renovate renovate bot force-pushed the renovate/fullcalendar-monorepo branch from a65b8d0 to 4e64661 Compare May 22, 2024 03:17
@renovate renovate bot changed the title ⬆️ Update fullcalendar monorepo to ^6.1.11 ⬆️ Update fullcalendar monorepo to ^6.1.12 May 22, 2024
@renovate renovate bot force-pushed the renovate/fullcalendar-monorepo branch from 4e64661 to c93beac Compare May 22, 2024 17:03
@renovate renovate bot changed the title ⬆️ Update fullcalendar monorepo to ^6.1.12 ⬆️ Update fullcalendar monorepo to ^6.1.13 May 22, 2024
@renovate renovate bot force-pushed the renovate/fullcalendar-monorepo branch from c93beac to d695d03 Compare June 5, 2024 03:53
@renovate renovate bot changed the title ⬆️ Update fullcalendar monorepo to ^6.1.13 ⬆️ Update fullcalendar monorepo to ^6.1.14 Jun 5, 2024
@renovate renovate bot force-pushed the renovate/fullcalendar-monorepo branch from d695d03 to 15b2590 Compare July 12, 2024 22:06
@renovate renovate bot changed the title ⬆️ Update fullcalendar monorepo to ^6.1.14 ⬆️ Update fullcalendar monorepo to ^6.1.15 Jul 12, 2024
@renovate renovate bot force-pushed the renovate/fullcalendar-monorepo branch from 15b2590 to b441a5b Compare April 2, 2025 14:46
@renovate renovate bot changed the title ⬆️ Update fullcalendar monorepo to ^6.1.15 ⬆️ Update fullcalendar monorepo to ^6.1.17 Apr 2, 2025
@renovate renovate bot force-pushed the renovate/fullcalendar-monorepo branch from b441a5b to fd81d70 Compare June 30, 2025 05:55
@renovate renovate bot changed the title ⬆️ Update fullcalendar monorepo to ^6.1.17 ⬆️ Update fullcalendar monorepo to ^6.1.18 Jun 30, 2025
@renovate renovate bot force-pushed the renovate/fullcalendar-monorepo branch from fd81d70 to ceb4374 Compare August 10, 2025 05:02
@renovate renovate bot changed the title ⬆️ Update fullcalendar monorepo to ^6.1.18 ⬆️ Update fullcalendar monorepo to ^6.1.19 Aug 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant