Releases: kaltura/playkit-js-hotspots
Releases · kaltura/playkit-js-hotspots
v0.6.3
v0.6.2
Fixes
- v2: hotspots are unclickable when mobile skin in used on mobile devices
v2.1.0
- upgraded contrib package;
- use latest core player (v1.2.1)
Deployment
Use the following script to automatically extract the version content from npm, given version 2.1.0:
cd /opt/kaltura/html5/html5lib/playkitSources/playkit-hotspots
mkdir 2.1.0
cd 2.1.0
npm v @playkit-js/hotspots-plugin@2.1.0 dist.tarball | xargs curl | tar -xz --strip-components=2 - package/dist
v2.0.2
- upgraded contrib package;
- https://kaltura.atlassian.net/browse/PATH-810 [KEA HS on V7] Entry doesn't playing on EDGE and IE browsers in V7
Deployment
Use the following script to automatically extract the version content from npm, given version 2.0.2:
cd /opt/kaltura/html5/html5lib/playkitSources/playkit-hotspots
mkdir 2.0.2
cd 2.0.2
npm v @playkit-js/hotspots-plugin@2.0.2 dist.tarball | xargs curl | tar -xz --strip-components=2 - package/dist
v2.0.1
- contrib CLI integration
- removed V2 Kaltura player support
Deployment
Use the following script to automatically extract the version content from npm, given version 2.0.1:
cd /opt/kaltura/html5/html5lib/playkitSources/playkit-hotspots
mkdir 2.0.1
cd 2.0.1
npm v @playkit-js/hotspots-plugin@2.0.1 dist.tarball | xargs curl | tar -xz --strip-components=2 - package/dist
Hotspots v1.0.0 RC.1
This version was created to be used by player v7 only in pitch application
Hotspots v1.0.0 RC.0
This version was created to be used by player v7 only in pitch application