Skip to content

Releases: add2cal/add-to-calendar-button

v1.7.0

16 Mar 21:52
81cd4d5
Compare
Choose a tag to compare
  • 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

13 Mar 16:17
Compare
Choose a tag to compare

Fixing bugs, which broke events that missed description or location

v1.6.3

08 Mar 19:16
Compare
Choose a tag to compare

bug fixes, import optimization (thanks to @chadoh )

v1.6.2

04 Mar 09:23
Compare
Choose a tag to compare

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.1

24 Feb 20:48
Compare
Choose a tag to compare
fix tmp test data

v1.6.0

24 Feb 20:45
Compare
Choose a tag to compare
  • Microsoft Teams as calendar option
  • Bug fixes
  • Better iCal support (dropping base64 encoding for better special character support)

v1.5.1

18 Feb 08:32
Compare
Choose a tag to compare

Demo url fix

v1.5.0

17 Feb 20:44
3835f39
Compare
Choose a tag to compare
  • 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

03 Feb 14:09
bcec850
Compare
Choose a tag to compare
  • Option for dynamic timezone
  • Update to Readme (React Example, new timezone option)

v1.4.2

28 Jan 10:42
9189a03
Compare
Choose a tag to compare

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.