Skip to content

Release v1.15.0 #201

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 18 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,29 @@ CHANGELOG
.. This is included by docs/changelog.rst


Version v1.15.0
---------------

This release has a number of minor bugfixes and improves the ability
to control the client's logging.

:date: June 14, 2024

* @davidfischer: Vertically center the close button (#200)
* @davidfischer: Fix typo in styles.scss (#199)
* @davidfischer: Remove unicode char from client (#198)
* @davidfischer: Increase stickybox z-index (#196)
* @davidfischer: Update client logging (#195)


Version v1.14.0
---------------

The changes in this release were minor but allow adjusting
the position of the stickybox placement with the `data-ea-placement-bottom`
attribute.

:date: May 16, 2023
:date: May 16, 2024

* @davidfischer: Fix the unit tests (#191)
* @humitos: Use `data-ea-placement-bottom` to set CSS `bottom` property (#190)
Expand All @@ -27,7 +42,7 @@ Version v1.13.0
This change lowers the ad rotation threshold
and adds the notes on rotation to the documentation.

:date: February 13, 2023
:date: February 13, 2024

* @davidfischer: Lower ad rotation threshold to 30 seconds (#186)

Expand All @@ -38,7 +53,7 @@ Version v1.12.0
We made a few tweaks around double-loading the module.
We settled on just raising a warning.

:date: February 6, 2023
:date: February 6, 2024

* @davidfischer: Ad client reloading check tweaks (#184)

Expand Down
2 changes: 1 addition & 1 deletion dist/ethicalads.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ethicalads.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import verge from "verge";

import "./styles.scss";

const AD_CLIENT_VERSION = "1.14.0"; // Sent with the ad request
const AD_CLIENT_VERSION = "1.15.0"; // Sent with the ad request

// For local testing, set this
// const AD_DECISION_URL = "http://ethicaladserver:5000/api/v1/decision/";
Expand Down
4 changes: 2 additions & 2 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": "ethical-ad-client",
"version": "1.14.0",
"version": "1.15.0",
"description": "EthicalAds client",
"main": "dist/client.js",
"scripts": {
Expand Down