Skip to content

Commit

Permalink
Merge pull request #52 from adjust/v102
Browse files Browse the repository at this point in the history
Version 1.0.2
  • Loading branch information
YaraMatkova authored Dec 13, 2023
2 parents 91ba52d + ad63100 commit 3d9d568
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### Version 1.0.2 (13th December 2023)

#### Fixed
- Fixed issue with wrong banner position among other sibling elements when attached to a custom `bannerParent`.
- Fixed banner styles to avoid unintentional override by client styles.

---

### Version 1.0.1 (5th December 2023)

#### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To <a id="loading-snippet">load Smart Banner SDK through CDN</a> paste the follo
</script>
```

When loading the sdk through CDN we suggest using minified version. You can target specific version like `https://cdn.adjust.com/adjust-smart-banner-1.0.1.min.js`, or you can target latest version `https://cdn.adjust.com/adjust-smart-banner-latest.min.js` if you want automatic updates without need to change the target file. The sdk files are cached so they are served as fast as possible, and the cache is refreshed every half an hour. If you want updates immediately make sure to target specific version.
When loading the sdk through CDN we suggest using minified version. You can target specific version like `https://cdn.adjust.com/adjust-smart-banner-1.0.2.min.js`, or you can target latest version `https://cdn.adjust.com/adjust-smart-banner-latest.min.js` if you want automatic updates without need to change the target file. The sdk files are cached so they are served as fast as possible, and the cache is refreshed every half an hour. If you want updates immediately make sure to target specific version.


## <a id="initialization">Initialization</a>
Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@adjustcom/smart-banner-sdk": "^1.0.1",
"@adjustcom/smart-banner-sdk": "^1.0.2",
"lorem-ipsum": "^2.0.8"
},
"author": "Adjust GmbH",
Expand Down
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": "@adjustcom/smart-banner-sdk-project",
"version": "1.0.1",
"version": "1.0.2",
"description": "Adjust Smart Banner SDK",
"scripts": {
"build": "npm run build --workspace=layout && npm run build --workspace=sdk && npm run build:snippet && npm run copy",
Expand Down
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adjustcom/smart-banner-sdk",
"version": "1.0.1",
"version": "1.0.2",
"description": "Adjust Smart Banner SDK",
"scripts": {
"build:sdk": "webpack --config ./webpack.config.js",
Expand Down

0 comments on commit 3d9d568

Please sign in to comment.