Releases: clappr/clappr
Releases · clappr/clappr
0.2.41
- 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
disableKeyboardShortcutsoption - lots of general fixes
Thanks @tjenkinson @towerz @ronag @bikegriffith @nxtedition @flavioribeiro @leandromoreira @jussike
0.2.40
- add
allowUserInteractionparameter 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
- 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
- enables loose mode (for compatibility and speed)
- removes shrinkwrap
Thanks @bikegriffith @tjenkinson
0.2.37
- fixes peer dependency (web worker) thanks @bikegriffith
0.2.36
- update general dependencies
- updates hls.js to 0.5.7
- adds
exitFullscreenOnEndoption - adds event to image playback
Thanks @flavioribeiro @tjenkinson and @avreg
0.2.35
- 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
- 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
- fixes
autoStartfor hls.js
0.2.31
- lots of refactoring & fixes
- adds documentation about how to customize your own media control
- refactoring how buffering works on html5 video tag
- adds options
audioOnlyas hint - poster will stay in audioOnly playback
- updates hls.js and flahls
- adds
watermarkLinkoption
Thanks @bikegriffith @tjenkinson @hounvs @me-vlad