@event-calendar/build 1.3.0 → 1.3.1
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 +5 -3
- package/event-calendar-1.3.0.zip +0 -0
- package/event-calendar.min.js +2 -2
- package/event-calendar.min.js.map +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -193,8 +193,8 @@ import '@event-calendar/core/index.css';
|
|
|
193
193
|
### Pre-built browser ready bundle
|
|
194
194
|
Include the following lines of code in the `<head>` section of your page:
|
|
195
195
|
```html
|
|
196
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@event-calendar/build@1.3.
|
|
197
|
-
<script src="https://cdn.jsdelivr.net/npm/@event-calendar/build@1.3.
|
|
196
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@event-calendar/build@1.3.1/event-calendar.min.css">
|
|
197
|
+
<script src="https://cdn.jsdelivr.net/npm/@event-calendar/build@1.3.1/event-calendar.min.js"></script>
|
|
198
198
|
```
|
|
199
199
|
|
|
200
200
|
<details>
|
|
@@ -1319,7 +1319,9 @@ function(event) {
|
|
|
1319
1319
|
</td>
|
|
1320
1320
|
<td>
|
|
1321
1321
|
|
|
1322
|
-
[Event](#event-object) object to be analyzed.
|
|
1322
|
+
[Event](#event-object) object to be analyzed.
|
|
1323
|
+
|
|
1324
|
+
The function must return `true` to have this event counted, or `false` to ignore it
|
|
1323
1325
|
</td>
|
|
1324
1326
|
</tr>
|
|
1325
1327
|
</table>
|
|
Binary file
|