@event-calendar/common
Advanced tools
Comparing version 0.15.0 to 0.15.1
{ | ||
"name": "@event-calendar/common", | ||
"version": "0.15.0", | ||
"version": "0.15.1", | ||
"title": "Event Calendar Common package", | ||
@@ -5,0 +5,0 @@ "description": "Full-sized drag & drop event calendar with resource view", |
# 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) | ||
See [demo](https://vkurko.github.io/calendar/). | ||
See [demo](https://vkurko.github.io/calendar/) and [changelog](CHANGELOG.md). | ||
Full-sized drag & drop JavaScript event calendar with resource view: | ||
* Lightweight (31kb [br](https://en.wikipedia.org/wiki/Brotli) compressed) | ||
* Lightweight (37kb [br](https://en.wikipedia.org/wiki/Brotli) compressed) | ||
* Zero-dependency (pre-built bundle) | ||
@@ -195,6 +195,18 @@ * Used by [Bookly](https://wordpress.org/plugins/bookly-responsive-appointment-booking-tool/) | ||
```html | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@event-calendar/build/event-calendar.min.css"> | ||
<script src="https://cdn.jsdelivr.net/npm/@event-calendar/build/event-calendar.min.js"></script> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@event-calendar/build@0.15.1/event-calendar.min.css"> | ||
<script src="https://cdn.jsdelivr.net/npm/@event-calendar/build@0.15.1/event-calendar.min.js"></script> | ||
``` | ||
<details> | ||
<summary>Note</summary> | ||
> Please note that the file paths contain an indication of a specific version of the library. You can remove this indication, then the latest version will be loaded: | ||
> ```html | ||
> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@event-calendar/build/event-calendar.min.css"> | ||
> <script src="https://cdn.jsdelivr.net/npm/@event-calendar/build/event-calendar.min.js"></script> | ||
> ``` | ||
> But it is recommended to always specify the version and explicitly update it if necessary, in order to avoid unpredictable problems when a new version of the library is released. | ||
</details> | ||
Then initialize the calendar with something like this: | ||
@@ -2425,2 +2437,2 @@ ```js | ||
> The library is compiled to support browsers that match the following browserslist configuration: `default and supports fetch`. You can see the resulting list [here](https://browsersl.ist/#q=defaults+and+supports+fetch). | ||
> The library is compiled to support browsers that match the following browserslist configuration: `defaults and supports fetch`. You can see the resulting list [here](https://browsersl.ist/#q=defaults+and+supports+fetch). |
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
86271
2436