Skip to content

Releases: ColinEberhardt/applause-button

v3.4.0

11 Jan 11:40
Compare
Choose a tag to compare

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

28 Apr 08:03
36c702f
Compare
Choose a tag to compare

3.3.2 (2020-04-28)

Bug Fixes

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

v3.3.1

05 Mar 14:44
5180d5f
Compare
Choose a tag to compare

3.3.1 (2020-03-05)

Bug Fixes

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

v3.3.0

27 Feb 22:25
Compare
Choose a tag to compare

3.3.0 (2019-02-27)

Features

  • allow configuration of the API endpoint (72f7b60)

v3.2.0

27 Feb 15:28
Compare
Choose a tag to compare

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

26 Feb 08:49
Compare
Choose a tag to compare

3.1.0 (2019-02-26)

Features

v3.0.1

02 Jan 17:07
Compare
Choose a tag to compare

3.0.1 (2019-01-02)

Bug Fixes

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

v3.0.0

07 Nov 06:39
Compare
Choose a tag to compare

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

24 Sep 10:36
Compare
Choose a tag to compare

2.0.0 (2018-09-24)

Features

BREAKING CHANGES

  • extra anti-hack protection

v1.3.1

11 Sep 15:19
Compare
Choose a tag to compare

1.3.1 (2018-09-11)

Bug Fixes

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