Skip to content

Releases: altcha-org/altcha

v1.0.7

14 Nov 03:20
@ovx ovx
Compare
Choose a tag to compare

Changes:

  • fix: codeql url sanitization [#76]
  • feat: better error message for non-secure context

v1.0.6

19 Oct 01:15
@ovx ovx
Compare
Choose a tag to compare

Changes:

  • Fix verified event with hidden input regression [#70]

v1.0.5

11 Oct 03:12
@ovx ovx
Compare
Choose a tag to compare

Changes:

  • Updated Svelte dependency to fix the removeEventListener function which does not properly remove listeners (temporary dep in place until the PR is merged into Svelte).

v1.0.0

02 Sep 11:35
@ovx ovx
Compare
Choose a tag to compare

First stable release, freezing the API for version 1.x.

This release includes only updated development dependencies.

v0.9.0

18 Aug 21:28
@ovx ovx
Compare
Choose a tag to compare

Changes:

  • Plugins system: A new plugins system has been introduced to keep the widget lightweight while allowing for extensibility. For more details, see the documentation.
  • [BREAKING CHANGE] Analytics and Obfuscation: The data obfuscation functionality and form analytics have been moved to optional plugins and must now be explicitly enabled.
  • File upload support for ALTCHA Forms: A new plugin has been added to automatically handle file uploads with custom HTML forms, including encryption.
  • Floating UI with optional verification: You can now disable automatic verification when using the Floating UI by setting auto=off.

v0.8.0

09 Aug 22:08
@ovx ovx
Compare
Choose a tag to compare

New Feature:

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