Skip to content
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
All notable changes to this project will be documented in this file.

## [2.6.2] 13th April 2026
- Added color scheme for handling background in Adv Builder Web Popup

## [2.6.1] 2nd April 2026
- Added support for legacy browsers
- Dismiss active Web Popups on SPA route change
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clevertap-web-sdk",
"version": "2.6.1",
"version": "2.6.2",
"description": "",
"main": "dist/clevertap.js",
"files": [
Expand Down
1 change: 1 addition & 0 deletions src/util/campaignRender/webPopup.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const FULLSCREEN_STYLE = `
const IFRAME_STYLE = `
${FULLSCREEN_STYLE}
border: 0 !important;
color-scheme: none;
Comment thread
KambleSonam marked this conversation as resolved.
`

export const renderAdvancedBuilder = (targetingMsgJson, _session, _logger, isPreview = false) => {
Expand Down
Loading