Releases: alugha/typed-ima-sdk
Releases · alugha/typed-ima-sdk
v2.2.1
Fixes:
- Remove
crossorigin="anonymous"
ascross-origin-resource-policy: cross-origin
header is already set for ima3.js
v2.2.0
Changes:
- Target ES2015 instead of ES5
Fixes:
- Add
crossorigin="anonymous"
to script tags for compatibility with COEP
Technical changes:
- Updated from TypeScript
4.4
to5.0
v2.1.0
Changes:
- @joeflateau: Add
pageUrl
property to AdsRequest (#19)
Fixes:
- @joeflateau: Loading of IMA SDK in non-http environments (#16 / #18)
Technical changes:
- Updated from TypeScript
4.1
to4.4
- Updated from ESLint
7.13
to7.32
- Updated from Prettier
2.2
to2.4
- Remove TSLint
v2.0.3
v2.0.2
v2.0.1
2.0.1 (2020-11-20)
Fixes:
- Import
google
namespace throughimport type
instead ofimport
to avoid compiler errors
2.0.0 (2020-11-20)
Breaking changes:
- Moved declaration of
google.ima
namespace from global scope to module scope to avoid type clashes, it now has to be imported explicitly:import type { google } from '@alugha/ima;
Technical changes:
- Updated from TypeScript
2.6
to4.1
- Updated from Prettier
1.10
to2.2
- Migrated from TSLint to ESLint
v1.2.0
Changes:
- @bechtold: Added new AdEvent types (#4)
- @klipstein: Add missing AdsRequest.setContinuousPlayback method (#7)
v1.1.0
Changes:
- Update method
addEventListener
for both AdsLoader and AdsManager to include an optional third parameter calleduseCapture
of typeboolean
- Add method
removeEventListener(type, listener, useCapture?)
to AdsLoader and AdsManager
v1.0.0
Release v1.0.0