Releases: alugha/typed-ima-sdk
Releases · alugha/typed-ima-sdk
v2.2.1
Fixes:
- Remove
crossorigin="anonymous"ascross-origin-resource-policy: cross-originheader 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.4to5.0
v2.1.0
Changes:
- @joeflateau: Add
pageUrlproperty to AdsRequest (#19)
Fixes:
- @joeflateau: Loading of IMA SDK in non-http environments (#16 / #18)
Technical changes:
- Updated from TypeScript
4.1to4.4 - Updated from ESLint
7.13to7.32 - Updated from Prettier
2.2to2.4 - Remove TSLint
v2.0.3
v2.0.2
v2.0.1
2.0.1 (2020-11-20)
Fixes:
- Import
googlenamespace throughimport typeinstead ofimportto avoid compiler errors
2.0.0 (2020-11-20)
Breaking changes:
- Moved declaration of
google.imanamespace 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.6to4.1 - Updated from Prettier
1.10to2.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
addEventListenerfor both AdsLoader and AdsManager to include an optional third parameter calleduseCaptureof typeboolean - Add method
removeEventListener(type, listener, useCapture?)to AdsLoader and AdsManager
v1.0.0
Release v1.0.0