Minor Changes
- feat(core, react): added
ignoreGeoLocationto provider and store to allow showing the cookie banner during development regardless of geo. Also improved provider props with a newconsentCategoriesoption (DX-friendly alias forstore.initialGDPRTypes). (c7b4ad5) - feat(core): added
configprop on the store for better debugging and inspection. (6eb9a8d)
Patch Changes
- fix(react): add
aria-labelto 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.