Skip to content

Releases: guardian/consent-management-platform

Version 0.3.0

12 Sep 14:29
8d5c811
Compare
Choose a tag to compare
  • Introduce cmpUi utilities, these are useful for users who want to load the CMP UI on their site via an iframe. Related PR: #30
  • Update domains so all environments point to PROD, unless we're on CODE in which case CODE domains will be used. Related PR: #31

Version 0.2.0

10 Sep 10:38
9b712b9
Compare
Choose a tag to compare
  • Exposed a new type itemState which is equivalent to boolean | null.
  • onConsentNotification has been removed. Use onGuConsentNotification and onIabConsentNotification instead.
  • The following types have been introduced:
    • GuResponsivePurposeEventId
    • GuPurposeEventId
    • GuPurposeRegister
    • GuPurposeCallback
    • IabPurposeRegister
    • IabPurposeCallback
  • The following types have been removed:
    • PurposeEvent: Split into GuPurposeEventId and GuResponsivePurposeEventId
    • PurposeCallback: Split into GuPurposeCallback and IabPurposeCallback
    • Purpose: Replaced by GuPurposeRegisterItem
  • The following type has been modified:
    • GuPurpose: hideRadio renamed to alwaysEnabled

Alpha 2 release of the library for testing.

29 Aug 15:30
042ea1e
Compare
Choose a tag to compare
Merge pull request #14 from guardian/rc/version-bump-alpha2

Bump version to 0.1.0-alpha2

Alpha release of library for testing

28 Aug 13:27
e127226
Compare
Choose a tag to compare
v0.1.0-alpha.1

Update package.json