Skip to content

Releases: ghostdevv/svelte-turnstile

v0.8.0

14 Aug 17:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.8.0

v0.7.1

10 Jul 16:41
Compare
Choose a tag to compare

What's Changed

  • fix: reorder deprecated prop default value assignment by @matindow in #26

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

03 Jul 04:08
fb5d27a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.7.0

v0.6.1

02 Jul 23:18
1e1829e
Compare
Choose a tag to compare

What's Changed

  • chore: add doc comments to events & remove old data attribute comments by @ghostdevv in #24

Full Changelog: v0.6.0...v0.6.1

v0.6.0

02 Jul 22:51
Compare
Choose a tag to compare

What's Changed

  • Deprecate forms prop in favour of responseField

  • Deprecate formsField prop in favour of responseFieldName

  • Deprecate the on:turnstile-callback event in favour of on:callback

  • Deprecate the on:turnstile-error event in favour of on:error

  • Deprecate the on:turnstile-timeout event in favour of on:timeout

  • Deprecate the on:turnstile-expired event in favour of on:expired

  • Add refreshExpired prop

  • Add on:before-interactive event

  • Add on:after-interactive event

  • Add on:unsupported event

  • Add error code to on:error event

  • Export widgetId

  • Export turnstile (same as window.turnstile)

by @braebo and @ghostdevv in #20

New Contributors

Full Changelog: v0.5.1...v0.6.0

v0.5.1

02 Jul 21:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

0.5.0

24 Jun 23:21
Compare
Choose a tag to compare

What's Changed

  • Add Svelte v4 to peer dependencies by @arzke in #17

New Contributors

  • @arzke made their first contribution in #17

Full Changelog: v0.4.2...v0.5.0

0.4.2

07 Jun 12:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.4.2

0.4.1

14 Apr 16:47
Compare
Choose a tag to compare

Changes

  • Fix types

0.4.0

14 Apr 16:13
Compare
Choose a tag to compare

Changes

  • feat: add reset function to component by @NathanAdhitya in #10
  • Language Option by @ghostdevv in #12
  • Add execution & appearance option by @ghostdevv in #13
  • Update deps
  • Switch to turnstile-types instead of own types

New Contributors