Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fullcalendar monorepo to v6.1.5 #4022

Merged
merged 1 commit into from
Mar 22, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 12, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fullcalendar/angular (source) 6.0.2 -> 6.1.5 age adoption passing confidence
@fullcalendar/bootstrap (source) 6.0.2 -> 6.1.5 age adoption passing confidence
@fullcalendar/core (source) 6.0.2 -> 6.1.5 age adoption passing confidence
@fullcalendar/daygrid (source) 6.0.2 -> 6.1.5 age adoption passing confidence
@fullcalendar/interaction (source) 6.0.2 -> 6.1.5 age adoption passing confidence
@fullcalendar/rrule (source) 6.0.2 -> 6.1.5 age adoption passing confidence
@fullcalendar/timegrid (source) 6.0.2 -> 6.1.5 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

fullcalendar/fullcalendar-angular

v6.1.5

Compare Source

v6.1.4

Compare Source

v6.1.3

Compare Source

v6.1.1

Compare Source

v6.1.0

Compare Source

v6.0.3

Compare Source

fullcalendar/fullcalendar

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 (#​4967)
  • 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

  • fix: Multi-Month not included in fullcalendar-scheduler (#​7177)
  • fix: Multi-Month has nonexistent 'internal' entrypoint, causing error for skypack (#​7176)
  • fix: Vue connector should not error-out when given content-injector functions (#​7175)
  • fix: continued CJS/ESM confusion with certain build tools (#​7170, #​7113, #​7143)

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)

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

@freddidierRTE freddidierRTE self-assigned this Jan 23, 2023
@renovate renovate bot force-pushed the FE-Renovate_fullcalendar-monorepo branch 2 times, most recently from 941e489 to f4bb99a Compare January 30, 2023 02:04
@renovate renovate bot changed the title Update fullcalendar monorepo to v6.0.3 Update fullcalendar monorepo to v6.1.0 Jan 30, 2023
@renovate renovate bot force-pushed the FE-Renovate_fullcalendar-monorepo branch from f4bb99a to 6daa1e4 Compare January 31, 2023 00:13
@renovate renovate bot changed the title Update fullcalendar monorepo to v6.1.0 Update fullcalendar monorepo to v6.1.1 Jan 31, 2023
@renovate renovate bot force-pushed the FE-Renovate_fullcalendar-monorepo branch 2 times, most recently from 8081acb to 159a417 Compare February 7, 2023 23:44
@renovate renovate bot changed the title Update fullcalendar monorepo to v6.1.1 Update fullcalendar monorepo to v6.1.4 Feb 7, 2023
@renovate renovate bot force-pushed the FE-Renovate_fullcalendar-monorepo branch 2 times, most recently from eff2105 to 2078967 Compare February 9, 2023 14:44
@sonarcloud
Copy link

sonarcloud bot commented Feb 9, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@freddidierRTE freddidierRTE removed their assignment Feb 22, 2023
@renovate renovate bot force-pushed the FE-Renovate_fullcalendar-monorepo branch 2 times, most recently from 8116a43 to d4da367 Compare March 13, 2023 14:15
@quinarygio
Copy link
Contributor

This version causes problems with recurring events:

calendar.webm

Possibly related to open issues on fullcalendar:
fullcalendar/fullcalendar#7230
fullcalendar/fullcalendar#7232
fullcalendar/fullcalendar#7235

Workaround is to add property deepChangeDetection="true" as described in https://fullcalendar.io/docs/angular ($Modifying properties)

Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate renovate bot force-pushed the FE-Renovate_fullcalendar-monorepo branch from d4da367 to 80b45f9 Compare March 21, 2023 19:50
@renovate renovate bot changed the title Update fullcalendar monorepo to v6.1.4 Update fullcalendar monorepo to v6.1.5 Mar 21, 2023
@sonarcloud
Copy link

sonarcloud bot commented Mar 21, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@quinarygio quinarygio merged commit 61c7192 into develop Mar 22, 2023
@quinarygio quinarygio deleted the FE-Renovate_fullcalendar-monorepo branch March 22, 2023 17:32
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.

None yet

2 participants