Skip to content

Releases: ColinEberhardt/applause-button

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

v1.3.0

13 Jun 09:19
Compare
Choose a tag to compare

1.3.0 (2018-06-13)

Features

  • support specification of the url via a property (e446aa4)
  • support thousands separator (1213cea)

v1.2.0

23 May 14:08
Compare
Choose a tag to compare

1.2.0 (2018-05-23)

Features

  • moved to the new custom domain (f1bd77b)
  • updated SVG styling from Rui (7957219)

v1.1.1

21 May 13:07
Compare
Choose a tag to compare

1.1.1 (2018-05-21)

Bug Fixes

  • claps are no longer triggered on right mouse (7a9ae03), closes #7
  • Don’t render a zero when no claps have been given (91f7fde), closes #4

v1.1.0

16 May 21:09
Compare
Choose a tag to compare

1.1.0 (2018-05-16)

Bug Fixes

  • fail fast for robots (6c5941d)
  • minor styling update (3c6c645)
  • only initialise event handlers once (775fe88)

Features

  • adding semantic release (4563860)
  • log invocations of update-clap (1f511a7)
  • split into three separate repos (8187a2d)