feat(core, react): added ignoreGeoLocation to provider and store to allow showing the cookie banner during development regardless of geo. Also improved provider props with a new consentCategories option (DX-friendly alias for store.initialGDPRTypes). (c7b4ad5)
feat(core): added config prop on the store for better debugging and inspection. (6eb9a8d)
Patch Changes
fix(react): add aria-label to the cookie banner component to improve accessibility. (ed5092e)
fix(cli): remove unnecessary env import during onboarding for Next.js config generation. (6eb9a8d)
fix(cli): resolved duplicate package manager prompt during setup. (37ef4c5)
chore(core/react): small cleanup and provider/store prop alignment. (e30ffaf)
chore: additional housekeeping and consistency updates. (169de72)
Updated Dependencies
Updated dependencies [6eb9a8d]
@c15t/react@1.4.0
Usage Notes
To force the cookie banner to appear during local development outside of regulated regions, enable ignoreGeoLocation.
Prefer consentCategories over store.initialGDPRTypes for a clearer provider-level configuration.