Skip to content

Latest commit

 

History

History
67 lines (36 loc) · 2.02 KB

File metadata and controls

67 lines (36 loc) · 2.02 KB

Changelog

5.2.0(May 11, 2021)

  • #152 Add configurable expirey date for the preferences cookie
  • Chore: Dependency upgrades

5.1.0(Nov 17, 2020)

  • #123 Fixed an issue where the react state wasn't being updated after the user updates the preferences via the .savePreferences API. This change also slightly changes how the Cancel confirmation modal is displayed.

5.0.2(Nov 9, 2020)

  • #111 Added missing TypeScript declarations in packaged output

Added

  • #110 Added cdnHost property to allow using non-default CDN host

5.0.1(July 13, 2020)

Added

  • #110 Added cdnHost property to allow using non-default CDN host

4.1.0(Dec 11, 2019)

Added

  • #60 Add new customCategories option

4.0.1(Oct 10, 2019)

Fixed

  • Fix commonJS bundle

4.0.0(Oct 10, 2019)

Breaking

  • #51 Deprecate data attributes and dataset

Added

  • #48 Add new closeBehavior option
  • #49 Initial Preferences override
  • #52 Expose preferences manager

3.0.0(Oct 8, 2019)

Breaking

  • #47 No longer imply consent on interaction

2.0.0

Added

  • #46 ⚡️ Modernize
  • #47 🙅🏻‍♀️No longer imply consent on interaction

1.3.1(Sep 24, 2019)

Fixed