@event-calendar/time-grid
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "@event-calendar/time-grid", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"title": "Event Calendar TimeGrid plugin", | ||
@@ -29,5 +29,5 @@ "description": "Full-sized drag & drop event calendar with resource view", | ||
"dependencies": { | ||
"@event-calendar/core": "~1.3.0", | ||
"@event-calendar/core": "~1.3.1", | ||
"svelte": "^3.59.1" | ||
} | ||
} |
@@ -196,4 +196,4 @@ # Event Calendar [![](https://data.jsdelivr.com/v1/package/npm/@event-calendar/build/badge)](https://www.jsdelivr.com/package/npm/@event-calendar/build) [![npm](https://img.shields.io/npm/dm/@event-calendar/core?color=red&label=npm&style=flat-square)](https://www.npmjs.com/package/@event-calendar/core) | ||
```html | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@event-calendar/build@1.3.0/event-calendar.min.css"> | ||
<script src="https://cdn.jsdelivr.net/npm/@event-calendar/build@1.3.0/event-calendar.min.js"></script> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@event-calendar/build@1.3.1/event-calendar.min.css"> | ||
<script src="https://cdn.jsdelivr.net/npm/@event-calendar/build@1.3.1/event-calendar.min.js"></script> | ||
``` | ||
@@ -1323,3 +1323,5 @@ | ||
[Event](#event-object) object to be analyzed. The function must return `true` to have this event counted, or `false` to ignore it | ||
[Event](#event-object) object to be analyzed. | ||
The function must return `true` to have this event counted, or `false` to ignore it | ||
</td> | ||
@@ -1326,0 +1328,0 @@ </tr> |
Sorry, the diff of this file is too big to display
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
2632
169759
Updated@event-calendar/core@~1.3.1