Releases: hkbertoson/astro-turnstile
Releases · hkbertoson/astro-turnstile
[email protected]
[email protected]
Patch Changes
- 8de5ce3: Button Update
[email protected]
Major Changes
- e5a7b61: Upgrade to Astro V5
[email protected]
Minor Changes
-
9921553: Changeset for Type Updates
-
508f6ad: Refactored component imports for TurnstileWidget and TurnstileForm:
BREAKING: Direct package imports from 'astro-turnstile/components/TurnstileWidget' and 'astro-turnstile/components/TurnstileForm'.// Previously import { TurnstileForm } from "astro-turnstile/components"; import { TurnstileWidget } from "astro-turnstile/components"; // Virtual modules Before import { TurnstileForm } from "astro-turnstile:components"; import { TurnstileWidget } from "astro-turnstile:components"; // Now import TurnstileForm from "astro-turnstile/components/TurnstileForm"; import TurnstileWidget from "astro-turnstile/components/TurnstileWidget"; // Virtual modules now import TurnstileForm from "astro-turnstile:components/TurnstileForm"; import TurnstileWidget from "astro-turnstile:components/TurnstileWidget";
-
16ae506: Updated Imports
[email protected]
Patch Changes
-
05537b2: [Fix/Docs]:
- Update Type
AstroTurnstileOptions
to reflect the correct default values by switching fromz.infer
to atypeof Schema._input
which properly shows the type as it would be used by the enduser
// Previously type AstroTurnstileOptions = { endpointPath: string; disableClientScript: boolean; disableDevToolbar: boolean; verbose: boolean; }; // Now type AstroTurnstileOptions = | { endpointPath?: string | undefined; disableClientScript?: boolean | undefined; disableDevToolbar?: boolean | undefined; verbose?: boolean | undefined; } | undefined;
- Update readme to include instructions and more information about what is available to users from the integration
- Update Type
[email protected]
Patch Changes
- 2c91682: Updated readme
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.