Releases: add2cal/add-to-calendar-button
Releases · add2cal/add-to-calendar-button
v1.7.0
- Rework of general code structure by @chadoh
- New way to use the logic with custom elements/buttons
- tons of optimization
- update to documentation and demo page
v1.6.4
Fixing bugs, which broke events that missed description or location
v1.6.3
bug fixes, import optimization (thanks to @chadoh )
v1.6.2
Removing real in-code line breaks before parsing the innerHTML JSON to prevent parsing errors. You can still add line breaks to the description in the documented way (using
or \n explicitely)
v1.6.0
- Microsoft Teams as calendar option
- Bug fixes
- Better iCal support (dropping base64 encoding for better special character support)
v1.5.0
- Change to date format (but with backwards compatibility).
- Better accessibility (using keyboard only).
- Enabling clickable URLs in the description.
- Minor bug fixes.
v1.4.3
- Option for dynamic timezone
- Update to Readme (React Example, new timezone option)
v1.4.2
Better DevOps support via including Grunt for a consistent easy way to minify css and js files as well as generate the npm_dist file.