Releases: altcha-org/altcha
Releases · altcha-org/altcha
v0.1.7
Changes:
- add css vars
--altcha-max-width
, --altcha-border-width
, --altcha-border-radius
v0.1.6
Changes:
- Fix
hidelogo
+ hidefooter
(#15)
v0.1.5
Changes:
- remove automatic reset after form submit (use
.reset()
method instead)
- emit
verified
event after re-render
v0.1.4
Changes:
- fix unverified typo [#9]
- add
auto=onload|onsubmit
parameter [#8]
v0.1.3
Changes:
- accepts lower-cased algorithm in challenge
- improved styling and support for dark themes
Breaking changes:
- default background color is now set to transparent (use CSS variable to set value:
style="--altcha-color-base:#ffffff"
)