Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
tg666 committed Jun 21, 2024
1 parent a887f58 commit a0c5f73
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Upgrade instructions

- Update the GTM template.
- Consider rewriting event listeners to events of the `CookieConsentWrapper` object via variable `window.cookieConsentWrapperEvents`. For more information follow [the documentation](https://github.com/68publishers/cookie-consent/blob/v1.0.0/README.md#accessing-the-wrapper-in-the-javascript).

### Added

- Added safe `CookieConsentWrapper` events attaching via window variable `window.cookieConsentWrapperEvents`.
- DX: Added Eslint.
- DX: Added GitHub Actions.

### Changed

- Default translations are loaded dynamically based on the settings in the GTM "Locales" field.
- Added ability to load custom default translations in `.json` and `.js` format.
- Reduced compiled cookie-consent script size.
- Updated GTM template.
- Updated README.
- DX: Rewritten from CommonJS to ESM.

## [0.5.3] - 2024-05-10

### Added
Expand Down

0 comments on commit a0c5f73

Please sign in to comment.