Skip to content

Releases: Le0Developer/react-turnstile

v1.1.0

09 Mar 14:00
bba3dc6
Compare
Choose a tag to compare

Added

  • refreshExpired option
  • language option
  • appearance option
  • execution option

Changed

  • Temporary load callback function is now removed after load

Fixed

  • onTimeout callback not properly registering
  • ref not passing properly - pass userRef instead
  • globalThis errors on older browsers

Removed

  • autoResetOnExpire - use refreshExpired instead

Full Changelog: v1.0.6...v1.1.0

v1.0.6

25 Nov 11:25
01cc403
Compare
Choose a tag to compare

Added

  • Support for the new onTimeout callback
  • autoResetOnExpire for automatically resetting the Turnstile widget once the token expires
  • retry & retryInterval
  • custom ref argument for using your own ref (#7)

Full Changelog: v1.0.5...v1.0.6

v1.0.4

11 Oct 14:17
24076b4
Compare
Choose a tag to compare

Changed

  • onLoad callback now includes the turnstile widget id (#5)

Full Changelog: v1.0.3...v1.0.4

v1.0.3

05 Oct 17:08
d9da3df
Compare
Choose a tag to compare

Fixed

  • Race condition by using useRef instead of createRef (#4)

Full Changelog: v1.0.2...v1.0.3

v1.0.2

05 Oct 15:14
0a7a283
Compare
Choose a tag to compare

Added

  • Experimental (undocumented) fields responseField and responseFieldName for controlling the <input /> element generated by Turnstile.
  • style prop which is directly passed to the internal <div />

Changes

  • Using explicit rendering for Turnstile now which prevents implicit renders (also undocumented)
  • Using turnstile.remove() to remove widgets after being unloaded

Fixed

  • A race condition when loading Turnstile on page load in dev mode has been fixed
  • Callback props will now update as expected
  • Entrypoint pointing to the wrong file (#3)

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

01 Oct 13:03
b9a01b6
Compare
Choose a tag to compare

What's Changed

  • Fix tslib being required to run react-turnstile by @zImPatrick in #2
  • FIx double render in vite dev mode (#1)

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

01 Oct 12:51
2848140
Compare
Choose a tag to compare

Initial release of react-turnstile.

Full Changelog: https://github.com/Le0Developer/react-turnstile/commits/v1.0.0