@fullcalendar/react
Advanced tools
Comparing version 6.1.14 to 6.1.15
@@ -39,2 +39,8 @@ import React, { Component, createRef, PureComponent } from 'react'; | ||
this.calendar.render(); | ||
// attaching with .on() will cause this to fire AFTER internal preact rendering did flushSync | ||
this.calendar.on('_beforeprint', () => { | ||
flushSync(() => { | ||
// our `customRenderingMap` state will be flushed at this point | ||
}); | ||
}); | ||
let lastRequestTimestamp; | ||
@@ -41,0 +47,0 @@ customRenderingStore.subscribe((customRenderingMap) => { |
{ | ||
"name": "@fullcalendar/react", | ||
"version": "6.1.14", | ||
"version": "6.1.15", | ||
"title": "FullCalendar React Component", | ||
@@ -20,3 +20,3 @@ "description": "The official React Component for FullCalendar", | ||
"peerDependencies": { | ||
"@fullcalendar/core": "~6.1.14", | ||
"@fullcalendar/core": "~6.1.15", | ||
"react": "^16.7.0 || ^17 || ^18 || ^19", | ||
@@ -29,9 +29,9 @@ "react-dom": "^16.7.0 || ^17 || ^18 || ^19" | ||
"@babel/preset-react": "^7.9.4", | ||
"@fullcalendar/adaptive": "~6.1.14", | ||
"@fullcalendar/core": "~6.1.14", | ||
"@fullcalendar/daygrid": "~6.1.14", | ||
"@fullcalendar/list": "~6.1.14", | ||
"@fullcalendar/resource": "~6.1.14", | ||
"@fullcalendar/resource-timeline": "~6.1.14", | ||
"@fullcalendar/timegrid": "~6.1.14", | ||
"@fullcalendar/adaptive": "~6.1.15", | ||
"@fullcalendar/core": "~6.1.15", | ||
"@fullcalendar/daygrid": "~6.1.15", | ||
"@fullcalendar/list": "~6.1.15", | ||
"@fullcalendar/resource": "~6.1.15", | ||
"@fullcalendar/resource-timeline": "~6.1.15", | ||
"@fullcalendar/timegrid": "~6.1.15", | ||
"@rollup/plugin-babel": "^5.0.0", | ||
@@ -51,4 +51,4 @@ "@rollup/plugin-commonjs": "^12.0.0", | ||
"karma-spec-reporter": "^0.0.32", | ||
"react": "^19.0.0-rc.0", | ||
"react-dom": "^19.0.0-rc.0", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"rollup": "^2.79.0", | ||
@@ -55,0 +55,0 @@ "rollup-plugin-postcss": "^2.0.3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23723
396