@tivio/sdk-js 2.1.0-alpha → 2.1.0
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/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
|