@event-calendar/build 2.7.1 → 2.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/event-calendar.min.js +2 -2
- package/event-calendar.min.js.map +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -200,8 +200,8 @@ import '@event-calendar/core/index.css';
|
|
|
200
200
|
### Pre-built browser ready bundle
|
|
201
201
|
Include the following lines of code in the `<head>` section of your page:
|
|
202
202
|
```html
|
|
203
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@event-calendar/build@2.7.
|
|
204
|
-
<script src="https://cdn.jsdelivr.net/npm/@event-calendar/build@2.7.
|
|
203
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@event-calendar/build@2.7.2/event-calendar.min.css">
|
|
204
|
+
<script src="https://cdn.jsdelivr.net/npm/@event-calendar/build@2.7.2/event-calendar.min.js"></script>
|
|
205
205
|
```
|
|
206
206
|
|
|
207
207
|
<details>
|
|
@@ -324,7 +324,7 @@ function (text) {
|
|
|
324
324
|
|
|
325
325
|
### customButtons
|
|
326
326
|
- Type `object`
|
|
327
|
-
- Default `
|
|
327
|
+
- Default `{}`
|
|
328
328
|
|
|
329
329
|
Defines custom buttons that can be used in the [headerToolbar](#headertoolbar).
|
|
330
330
|
|