@akross/artemis-ads-sdk 3.7.10 → 3.7.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,14 @@ Todas as mudanças notáveis do projeto são documentadas neste arquivo.
|
|
|
5
5
|
O formato é baseado em [Keep a Changelog](https://keepachangelog.com/pt-BR/1.0.0/),
|
|
6
6
|
e este projeto adere ao [Versionamento Semântico](https://semver.org/lang/pt-BR/).
|
|
7
7
|
|
|
8
|
+
## [3.7.11] - 2026-04-27
|
|
9
|
+
|
|
10
|
+
### Alterado
|
|
11
|
+
|
|
12
|
+
- **IMA SDK — `VpaidMode` padrão alterado de `ENABLED` para `INSECURE`** (`src/modules/rv/vast/AAVastPlayer.ts`): criativos VPAID agora rodam no mesmo contexto da página em vez de em iframe cross-domain. Removendo o sandbox tipo SafeFrame, os criativos passam a ter acesso ao `window` da página host. Aplica-se apenas a anúncios VPAID — VAST linear simples (MP4 direto) não é afetado. O hook `imaConfig` em `AAVastPlayerConfig` continua disponível para sobrescrever esse default por integração, embora atualmente nenhum call site passe configuração customizada.
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
8
16
|
## [3.7.10] - 2026-04-10
|
|
9
17
|
|
|
10
18
|
### Corrigido
|