@fullcalendar/react
Advanced tools
Comparing version 5.1.0 to 5.2.0
v5.2.0 (2020-07-30) | ||
------------------- | ||
bugfix: dayMinWidth causes error "NowTimer(...): Nothing was returned from render..." (#80) | ||
4.2.0 (2019-06-02) | ||
@@ -3,0 +9,0 @@ ------------------ |
import * as react from 'react'; | ||
import * as reactDom from 'react-dom'; | ||
window.FullCalendarVDom = { | ||
(typeof globalThis !== 'undefined' ? globalThis : window).FullCalendarVDom = { | ||
Component: react.Component, | ||
@@ -5,0 +5,0 @@ createElement: react.createElement, |
{ | ||
"name": "@fullcalendar/react", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"title": "FullCalendar React Component", | ||
@@ -17,2 +17,3 @@ "description": "An official FullCalendar component for React", | ||
}, | ||
"type": "module", | ||
"main": "dist/main.js", | ||
@@ -31,11 +32,11 @@ "types": "dist/main.d.ts", | ||
"rollup:watch": "rollup -c --watch", | ||
"karma": "karma start --browsers ChromeHeadless --single-run --no-auto-watch", | ||
"karma:watch": "karma start", | ||
"karma": "karma start karma.config.cjs --browsers ChromeHeadless --single-run --no-auto-watch", | ||
"karma:watch": "karma start karma.config.cjs", | ||
"test": "npm run rollup && npm run karma", | ||
"test:watch": "npm run rollup && concurrently 'npm:rollup:watch' 'npm:karma:watch'", | ||
"lint": "eslint -c eslint.config.js tests --ext .js,.jsx", | ||
"lint": "eslint -c eslint.config.cjs tests --ext .js,.jsx", | ||
"ci": "./scripts/ci.sh" | ||
}, | ||
"dependencies": { | ||
"@fullcalendar/common": "~5.1.0", | ||
"@fullcalendar/common": "~5.2.0", | ||
"tslib": "^2.0.0" | ||
@@ -51,3 +52,3 @@ }, | ||
"@babel/preset-react": "^7.9.4", | ||
"@fullcalendar/daygrid": "~5.1.0", | ||
"@fullcalendar/daygrid": "~5.2.0", | ||
"@rollup/plugin-babel": "^5.0.0", | ||
@@ -54,0 +55,0 @@ "@rollup/plugin-commonjs": "^11.1.0", |
@@ -37,3 +37,3 @@ import * as react from 'react' | ||
window.FullCalendarVDom = { | ||
(typeof globalThis !== 'undefined' ? globalThis : window).FullCalendarVDom = { // TODO: streamline when killing IE11 support | ||
Component: react.Component, | ||
@@ -40,0 +40,0 @@ createElement: react.createElement, |
Sorry, the diff of this file is not supported yet
12401
Yes
+ Added@fullcalendar/common@5.2.0(transitive)
- Removed@fullcalendar/common@5.1.0(transitive)
Updated@fullcalendar/common@~5.2.0