add-to-calendar-button 2.3.1 → 2.3.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/CHANGELOG.md +1 -0
- package/dist/atcb.js +2 -2
- package/dist/commonjs/index.js +36 -29
- package/dist/module/index.js +36 -29
- package/index.d.ts +29 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
## Version 2
|
|
4
4
|
|
|
5
|
+
- v2.3 : pastDateHandling, disable option, static-dropup listStyle option, date style optimized, buttonsList optimized, better iOS support, new languages
|
|
5
6
|
- v2.2 : "attendee" option, lazy external css loading, fixes
|
|
6
7
|
- v2.1 : Romanian language support and a bunch of fixes
|
|
7
8
|
- v2.0 : "all" new version 2
|