Skip to content

Releases: hCaptcha/react-hcaptcha

1.10.1

14 Feb 23:59
590bef8
Compare
Choose a tag to compare

What's Changed

  • chore(package): Bump loader version (allow secureApi to work with cleanup enabled)

Full Changelog: 1.10.0...1.10.1

1.10.0

14 Feb 13:44
d56cbaa
Compare
Choose a tag to compare

What's Changed

  • feat: add secureApi and scriptSource
  • fix: add custom prop to types

Full Changelog: 1.9.4...1.10.0

1.9.4

12 Feb 12:38
aecfb56
Compare
Choose a tag to compare

What's Changed:

  • Update the types for theme

1.9.3

11 Jan 12:24
6d238b1
Compare
Choose a tag to compare

What's Changed:

  • Add types for hCaptcha.isReady (thank you for contribution, @zemlanin!)
  • Dependabot: bump follow-redirects from 1.15.2 to 1.15.4

1.9.2

22 Nov 14:46
84cad37
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.9.1...1.9.2

1.9.1

15 Nov 13:48
486b6ba
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.9.0...1.9.1

1.9.0

09 Nov 21:04
78126ef
Compare
Choose a tag to compare

What's Changed

  • feat(loader): Use @hcaptcha/loader package for loading script

Full Changelog: 1.8.1...1.9.0

1.8.1

12 Apr 17:17
2f8d4d9
Compare
Choose a tag to compare

What's Changed:

  • Fix the NextJS issue with document not being defined

1.8.0

10 Apr 17:48
d91f756
Compare
Choose a tag to compare

What's Changed

  • fix(onload): Add onload to window correlated with element by @brdlyptrs in #185

Full Changelog: 1.7.0...1.8.0

1.7.0

06 Apr 17:57
44e6529
Compare
Choose a tag to compare

What's Changed:

  • Add the scriptLocation prop which specifies where to append the script.
    More info in the README.