Skip to content

Commit

Permalink
Updated compare links in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
tg666 committed Dec 14, 2023
1 parent fbb26b0 commit 92ccbfb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ All notable changes to this project will be documented in this file.
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
## [Unreleased]
### Added
- Added integration of the new AMP API field `mode`.
- Added possibility to render embed banners.
- Added new rendering mode `embed` (`EmbedRenderingMode`) for the Latte bridge.

### Changed
- Updated docs

## 1.1.0 - 2023-12-01
## [1.1.0] - 2023-12-01
### Added
- Added ability to provide custom options for each banner through Renderer or Latte macro.
- Added support for native lazy loading. Feature can be enabled through banner options `'loading' => 'lazy'` and `'loading-offset' => <offset>` (for multiple positions only).
Expand All @@ -26,3 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Initial release.

[Unreleased]: https://github.com/68publishers/amp-client-js/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/68publishers/amp-client-php/compare/v1.0.0...v1.1.0

0 comments on commit 92ccbfb

Please sign in to comment.