@fullcalendar/list
Advanced tools
Comparing version 5.0.0-rc to 5.0.0
/*! | ||
FullCalendar v5.0.0-rc | ||
FullCalendar v5.0.0 | ||
Docs & License: https://fullcalendar.io/ | ||
(c) 2019 Adam Shaw | ||
(c) 2020 Adam Shaw | ||
*/ | ||
@@ -64,4 +64,4 @@ import './main.css'; | ||
createElement("td", { className: 'fc-list-event-graphic' }, | ||
createElement("span", { className: 'fc-list-event-dot', style: { backgroundColor: hookProps.backgroundColor } })), | ||
createElement("td", { className: 'fc-list-event-title', ref: innerElRef, style: { color: hookProps.textColor } }, innerContent))); })); | ||
createElement("span", { className: 'fc-list-event-dot', style: { borderColor: hookProps.borderColor || hookProps.backgroundColor } })), | ||
createElement("td", { className: 'fc-list-event-title', ref: innerElRef }, innerContent))); })); | ||
}; | ||
@@ -68,0 +68,0 @@ return ListViewEventRow; |
{ | ||
"name": "@fullcalendar/list", | ||
"version": "5.0.0-rc", | ||
"version": "5.0.0", | ||
"title": "FullCalendar List View Plugin", | ||
@@ -8,3 +8,3 @@ "description": "View your events as a bulleted list", | ||
"dependencies": { | ||
"@fullcalendar/common": "5.0.0-rc", | ||
"@fullcalendar/common": "~5.0.0", | ||
"tslib": "^2.0.0" | ||
@@ -26,4 +26,3 @@ }, | ||
"url": "http://arshaw.com/" | ||
}, | ||
"copyright": "2019 Adam Shaw" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
51009
7
0
+ Added@fullcalendar/common@5.0.1(transitive)
- Removed@fullcalendar/common@5.0.0-rc(transitive)
Updated@fullcalendar/common@~5.0.0