@tivio/sdk-js 2.1.0-alpha → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -1
- package/dist/index.js +1 -1
- package/dist/services/playerWrapper.d.ts +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
@@ -12,10 +12,11 @@ yarn add @tivio/sdk-js
|
|
12
12
|
|
13
13
|
# Changelog
|
14
14
|
|
15
|
-
* 2.1.0
|
15
|
+
* 2.1.0
|
16
16
|
* minor: better es5 polyfills
|
17
17
|
* patch: add `verbose` to Tivio config type
|
18
18
|
* patch: add `bundleUrlOverride` to Tivio config type
|
19
|
+
* patch: fix of registering player wrapper when `createPlayerWrapper` is called after tivio init
|
19
20
|
* 2.0.0
|
20
21
|
* requires core-js at least 1.13.0
|
21
22
|
* major: remove `createPlayerWrapper` from Tivio API object
|