Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarwanAlsoltany committed Feb 8, 2023
1 parent 0b810ef commit 56aa58f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to **GDPR-Tools** will be documented in this file.

<br />

## [[1.4.1] - 2023-02-08](https://github.com/MarwanAlsoltany/gdpr-tools/compare/v1.4.0...v1.4.1)
- Update `AbstractCmpHelper` class:
- Make all dispatched events receive the helper object in detail.
- Make all dispatched events cancelable, do not bubble and not composed.
- Update `cmp-helper.config.js`:
- Switch listened on event target from document to window.
- Update event listener options to make sure it is the first.
- Add a check for cmpHelper object existence in window.
- Add a check to make sure the listened on event is trusted.

<br />

## [[1.4.0] - 2022-11-21](https://github.com/MarwanAlsoltany/gdpr-tools/compare/v1.3.0...v1.4.0)
- Update `AbstractCmpHelper` class:
- Add new attribute `data-consent-decorates` to allow for teleporting element decoration elsewhere on the DOM.
Expand Down

0 comments on commit 56aa58f

Please sign in to comment.