@event-calendar/list
Advanced tools
Comparing version 0.16.1 to 0.17.0
{ | ||
"name": "@event-calendar/list", | ||
"version": "0.16.1", | ||
"version": "0.17.0", | ||
"title": "Event Calendar List plugin", | ||
@@ -39,5 +39,5 @@ "description": "Full-sized drag & drop event calendar with resource view", | ||
"dependencies": { | ||
"@event-calendar/common": "~0.16.1", | ||
"@event-calendar/common": "~0.17.0", | ||
"svelte": "^3.55.1" | ||
} | ||
} |
@@ -120,2 +120,3 @@ # 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) [![Sponsor](https://img.shields.io/badge/Sponsor-$10-blue.svg?style=flat-square&logo=paypal)](https://www.paypal.me/vkurko/10usd) | ||
- [dateFromPoint](#datefrompoint-x-y-) | ||
- [destroy](#destroy) | ||
- [getView](#getview) | ||
@@ -195,4 +196,4 @@ - [unselect](#unselect-1) | ||
```html | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@event-calendar/build@0.16.1/event-calendar.min.css"> | ||
<script src="https://cdn.jsdelivr.net/npm/@event-calendar/build@0.16.1/event-calendar.min.js"></script> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@event-calendar/build@0.17.0/event-calendar.min.css"> | ||
<script src="https://cdn.jsdelivr.net/npm/@event-calendar/build@0.17.0/event-calendar.min.js"></script> | ||
``` | ||
@@ -2006,2 +2007,7 @@ | ||
### destroy() | ||
- Return value `undefined` | ||
Destroys the calendar, removing all DOM elements, event handlers, and internal data. | ||
### getView() | ||
@@ -2008,0 +2014,0 @@ - Return value `View` |
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
91482
2455
+ Added@event-calendar/common@0.17.1(transitive)
- Removed@event-calendar/common@0.16.1(transitive)