Skip to content

Releases: kaltura/playkit-js-hotspots

v0.6.3

02 Aug 12:35
Compare
Choose a tag to compare

fix(FEV-1050): add aria-live for all hotspots (#263)

v0.6.2

26 Apr 06:02
Compare
Choose a tag to compare

Fixes

  • v2: hotspots are unclickable when mobile skin in used on mobile devices

v2.1.0

04 Jan 08:58
Compare
Choose a tag to compare
  • 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

26 Aug 11:41
Compare
Choose a tag to compare

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

25 May 13:07
Compare
Choose a tag to compare
  • 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

24 Jun 12:41
Compare
Choose a tag to compare

This version was created to be used by player v7 only in pitch application

Hotspots v1.0.0 RC.0

03 Jun 10:45
Compare
Choose a tag to compare

This version was created to be used by player v7 only in pitch application

v0.6.1

17 Apr 13:06
Compare
Choose a tag to compare

Features

  • v2: add new jump to (seek) action on hotspot

v0.5.1

31 Mar 11:53
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

Fix

  • v2: allow clicking on element beneath the hotspots plugin

v0.5.0

21 Mar 10:54
9708d83
Compare
Choose a tag to compare

Feat

  • v2: remove support for hotspot in iphone (should be added to kms go in the future)