You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sites/docs/src/routes/docs/(package)/cloudflare-turnstile/_page/content.md.svelte
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,12 @@
5
5
const { packageManager } =getSettingsContext();
6
6
</script>
7
7
8
+
<!--
9
+
TODO add migration docs
10
+
- drop support for v4 and below
11
+
- event name is now different (no colon, all lowercase), see https://github.com/sveltejs/svelte/issues/1004410044
12
+
-->
13
+
8
14
## Introduction
9
15
10
16
This implementation of [Cloudflare Turnstile] utilizes [Svelte action]. If you are looking for a component-oriented solution, check out [ghostdevv/svelte-turnstile](https://github.com/ghostdevv/svelte-turnstile) instead.
0 commit comments