Skip to content

Releases: clappr/clappr

0.2.86

14 May 00:56
Compare
Choose a tag to compare
  • register event listeners with instantiation options fdba49c

0.2.85

12 Jan 16:23
Compare
Choose a tag to compare
  • fixed playback ordering on Loader to keep the same behavior from 0.2.80 and before

0.2.84

12 Jan 16:22
Compare
Choose a tag to compare
  • fixed events option not adding event listeners when calling configure
  • fixed CORE_READY not being triggered after calls to load
  • fixed NoOp playback triggering PLAYBACK_PLAY when starting animation

This version present serious bugs and should not be used on any environment

0.2.83

12 Jan 16:19
Compare
Choose a tag to compare
  • fixed NoOp playback being shown for some kinds of sources

This version present serious bugs and should not be used on any environment

0.2.82

12 Jan 16:18
Compare
Choose a tag to compare
  • adds a way of building a minified debug bundle, with inline source maps

This version present serious bugs and should not be used on any environment

0.2.81

12 Jan 16:16
Compare
Choose a tag to compare
  • new build "plain HTML5" (only uses native <video> element capabilities - no MSE based playbacks)
  • HLS playback no longer fills levels when receiving a playlist

This version present serious bugs and should not be used on any environment

0.2.80

21 Dec 18:45
Compare
Choose a tag to compare
  • fixed muted and defaultMuted video tag properties
  • fixed player font loading relative to basePath
  • fixed loading feedback animation
  • use latest FlasHLS (0.4.4.24)
  • use latest hls.js (0.8.9)
  • some other minor fixes

0.2.78

10 Nov 18:12
Compare
Choose a tag to compare
  • fixed hls.js ready event

0.2.77

10 Nov 18:11
Compare
Choose a tag to compare
  • small fixes

0.2.76

31 Oct 18:16
Compare
Choose a tag to compare
  • use latest hls.js (0.8.5)
  • some minor fixes