Skip to content

Releases: vlitejs/vlite

4.2.0

09 Sep 17:16
Compare
Choose a tag to compare

New features

  • Add the Google IMA SDK plugin (#77)
  • Add the AirPlay plugin (#82)

Updates

  • Enable playsinline by default (f142964)
  • Call Vlitejs onReady function before the plugins onReady functions (7620e16)
  • Use native aspect-ratio for player responsive (b9816bc)
  • Disable fullscreen on iPhone (not supported yet) (49c9567)

4.1.2

15 Aug 16:37
Compare
Choose a tag to compare

4.1.2

Fixes

  • Fix multiple cast instance (#76)

4.1.1

11 Aug 22:31
Compare
Choose a tag to compare

Fixes

  • Fix default values for Cast plugin options (e0e492e)

4.1.0

11 Aug 22:13
Compare
Choose a tag to compare

New features

  • Add the Dailymotion provider (#73)
  • Add the Cast plugin (#72)

Fixes

  • Fix Youtube seekTo method conflicting with unstarted and unmuted video (#75)

4.0.7

02 Aug 10:29
Compare
Choose a tag to compare

Fixes

  • Fix progress bar height (#71)

4.0.6

08 Jul 15:37
Compare
Choose a tag to compare

Updates

  • Update environment (#67)

4.0.5

04 Apr 17:21
Compare
Choose a tag to compare

Fixes

  • Fix HTML5 event ready when the video is already loaded (#62)

New features

  • Add the autoHideDelay option (#63)

4.0.4

23 Oct 20:50
Compare
Choose a tag to compare

Optimize accessibility (#58)

Updates

  • Move keydown event to the player element instead of document
  • Player has the focus after the big play button click and after the subtitle button (inside the list) click
  • Add focus on first subtitle button when the subtitle menu is opened
  • Remove keydown restriction on specific tags (#57)
  • Limit keydown actions when the player or children's player has the focus
  • Refacto onKeyDown function by categories
  • Replace querySelector by cached elements
  • Refacto subtitle click event and use validateTarget for event delegation

Fixes

  • Fix auto hide broken with isPaused
  • Prevent focus to be captured by the iframe
  • Fix Youtube progress bar updates on tabulation navigation

4.0.3

22 Oct 14:44
Compare
Choose a tag to compare

Fixes

  • Fix provider queue by (#52)
  • Add new issue templates (#56)
  • Fix conflicts between native keyboard shortcuts and HTML form elements (#57 by @bfiessinger)

4.0.2

22 Jun 17:47
Compare
Choose a tag to compare

Fixes

  • Fix README issues (#43)
  • Fix mute option not transferred to the player (#48)
  • Fix play not triggered without the poster (#49)