1.7.3 (2024-11-21)
- dependencies: migrate to ESLint v9, update all other dependencies (72dcdd7)
1.7.2 (2024-05-06)
- detect UC dialog open state during initialization (40451b6)
1.7.1 (2024-02-15)
- deps: update dependencies (67757ab)
1.7.0 (2024-01-04)
- allow specifying initial language of
<UsercentricsScript />
vialanguage
prop (1be9ba0) - expose
updateLanguage()
util for setting the language for the CMP (2602f02)
1.6.1 (2023-11-06)
1.6.0 (2023-08-21)
1.5.1 (2023-07-24)
- version bump only (3eaa6ef)
1.5.0 (2023-05-12)
- add
uiVersion?: string
prop toUsercentricsScript
component (ea076a6)
- make sure
UsercentricsScript
component doesn't allowsrc
prop (7521275) - pass script tag props through
UsercentricsScript
component (09ed846)
1.4.2 (2023-04-05)
- check if Usercentrics is initialized before loading self (3f143bd)
- detect change of "has user interacted" status during runtime (78a1f69)
1.4.1 (2023-03-03)
1.4.0 (2023-03-02)
1.3.1 (2022-12-21)
- the
useHasServiceConsent
hook works better with SSR hydration (d6372bb)
1.3.0 (2022-11-28)
- add hook to check if user has interacted with the CMP (ea889eb)
1.2.0 (2022-11-25)
- the
useHasServiceConsent
hook returnsnull
if consent status is unknown (not yet loaded) (69d0917)
1.1.7 (2022-11-25)
- ci: update GitHub Actions (f3ad936)
1.1.6 (2022-11-25)
- only read from localStorage when CMP has not loaded (fbc5151)
- read consents from localStorage only once in the Provider (acf1a2c)
1.1.5 (2022-11-24)
- try to read consent from localStorage before window.UC_UI (ce012d0)
1.1.4 (2022-08-11)
- deps: update dependencies (d0c1fae)
1.1.3 (2022-08-04)
- deps: update dependencies (b830bad)
1.1.2 (2022-06-27)
- read type from
augmented.d.ts
to enable augmentation (8b41d79)
1.1.1 (2022-06-27)
- move type augmentation to separate file to make it easier (931673b)
1.1.0 (2022-06-27)
- add option for augmenting ServiceId type (64192b9)
1.0.1 (2022-06-23)
- add
*.js
file extensions to ESM imports (f476727)
- initial commit (526bd97)