Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
tg666 committed Dec 14, 2023
1 parent ab23140 commit 4bac373
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- Added `embed` mode for banners rendering. Embed banners are rendered in iframes and can be enabled via data attribute `data-amp-mode="embed"`.
- Added a new JS client for use in iframes. It is not intended for direct use on a website.
- Added the property `AMPClientFactory.version` that returns the package version in semver format.

### Changed
- The package has been refactored from CommonJS to ESM.
- Updated dependencies.
- The property `version` on the client now returns an object of type `ClientVersion` instead of a simple semver string.
- Updated docs.

## [1.4.0] - 2023-12-14
### Added
Expand Down

0 comments on commit 4bac373

Please sign in to comment.