Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 1, 2023

Bumps fullcalendar from 3.10.5 to 6.1.9.

Release notes

Sourced from fullcalendar's releases.

v6.1.9

  • 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

  • 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

  • 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

  • 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

  • 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

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

v6.1.3

  • fix: React: finally fix root cause of state issues (#7066, #7067, #7071)
  • fix: Angular: NgClass can only toggle CSS classes expressed as strings (#7182)

... (truncated)

Changelog

Sourced from fullcalendar's changelog.

v6.1.9 (2023-09-21)

  • 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 (2023-05-24)

  • 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 (2023-05-08)

  • 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 (2023-04-23)

  • 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 (2023-03-21)

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

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [fullcalendar](https://github.com/fullcalendar/fullcalendar/tree/HEAD/bundle) from 3.10.5 to 6.1.9.
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases)
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fullcalendar/fullcalendar/commits/v6.1.9/bundle)

---
updated-dependencies:
- dependency-name: fullcalendar
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant