b4d53be: feat(core): added Google Tag Manager support
fix(react): allow trapFocus={false} in CookieBanner
fix(nextjs): improved URL validation
Updated Dependencies
Updated dependencies [b4d53be]
@c15t/react@1.3.3
Usage Notes
Google Tag Manager (GTM) support is opt-in. Ensure your configuration provides the correct container ID and that GTM events are only dispatched after consent is given.
Experimental: GTM integration is currently experimental and not recommended for production. See the Next.js guide: Google Tag Manager.
You can now disable focus trapping in the cookie banner when embedding in modals or constrained layouts:
<CookieBanner trapFocus={false} />
Next.js URL validation is stricter. Use a valid URL for any configuration values (e.g., backend URL). Environment variables should contain absolute URLs (https preferred) or valid relative paths depending on your deployment.