Skip to content

Latest commit

 

History

History
179 lines (79 loc) · 7.67 KB

CHANGELOG.md

File metadata and controls

179 lines (79 loc) · 7.67 KB

1.7.3 (2024-11-21)

Bug Fixes

  • dependencies: migrate to ESLint v9, update all other dependencies (72dcdd7)

1.7.2 (2024-05-06)

Bug Fixes

  • detect UC dialog open state during initialization (40451b6)

1.7.1 (2024-02-15)

Bug Fixes

  • deps: update dependencies (67757ab)

1.7.0 (2024-01-04)

Features

  • allow specifying initial language of <UsercentricsScript /> via language prop (1be9ba0)
  • expose updateLanguage() util for setting the language for the CMP (2602f02)

1.6.1 (2023-11-06)

Bug Fixes

  • do not fail if localStorage access is denied (#23) (86359c9)

1.6.0 (2023-08-21)

Features

  • add useAreAllConsentsAccepted() hook (#22) (c50588b)

1.5.1 (2023-07-24)

Bug Fixes

1.5.0 (2023-05-12)

Features

  • add uiVersion?: string prop to UsercentricsScript component (ea076a6)

Bug Fixes

  • make sure UsercentricsScript component doesn't allow src prop (7521275)
  • pass script tag props through UsercentricsScript component (09ed846)

1.4.2 (2023-04-05)

Bug Fixes

  • 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)

Bug Fixes

  • add missing import extensions, add ESLint rule for detection (#14) (c512451)

1.4.0 (2023-03-02)

Features

  • detect Usercentrics events earlier by extracting singleton service (#13) (74cffd6)

1.3.1 (2022-12-21)

Bug Fixes

  • the useHasServiceConsent hook works better with SSR hydration (d6372bb)

1.3.0 (2022-11-28)

Features

  • add hook to check if user has interacted with the CMP (ea889eb)

1.2.0 (2022-11-25)

Features

  • the useHasServiceConsent hook returns null if consent status is unknown (not yet loaded) (69d0917)

1.1.7 (2022-11-25)

Bug Fixes

  • ci: update GitHub Actions (f3ad936)

1.1.6 (2022-11-25)

Bug Fixes

  • only read from localStorage when CMP has not loaded (fbc5151)

Performance Improvements

  • read consents from localStorage only once in the Provider (acf1a2c)

1.1.5 (2022-11-24)

Performance Improvements

  • try to read consent from localStorage before window.UC_UI (ce012d0)

1.1.4 (2022-08-11)

Bug Fixes

  • deps: update dependencies (d0c1fae)

1.1.3 (2022-08-04)

Bug Fixes

  • deps: update dependencies (b830bad)

1.1.2 (2022-06-27)

Bug Fixes

  • read type from augmented.d.ts to enable augmentation (8b41d79)

1.1.1 (2022-06-27)

Bug Fixes

  • move type augmentation to separate file to make it easier (931673b)

1.1.0 (2022-06-27)

Features

  • add option for augmenting ServiceId type (64192b9)

1.0.1 (2022-06-23)

Bug Fixes

  • add *.js file extensions to ESM imports (f476727)

1.0.0 (2022-06-23)

Features