Skip to content

Commit

Permalink
chore: release v1.4.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 30, 2023
1 parent 796dd15 commit d334775
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 37 deletions.
39 changes: 9 additions & 30 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,42 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.0-beta.1] - 2023-11-30
### Added

- Added property `version` in the client.
- Added integration with server-side rendered banners.

### Changed

- Property `banner.data` is now deprecated. To access information about a position use property `banner.positionData`. For example, replace `banner.data.displayType` with `banner.positionData.displayType`.
- Updated docs

## [1.3.1] - 2023-10-25

### Fixed

- Fixed issue with unicode characters when creating banner fingerprint.

## [1.2.1] - 2023-10-25

### Fixed

- Fixed issue with unicode characters when creating banner fingerprint.

## [1.3.0] - 2023-10-24

### Added

- Added new optional configuration option `origin` that is used as a value for the header `X-Amp-Origin`.

### Changed

- Changed the default templates - images are now rendered inside `<picture>` with `<source>` tags inside if the API returns data for them.

## [1.2.0] - 2023-08-14
## [1.2.1] - 2023-10-25
### Fixed
- Fixed issue with unicode characters when creating banner fingerprint.

## [1.2.0] - 2023-08-14
### Added

- Added support for watching interactions with banners (intersection in the viewport and clicks) and metrics.
- Added new configuration options for interaction:
- `interaction.defaultIntersectionRatio`
Expand All @@ -68,50 +58,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `gtm`

### Changed

- Updated integration guide.

## [1.1.0] - 2023-01-04

### Added

- Added the client option `method` with accepted values `GET` and `POST`, the default value is `GET`.
- The client is now is able to communicate with API via both methods.
- Added the CHANGELOG.
- Added the section `Versions compatibility matrix` in the `Integration Guide`.

### Changed

- Updated the table of the client options in the `Integration Guide`.

## [1.0.10] - 2021-10-31

### Changed

- Replaced usage of function `Array.includes()` with `Array.indexOf()`.

## [1.0.9] - 2021-05-21

### Changed

- Updated the default templates for banners (opening links in the new window allowed).

## [1.0.8] - 2021-03-26

## 1.0.8 - 2021-03-26
### Added

- Added `Integration Guide` into the README.

### Fixed

- Added missing getter `Banner.resources`.

[unreleased]: https://gitlab.com/68publishers/projects/amp/amp-client-js/compare/v1.3.1...master
[Unreleased]: https://gitlab.com/68publishers/projects/amp/amp-client-js/compare/v1.4.0-beta.1...HEAD
[1.4.0-beta.1]: https://gitlab.com/68publishers/projects/amp/amp-client-js/compare/v1.3.1...v1.4.0-beta.1
[1.3.1]: https://gitlab.com/68publishers/projects/amp/amp-client-js/compare/v1.3.0...v1.3.1
[1.3.0]: https://gitlab.com/68publishers/projects/amp/amp-client-js/compare/v1.2.0...v1.3.0
[1.3.0]: https://gitlab.com/68publishers/projects/amp/amp-client-js/compare/v1.2.1...v1.3.0
[1.2.1]: https://gitlab.com/68publishers/projects/amp/amp-client-js/compare/v1.2.0...v1.2.1
[1.2.0]: https://gitlab.com/68publishers/projects/amp/amp-client-js/compare/v1.1.0...v1.2.0
[1.1.0]: https://gitlab.com/68publishers/projects/amp/amp-client-js/compare/v1.0.10...v1.1.0
[1.0.10]: https://gitlab.com/68publishers/projects/amp/amp-client-js/compare/v1.0.9...v1.0.10
[1.0.9]: https://gitlab.com/68publishers/projects/amp/amp-client-js/compare/v1.0.8...v1.0.9
[1.0.8]: https://gitlab.com/68publishers/projects/amp/amp-client-js/-/tags/v1.0.8
2 changes: 1 addition & 1 deletion dist/amp-client.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/amp-client.standalone.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@68publishers/amp-client",
"version": "1.4.0-beta.0",
"version": "1.4.0-beta.1",
"description": "JS Client for 68publishers/amp",
"homepage": "http://www.68publishers.io/",
"main": "index.js",
Expand Down

0 comments on commit d334775

Please sign in to comment.