DKP Cookie Consent v1.6.1
Main changes:
- You can toggle the button "Allow All" visibility on the second (middle) tab with settings:
tabDetails.showButtonAllowAll
. - Header visibility is now optional. You can change it with the
disableHeader
option in settings. The default value isfalse
, - Add links to other tabs or actions "allow all" or "reject all" to text content areas—more info in readme.
- More optimisations and refactoring:
- The
createComponent
function was rewritten to create virtual DOM elements. - All components are refactored from the ground up.
ConsentDialog
class refactored and decomposed to smaller components.
- The
Full Changelog: v1.6.0...v1.6.1