Skip to content

Releases: clappr/clappr

0.2.41

30 Mar 19:09

Choose a tag to compare

  • updates hls.js
  • handles error retries while using hls.js
  • uses svg instead of fonts
  • style used for media control is now used for Play, Stop and Pause buttons (even on poster)
  • triggers new event CORE_FULLSCREEN (param: whether or not the player is on fullscreen mode)
  • adds disableKeyboardShortcuts option
  • lots of general fixes

Thanks @tjenkinson @towerz @ronag @bikegriffith @nxtedition @flavioribeiro @leandromoreira @jussike

0.2.40

15 Mar 14:54

Choose a tag to compare

  • add allowUserInteraction parameter to control whether to handle user events on chromeless mode
  • hls.js updated to version 0.5.11
  • fix level switch exception when initializing hls playback on auto mode
  • expose level data when triggering PLAYBACK_LEVELS_AVAILABLE

0.2.39

10 Mar 19:30

Choose a tag to compare

  • loads only a single plugin with a given name (a.k.a. you can replace a component like the spinner by providing another named component "spinner")
  • updates flashls and hls.js
  • some general fixes

Thanks @tjenkinson @towerz @kolpax

0.2.38

04 Mar 13:14

Choose a tag to compare

  • enables loose mode (for compatibility and speed)
  • removes shrinkwrap

Thanks @bikegriffith @tjenkinson

0.2.37

02 Mar 19:34

Choose a tag to compare

0.2.36

01 Mar 20:50

Choose a tag to compare

  • update general dependencies
  • updates hls.js to 0.5.7
  • adds exitFullscreenOnEnd option
  • adds event to image playback

Thanks @flavioribeiro @tjenkinson and @avreg

0.2.35

10 Feb 12:11

Choose a tag to compare

  • fixed current level (0) bug
  • add getStartTimeOffset
  • updates hls.js (0.5.0) and flashls (0.4.19)
  • updates babel
  • hides duration (current time) if using actual time in seek time component

Thanks @bikegriffith @tjenkinson @me-vlad and @jlmcdonald

Manual tests (we need to write tests for this)

  • Play a mp4 media (Chrome, Firefox and Safari)
  • Play an hls media (Safari)
  • Play an hls media on hls.js (Chrome and Firefox)
  • Play an hls media on flashls (Chrome and Firefox)

0.2.34

02 Feb 00:15

Choose a tag to compare

  • updates hls.js to v0.4.8
  • fixes "back to live"
  • fixes three spinner bounce
  • lots of refactoring on html5 video playback
  • fix some bugs on legacy IE

👏 Thanks to @michaelcunningham19 @flavioribeiro and last but not least @tjenkinson 👏

Manual tests (we need to write tests for this)

  • Play a mp4 media (Chrome, Firefox and Safari)
  • Play an hls media (Safari)
  • Play an hls media on hls.js (Chrome and Firefox)
  • Play an hls media on flashls (Chrome and Firefox)

0.2.33

26 Jan 19:00

Choose a tag to compare

  • fixes autoStart for hls.js

0.2.31

26 Jan 13:43

Choose a tag to compare

  • lots of refactoring & fixes
  • adds documentation about how to customize your own media control
  • refactoring how buffering works on html5 video tag
  • adds options audioOnly as hint
  • poster will stay in audioOnly playback
  • updates hls.js and flahls
  • adds watermarkLink option

Thanks @bikegriffith @tjenkinson @hounvs @me-vlad