8000 Releases · altcha-org/altcha · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: altcha-org/altcha

v0.7.0

04 Aug 19:28
@ovx ovx
Compare
Choose a tag to compare

Changes:

  • Added support for ALTCHA Forms Analytics allowing reporting with custom HTML forms (see analytics attribute)

v0.6.7

29 Jul 23:15
@ovx ovx
Compare
Choose a tag to compare

Changes:

  • Added typings for Svelte

v0.6.6

28 Jul 10:51
@ovx ovx
Compare
Choose a tag to compare

Changes:

  • Improved JSX typings for React (extends HTMLElement + ref)

v0.6.5

23 Jul 12:17
@ovx ovx
Compare
Choose a tag to compare

Changes:

  • JSX - added style property

v0.6.4

19 Jul 12:04
@ovx ovx
Compare
Choose a tag to compare

Changes:

  • Added JSX typings for <altcha-widget>.
  • Added spamfilter="ipAddress" option for easier configuration (ignores fields and validates only IP).
  • The workers attributes is now adjusted to the maximum value instead of throwing an error.

v0.6.3

09 Jul 22:56
@ovx ovx
Compare
Choose a tag to compare

Changes:

  • Spam Filter - fix CRLF with textareas [#48]

v0.6.2

06 Jul 15:45
@ovx ovx
Compare
Choose a tag to compare

Changes:

  • Add missing options for the spam filter [#45]

v0.6.1

04 Jul 11:37
@ovx ovx
Compare
Choose a tag to compare

Changes:

  • Added the ability to disable the "Verifying... please wait." alert by configuring empty waitAlert string.

v0.6.0

24 Jun 17:46
@ovx ovx
Compare
Choose a tag to compare

New features:

  • Floating UI allowing for even smoother UX.
  • Added delay configuration attribute for artificial delays before verification.

0.5.1

17 Jun 11:59
@ovx ovx
Compare
Choose a tag to compare

Changes:

  • Reverted The email field is now automatically included in the fields for the Spam Filter for easier data verification due to unexpected behavior with the email field (the email is sent anonymized by default, thus it should not appear in the fields payload by default). To include the email field into fields, configure the list of input names using the spamfilter.fields: string[] option. [#37]
  • Removed unused iife files from dist directories to reduce package size
  • README update
0