Minor Changes
- 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 newconsentCategories
option (DX-friendly alias forstore.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
overstore.initialGDPRTypes
for a clearer provider-level configuration.
- Use the store
config
prop to inspect or log runtime settings for debugging.
✨ What's Changed
- feat(core, react): added ignoreGeoLocation / provider props improvements — c7b4ad5
- fix(cli): remove env import — 6eb9a8d
- fix(react): add aria label to cookie banner — ed5092e
- fix(cli): asks for pkg manager twice — 37ef4c5
- chore(core/react): provider/store cleanup — e30ffaf
- misc: housekeeping — 169de72
Published via commit e0026b4 by @github-actions
Full Changelog: c15t@1.3.3...c15t@1.4.0