Applause Button Versions Save

A zero-configuration medium-style button for adding applause / claps / kudos to web pages and blog posts

v3.4.0

3 years ago

3.4.0 (2021-01-11)

Features

  • disable further claps if the server hasn't incremented cla count (eed48b8)
  • gray the button when clap count exceeded (7d346ef)

v3.3.2

4 years ago

3.3.2 (2020-04-28)

Bug Fixes

  • Remove Open Collective Post Install (#54) (36c702f)

v3.3.1

4 years ago

3.3.1 (2020-03-05)

Bug Fixes

  • clap count was flashing on the right of the screen (f4cf7b5)

v3.3.0

5 years ago

3.3.0 (2019-02-27)

Features

  • allow configuration of the API endpoint (72f7b60)

v3.2.0

5 years ago

3.2.0 (2019-02-27)

Features

  • added an initialClapCount property (b8350d2)
  • fire a DOM event when a clap occurs, with the new clap count (cde3ba9)

v3.1.0

5 years ago

3.1.0 (2019-02-26)

Features

v3.0.1

5 years ago

3.0.1 (2019-01-02)

Bug Fixes

  • text properly centre aligned for large clap counts (2100c5e), closes #17

v3.0.0

5 years ago

3.0.0 (2018-11-07)

Features

The applause button has been suffering a little with people mounting DOS-style attacks, using tools like curl to fire lots and lots of requests in order to artificially inflate the clap count for a page or post.

v3.0.0 includes a few updates that help prevent this style of attack (although I'm not going to share the details!).

If you're using v2.0.0 or earlier, your applause buttons will still work, but for various reasons, will only ever record a single clap, even if a user multi-claps (e.g. +10).

When you get a chance, I'd recommend updating to v3.0.0. Please follow the installation instructions on the project website.

v2.0.0

5 years ago

2.0.0 (2018-09-24)

Features

BREAKING CHANGES

  • extra anti-hack protection

v1.3.1

5 years ago

1.3.1 (2018-09-11)

Bug Fixes

  • fixed issue with parsing when claps > 1000 (ca620c4), closes #11