add-to-calendar-button 2.4.2 → 2.5.0-next.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/CHANGELOG.md +9 -0
- package/README.md +31 -13
- package/assets/css/atcb-3d.css +1425 -0
- package/assets/css/atcb-3d.min.css +1 -0
- package/assets/css/atcb-date.css +1137 -0
- package/assets/css/atcb-date.min.css +1 -0
- package/assets/css/atcb-flat.css +1344 -0
- package/assets/css/atcb-flat.min.css +1 -0
- package/assets/css/atcb-neumorphism.css +1347 -0
- package/assets/css/atcb-neumorphism.min.css +1 -0
- package/assets/css/atcb-round.css +1432 -0
- package/assets/css/atcb-round.min.css +1 -0
- package/assets/css/atcb-text.css +1429 -0
- package/assets/css/atcb-text.min.css +1 -0
- package/assets/css/atcb.css +1367 -0
- package/assets/css/atcb.min.css +1 -0
- package/dist/atcb-no-pro-unstyle.js +5590 -0
- package/dist/atcb-no-pro.js +5589 -0
- package/dist/atcb-unstyle.js +6276 -0
- package/dist/atcb.js +6248 -8
- package/dist/atcb.min.js +68 -0
- package/dist/commonjs/index.js +1412 -362
- package/dist/commonjs/no-pro-unstyle.js +4620 -0
- package/dist/commonjs/no-pro.js +4619 -0
- package/dist/commonjs/unstyle.js +5306 -0
- package/dist/module/index.js +1412 -362
- package/dist/module/no-pro-unstyle.js +4619 -0
- package/dist/module/no-pro.js +4618 -0
- package/dist/module/unstyle.js +5305 -0
- package/index.d.ts +104 -90
- package/package.json +23 -9
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
## Version 2
|
|
4
4
|
|
|
5
|
+
- v2.5 : PRO option and more
|
|
6
|
+
- ✨ [introducing PRO offering](https://add-to-calendar-pro.com/)
|
|
7
|
+
- ⚠️ Breaking: default branding (check hideBranding option for disabling it)
|
|
8
|
+
- ⚠️ Breaking: if you want to customize calendar option labels, you need need to do this via the customLabels option
|
|
9
|
+
- new optionsMobile und optionsIOS options to specify device-specific calendar types
|
|
10
|
+
- more css var options and subtle style fixes
|
|
11
|
+
- bundle-size optimization option
|
|
12
|
+
- attendee optimization
|
|
13
|
+
- a lot of fixes
|
|
5
14
|
- v2.4 : forceOverlay, fixes
|
|
6
15
|
- v2.3 : pastDateHandling, disable option, static-dropup listStyle option, date style optimized, buttonsList optimized, better iOS support, new languages
|
|
7
16
|
- v2.2 : "attendee" option, lazy external css loading, fixes
|
package/README.md
CHANGED
|
@@ -92,6 +92,22 @@ Simple and convenient integration of 1 or many buttons, configurable directly wi
|
|
|
92
92
|
|
|
93
93
|
<br />
|
|
94
94
|
|
|
95
|
+
## 🚀 Go PRO
|
|
96
|
+
|
|
97
|
+
- ics file generation and hosting for better compatibility.
|
|
98
|
+
- RSVP, incl. automatic updates sent to attendees, GDPR features, and more.
|
|
99
|
+
- More customization - all no-code.
|
|
100
|
+
- API, webhooks, and more technical toys.
|
|
101
|
+
- Share events among all kinds of channels - email, social media, ...
|
|
102
|
+
|
|
103
|
+
Check the details at [add-to-calendar-pro.com](https://add-to-calendar-pro.com)!
|
|
104
|
+
|
|
105
|
+
<br />
|
|
106
|
+
|
|
107
|
+
---
|
|
108
|
+
|
|
109
|
+
<br />
|
|
110
|
+
|
|
95
111
|
## 📦 Installation / Setup
|
|
96
112
|
|
|
97
113
|
### Option 1: simple (CDN)
|
|
@@ -108,7 +124,7 @@ Place the script tag inside the `<head>` section.
|
|
|
108
124
|
|
|
109
125
|
### Option 2: npm
|
|
110
126
|
|
|
111
|
-
|
|
127
|
+
Install the package using the following npm command:
|
|
112
128
|
|
|
113
129
|
```sh
|
|
114
130
|
npm install add-to-calendar-button
|
|
@@ -146,13 +162,14 @@ You can then configure the button by simply adding the options as attributes to
|
|
|
146
162
|
|
|
147
163
|
Mind that for auto-generating rich snippets, a location would be mandatory as well.
|
|
148
164
|
|
|
149
|
-
|
|
165
|
+
Calendar type options and time zone information are not required, but recommended.
|
|
150
166
|
|
|
151
167
|
```html
|
|
152
168
|
<add-to-calendar-button
|
|
153
169
|
name="Add the title of your event"
|
|
154
170
|
startDate="2022-02-21"
|
|
155
171
|
options="['Google']"
|
|
172
|
+
timeZone="America/Los_Angeles"
|
|
156
173
|
>
|
|
157
174
|
</add-to-calendar-button>
|
|
158
175
|
```
|
|
@@ -182,7 +199,7 @@ A time zone is not required, but recommended.
|
|
|
182
199
|
|
|
183
200
|
<br /><br />
|
|
184
201
|
|
|
185
|
-
[More Examples](https://add-to-calendar-button.com/examples) • [Full Configuration Documentation](https://add-to-calendar-button.com/configuration)
|
|
202
|
+
[More Examples](https://add-to-calendar-button.com/examples) • [Full Configuration Documentation](https://add-to-calendar-button.com/configuration) • [PRO Version](https://add-to-calendar-pro.com)
|
|
186
203
|
|
|
187
204
|
<br />
|
|
188
205
|
|
|
@@ -199,7 +216,7 @@ You like this project? It would be awesome if you would support it, so it lives
|
|
|
199
216
|
- ✍️ Leave a review at [ProductHunt](https://www.producthunt.com/products/add-to-calendar-button-generator/reviews).
|
|
200
217
|
- 💌 Send us some positive feedback at the [discussion board](https://github.com/add2cal/add-to-calendar-button/discussions).
|
|
201
218
|
|
|
202
|
-
<br />
|
|
219
|
+
<br /><br />
|
|
203
220
|
|
|
204
221
|
## ⚡ Changelog
|
|
205
222
|
|
|
@@ -208,7 +225,7 @@ You like this project? It would be awesome if you would support it, so it lives
|
|
|
208
225
|
|
|
209
226
|
Find all changes in the dedicated file at [CHANGELOG.md](CHANGELOG.md).
|
|
210
227
|
|
|
211
|
-
<br />
|
|
228
|
+
<br /><br />
|
|
212
229
|
|
|
213
230
|
## 🙌 Contributing
|
|
214
231
|
|
|
@@ -220,7 +237,7 @@ Anyone is welcome to contribute, but mind the [guidelines](.github/CONTRIBUTING.
|
|
|
220
237
|
|
|
221
238
|
**IMPORTANT NOTE:** Run `npm install` and `npm run format` to auto-lint!
|
|
222
239
|
|
|
223
|
-
<br />
|
|
240
|
+
<br /><br />
|
|
224
241
|
|
|
225
242
|
## 📃 Copyright and License
|
|
226
243
|
|
|
@@ -246,23 +263,24 @@ In doubt, simply ask and we find a way. :)
|
|
|
246
263
|
|
|
247
264
|
## 💜 Kudos go to
|
|
248
265
|
|
|
249
|
-
|
|
266
|
+
...all amazing contributors:
|
|
250
267
|
|
|
251
|
-
<a href="https://github.com/jekuer"><img src="https://avatars.githubusercontent.com/u/8572883?v=4" title="
|
|
252
|
-
<a href="https://github.com/add-to-calendar"><img src="https://avatars.githubusercontent.com/u/110406429?s=96&v=4" title="
|
|
268
|
+
<a href="https://github.com/jekuer"><img src="https://avatars.githubusercontent.com/u/8572883?v=4" title="Jens Kuerschner" width="60" height="60"></a>
|
|
269
|
+
<a href="https://github.com/add-to-calendar"><img src="https://avatars.githubusercontent.com/u/110406429?s=96&v=4" title="Add to Calendar Team" width="60" height="60"></a>
|
|
253
270
|
<a href="https://github.com/chadoh"><img src="https://avatars.githubusercontent.com/u/221614?v=4" title="chadoh" width="60" height="60"></a>
|
|
254
|
-
<a href="https://github.com/turcuciprian"><img src="https://avatars.githubusercontent.com/u/3309840?v=4" title="
|
|
255
|
-
<a href="https://github.com/lizakorab"><img src="https://avatars.githubusercontent.com/u/72821189?v=4" title="
|
|
256
|
-
<a href="https://github.com/bryan-brancotte"><img src="https://avatars.githubusercontent.com/u/11556772?v=4" title="
|
|
271
|
+
<a href="https://github.com/turcuciprian"><img src="https://avatars.githubusercontent.com/u/3309840?v=4" title="Ciprian Turcu" width="60" height="60"></a>
|
|
272
|
+
<a href="https://github.com/lizakorab"><img src="https://avatars.githubusercontent.com/u/72821189?v=4" title="Liza Korab" width="60" height="60"></a>
|
|
273
|
+
<a href="https://github.com/bryan-brancotte"><img src="https://avatars.githubusercontent.com/u/11556772?v=4" title="Bryan Brancotte" width="60" height="60"></a>
|
|
257
274
|
<a href="https://github.com/nticaric"><img src="https://avatars.githubusercontent.com/u/824840?v=4" title="nticaric" width="60" height="60"></a>
|
|
258
275
|
<a href="https://github.com/Ortovoxx"><img src="https://avatars.githubusercontent.com/u/56805259?v=4" title="Ortovoxx" width="60" height="60"></a>
|
|
259
276
|
<a href="https://github.com/purushu007"><img src="https://avatars.githubusercontent.com/u/70796763?v=4" title="Purushu" width="60" height="60"></a>
|
|
260
277
|
<a href="https://github.com/cabello"><img src="https://avatars.githubusercontent.com/u/60936?v=4" title="Danilo Cabello" width="60" height="60"></a>
|
|
261
278
|
<a href="https://github.com/Goudarz"><img src="https://avatars.githubusercontent.com/u/3191949?v=4" title="Goudarz" width="60" height="60"></a>
|
|
262
279
|
<a href="https://github.com/ragnarkurm"><img src="https://avatars.githubusercontent.com/u/5205088?v=4" title="Ragnar Kurm" width="60" height="60"></a>
|
|
263
|
-
<a href="https://github.com/emilebosch"><img src="https://avatars.githubusercontent.com/u/303135?v=4" title="
|
|
280
|
+
<a href="https://github.com/emilebosch"><img src="https://avatars.githubusercontent.com/u/303135?v=4" title="Emile Bosch" width="60" height="60"></a>
|
|
264
281
|
<a href="https://github.com/killerrin"><img src="https://avatars.githubusercontent.com/u/3269687?v=4" title="killerrin" width="60" height="60"></a>
|
|
265
282
|
<a href="https://github.com/acm-will"><img src="https://avatars.githubusercontent.com/u/103984058?v=4" title="acm-will" width="60" height="60"></a>
|
|
283
|
+
<a href="https://github.com/pbaumard"><img src="https://avatars.githubusercontent.com/u/6176006?v=4" title="Pierre Baumard" width="60" height="60"></a>
|
|
266
284
|
<a href="https://github.com/chris-at-fabius-labs"><img src="https://avatars.githubusercontent.com/u/108754665?v=4" title="chris-at-fabius-labs" width="60" height="60"></a>
|
|
267
285
|
<a href="https://github.com/ssaaiidd"><img src="https://avatars.githubusercontent.com/u/29234802?v=4" title="ssaaiidd" width="60" height="60"></a>
|
|
268
286
|
<a href="https://github.com/c0rychu"><img src="https://avatars.githubusercontent.com/u/55235141?v=4" title="Cory Chu" width="60" height="60"></a>
|